Claude Code Skills Library
Browse official and community skills to automate your AI-assisted development workflow
Claude Code Skills are reusable prompt templates stored as markdown files in .claude/skills/. This directory is synced daily from anthropics/skills, claude-plugins-official, and community collections. See the Skills Guide for detailed instructions.
Getting Started
mkdir -p .claude/skillsClick the copy button on any skill card above, then save the content to .claude/skills/skill-name.md
/skill-nameFrequently Asked Questions
What are Claude Code Skills?
Claude Code Skills are reusable prompt templates stored as markdown files in your project's .claude/skills/ directory. They let you codify best practices and common workflows into slash commands that Claude follows consistently.
How do I create a Claude Code Skill?
Create a markdown file in .claude/skills/ with instructions for Claude. The filename becomes the command name — for example, .claude/skills/code-review.md can be invoked with /code-review during a Claude Code session.
Can I share skills with my team?
Yes. Skills stored in .claude/skills/ can be committed to version control so every team member has access to the same standardized workflows. You can also organize skills into subdirectories by category.
What is the difference between project and global skills?
Project skills (.claude/skills/) are specific to the current project and are committed to git. Global skills (~/.claude/skills/) are personal skills available across all your projects.
Where does this skills data come from?
This directory syncs skills from official Anthropic repositories (anthropics/skills and claude-plugins-official) and curated community collections. Data is updated daily from GitHub to ensure accuracy.