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

  1. Find a skill you want to use
  2. Click the "Copy for Claude" button
  3. Open Claude in your browser
  4. Paste the skill content at the start of your conversation, or add it to your custom instructions

Using Skills with Claude Code

  1. Find a skill you want to use
  2. Click the "Copy for Claude Code" button
  3. Create a CLAUDE.md file in your project root
  4. Paste the skill content into the file
  5. 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:

  1. Start with a clear, specific goal
  2. Write detailed instructions that Claude can follow
  3. Include examples of expected behavior
  4. Test thoroughly before submitting
  5. Document any requirements or limitations
Documentation | Skills Directory