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

All Skills

💻

API Documentation Generator

Intermediate

Generates comprehensive API documentation with examples, request/response schemas, and error codes from your codebase.

apidocumentationopenapi
💻

Code Review Assistant

Intermediate

A comprehensive skill that helps Claude perform thorough code reviews with actionable feedback on code quality, security, and best practices.

code-reviewqualitybest-practices
🎨

Codebase Visualizer

Intermediate

Generates interactive visual maps of your codebase showing file structure, dependencies, and code metrics.

visualizationarchitecturedocumentation
📊

Data Analysis Assistant

Intermediate

Analyzes CSV, JSON, and database query results to extract insights, identify patterns, and generate visualizations.

data-analysiscsvjson

Deployment Assistant

Advanced

Guides through deployment processes with pre-flight checks, deployment scripts, and rollback procedures.

deploymentdevopsci-cd
💻

Code Explainer

Beginner

Explains code using visual diagrams, analogies, and step-by-step walkthroughs to help understand complex logic.

educationdocumentationlearning
💻

Smart Git Commit

Beginner

Automatically generates meaningful commit messages following conventional commits format based on staged changes.

gitcommitautomation

PR Summary Generator

Beginner

Automatically generates comprehensive pull request summaries with change analysis, impact assessment, and review notes.

gitgithubpull-request
💻

Refactoring Assistant

Advanced

Helps identify refactoring opportunities and guides safe code transformations while maintaining functionality.

refactoringclean-codedesign-patterns
🔒

Security Audit Scanner

Advanced

Performs security audits on code to identify vulnerabilities, insecure patterns, and compliance issues.

securityauditvulnerabilities
💻

Test Generator

Intermediate

Automatically generates comprehensive test cases for functions and components, covering edge cases and common scenarios.

testingjestvitest