ClaudeCode Skills
Extend Claude's capabilities with powerful skills
What are Skills?
Skills are custom instructions that extend what Claude can do. Create a SKILL.md file with instructions, and Claude adds it to its toolkit.
~/.claude/skills/my-skill/
├── SKILL.md # Main instructions (required)
├── template.md # Template for Claude to fill in
├── examples/
│ └── sample.md # Example output
└── scripts/
└── validate.sh # Script Claude can execute⭐Featured Skills
Code Review Assistant
IntermediateA comprehensive skill that helps Claude perform thorough code reviews with actionable feedback on code quality, security, and best practices.
Code Explainer
BeginnerExplains code using visual diagrams, analogies, and step-by-step walkthroughs to help understand complex logic.
Smart Git Commit
BeginnerAutomatically generates meaningful commit messages following conventional commits format based on staged changes.
PR Summary Generator
BeginnerAutomatically generates comprehensive pull request summaries with change analysis, impact assessment, and review notes.
All Skills
API Documentation Generator
IntermediateGenerates comprehensive API documentation with examples, request/response schemas, and error codes from your codebase.
Code Review Assistant
IntermediateA comprehensive skill that helps Claude perform thorough code reviews with actionable feedback on code quality, security, and best practices.
Codebase Visualizer
IntermediateGenerates interactive visual maps of your codebase showing file structure, dependencies, and code metrics.
Data Analysis Assistant
IntermediateAnalyzes CSV, JSON, and database query results to extract insights, identify patterns, and generate visualizations.
Deployment Assistant
AdvancedGuides through deployment processes with pre-flight checks, deployment scripts, and rollback procedures.
Code Explainer
BeginnerExplains code using visual diagrams, analogies, and step-by-step walkthroughs to help understand complex logic.
Smart Git Commit
BeginnerAutomatically generates meaningful commit messages following conventional commits format based on staged changes.
PR Summary Generator
BeginnerAutomatically generates comprehensive pull request summaries with change analysis, impact assessment, and review notes.
Refactoring Assistant
AdvancedHelps identify refactoring opportunities and guides safe code transformations while maintaining functionality.
Security Audit Scanner
AdvancedPerforms security audits on code to identify vulnerabilities, insecure patterns, and compliance issues.
Test Generator
IntermediateAutomatically generates comprehensive test cases for functions and components, covering edge cases and common scenarios.