Documentation
Getting Started
Skills Directory makes it easy to enhance your Claude experience with verified, tested skills. Here's how to get started:
Using Skills with Claude Web
- Find a skill you want to use
- Click the "Copy for Claude" button
- Open Claude in your browser
- Paste the skill content at the start of your conversation, or add it to your custom instructions
Using Skills with Claude Code
- Find a skill you want to use
- Click the "Copy for Claude Code" button
- Create a
CLAUDE.mdfile in your project root - Paste the skill content into the file
- Claude Code will automatically use the skill in that project
Skill Format
Skills are typically markdown files that include:
- Instructions: What Claude should do
- Context: Background information Claude needs
- Examples: Sample inputs and outputs
- Constraints: Rules and limitations
Compatibility
Skills are tagged with their compatibility:
- Claude Web: Works in the browser interface
- Claude Code: Works with the CLI tool
- Claude Desktop: Works with the desktop app
Tool Requirements
Some skills require specific tools to be enabled:
- Web: Requires web browsing capability
- Files: Requires file system access
- Terminal: Requires command execution
Creating Skills
Want to create your own skill? Here are some tips:
- Start with a clear, specific goal
- Write detailed instructions that Claude can follow
- Include examples of expected behavior
- Test thoroughly before submitting
- Document any requirements or limitations