Today

Discover 500+ skills for Claude Code
There is a skill for that.
Top Skills
See morePr Creator
Use this skill when asked to create a pull request (PR).
Seo Review
Perform a focused SEO audit on JavaScript concept pages.
Skill Writer
Guide users through creating Agent Skills for Claude Code.
Skill Creator
Guide for creating effective skills.
Cache Components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR).
At Dispatch V2
Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format
Docstring
Write docstrings for PyTorch functions and methods following PyTorch conventions.
Add Uint Support
Add unsigned integer (uint) type support to PyTorch operators.
Zig System Calls
Guides using bun.sys for system calls and file I/O in Zig.
Editor's Picks
See moreCreate Pull Request
Create a GitHub pull request following project conventions.
Plugin Structure
Guidance on how to create and organize plugins
Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality.
Typescript Write
Write TypeScript and JavaScript code following Metabase coding standards and best practices.
Docs Review
Review documentation changes for compliance with the Metabase writing style guide.
Add Admin Api Endpoint
Add a new endpoint or endpoints to Ghost's Admin API
New & Updated
See moreProfessional Honesty
Use when responding to questions or providing information requiring professional honesty and directness over excessive agreeableness.
2026 Coach
Executive coaching skill to plan your 2026 using research-backed process goals.
Training Log Analyzer
Track workouts, stats, progress over time.
Hinduism Vedic Wisdom
Deploy eternal navigation wisdom
Family Health Analyzer
分析家族病史、评估遗传风险、识别家庭健康模式、提供个性化预防建议
Octocode Plan
Adaptive research & implementation planning with evidence-based execution
Browse by Category
Frequently Asked Questions
Claude Skills are reusable instructions that extend Claude's capabilities for specific tasks. They work with Claude Code to help Claude understand your workflows, coding standards, and preferences. Think of them as specialized prompts that make Claude better at particular tasks.
Use the `claude skill add` command in Claude Code. For example: `claude skill add author/skill-name`. Skills are stored locally and automatically applied to relevant conversations. You can also install skills directly from a GitHub repository URL.
Yes! All skills in our directory are free to use. You just need Claude Code installed. Skills are open source and contributed by the community.
Skills provide persistent instructions and context, while MCP (Model Context Protocol) provides external tool integrations. Skills tell Claude "how" to do things (coding patterns, workflows, preferences), while MCP gives Claude "tools" to do things (database access, API calls, file operations). They work great together!
Create a markdown file with instructions for Claude, then publish it to GitHub. Use `claude skill init` to start a new skill project. Your skill can include coding standards, workflow instructions, or specialized knowledge. Check out our guide on creating skills for detailed steps.