Agent skill
claude-capabilities
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/claude-capabilities-guillaumebld-skills-store
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 |
| What can Claude Code do? Agent Teams, Cowork, hooks | references/claude-code.md |
| Model names, pricing, context windows | references/models.md |
| What changed recently? New features by date | references/changelog.md |
Maintenance
Each reference file has a "Last verified" date at the top. When information seems wrong or outdated:
- Check the reference files first — they override training data for recent features
- If a reference file's "Last verified" date is more than 4 weeks old, flag it to the user
- Use web search to verify uncertain claims before stating them as fact
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?