Data & AI

claude-capabilities - Claude MCP Skill

Current Claude AI and Claude Code capabilities, features, and limits. Consult before making claims about what Claude can or cannot do, what features exist, model availability, pricing, or environment differences. Use when answering "can Claude do X?", comparing Claude AI vs Code, checking current model specs, or advising on which environment suits a task.

SEO Guide: Enhance your AI agent with the claude-capabilities tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to current claude ai and claude code capabilities, features, and limits. consult before making claims a... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟4 stars • 39 forks
📥0 downloads

Documentation

SKILL.md
# Claude Capabilities Reference

Claude's training data goes stale within weeks of major releases. This skill provides a current reference for Claude AI (web/app) and Claude Code (terminal/IDE) capabilities. Consult these references before making claims about features, limits, or availability.

## Quick Comparison

| Capability | Claude AI | Claude Code |
|-----------|-----------|-------------|
| File system | Container sandbox (`/mnt/user-data/outputs/`) | Full local filesystem |
| Shell access | None | Bash tool |
| Skills location | Settings > Capabilities (zip upload) | `~/.claude/skills/` or `.claude/skills/` |
| MCP connection | UI connectors | `claude mcp add` / settings.json |
| Subagents | None | Explore, Plan, custom agents, Agent Teams |
| Artifacts | HTML, React, Mermaid, SVG, MD (render inline) | Not available |
| Interactive Apps | Slack, Canva, Figma, Box + 5 more | Not available |
| Web search | Built-in with citations | WebSearch tool |
| File creation | DOCX, PPTX, XLSX, PDF, code files | Any file via Write tool |
| Memory | Cross-conversation (automatic) | CLAUDE.md hierarchy + rules/ |
| Conversation search | `conversation_search` tool (internal) | Not available |
| Git integration | Not available | Full git access |
| Deployment | Not available | wrangler, vercel, etc. |

## Reference Files

| Question | Read |
|----------|------|
| What can Claude AI do? Features, limits, container | [references/claude-ai.md](references/claude-ai.md) |
| What can Claude Code do? Agent Teams, Cowork, hooks | [references/claude-code.md](references/claude-code.md) |
| Model names, pricing, context windows | [references/models.md](references/models.md) |
| What changed recently? New features by date | [references/changelog.md](references/changelog.md) |

## Maintenance

Each reference file has a "Last verified" date at the top. When information seems wrong or outdated:

1. Check the reference files first — they override training data for recent features
2. If a reference file's "Last verified" date is more than 4 weeks old, flag it to the user
3. Use web search to verify uncertain claims before stating them as fact

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
jezweb/claude-skills
Author
jezweb
Last Sync
2/21/2026
Repo Updated
2/20/2026
Created
2/18/2026

Reviews (0)

No reviews yet. Be the first to review this skill!

Related Skills

CLAUDE

CLAUDE.md

28003

mem0-integrate

Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus `.mem0-integration/` artifacts consumed by the paired verification skill. TRIGGER when: user says "integrate mem0", "add mem0 to this repo", "wire mem0 into <repo>", or asks how to add memory to an existing project. DO NOT TRIGGER when: the user wants general SDK usage (use skill:mem0), CLI usage (use skill:mem0-cli), or Vercel AI SDK (use skill:mem0-vercel-ai-sdk). After success, invoke skill:mem0-test-integration to verify in the same workspace (loose coupling).

11082

docs

Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework. Use when writing code that depends on external packages, verifying API signatures, looking up usage patterns, generating code with specific libraries, or when training data may be outdated. Covers setup questions, migration guides, and version-specific docs.

11008

context7-cli

Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions "ctx7" or "context7", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent.

11008

Related Guides