Getting Started with Skills
Agent Skills are modular capabilities that extend Claude's functionality. Learn how to install and use them across different platforms.
What are Skills?
Modular Capabilities
Skills package instructions, metadata, and resources that Claude uses automatically when relevant.
Reusable
Create once, use automatically. Skills eliminate the need to repeatedly provide the same guidance.
Composable
Combine multiple Skills to build complex workflows and specialized capabilities.
Supported Platforms
Claude Code
CLI tool for coding assistance. Install Skills locally in your filesystem.
- Local filesystem installation
- Project-specific skills
- Auto-discovery
claude.ai
Web-based Claude interface. Upload Skills as ZIP files in Settings.
- ZIP file upload
- Pro/Max/Team/Enterprise
- Personal skill library
API
Integrate Skills programmatically via the Anthropic API.
- Skills API
- Container parameter
- Custom + pre-built
Installation Guides
1Claude Code
Download the skill
Extract to skills folder
Global (all projects)
~/.claude/skills/{skill-name}/Project-specific
.claude/skills/{skill-name}/Use the skill
/{skill-name}Or mention it in your prompt and Claude will use it automatically.
2claude.ai
Download the skill ZIP
Open Settings
Settings → Features → SkillsRequires Pro, Max, Team, or Enterprise plan.
Upload the ZIP file
Use in conversations
3API
Enable beta features
Code Execution
code-execution-2025-08-25Skills API
skills-2025-10-02Add skill to container
container={
"skills": [{
"type": "anthropic",
"skill_id": "pdf",
"version": "latest"
}]
}Handle the response
See the Skills API documentation for complete details.
Pre-built Skills
Anthropic provides these pre-built skills for common document tasks:
Ready to get started?
Browse our collection of curated Skills and find the perfect ones for your workflow.
Browse Skills