Claude Skills Examples
See what Claude Skills look like in practice. Each example below is a real, installable skill from the Skiln directory — complete with install commands and descriptions. Browse by category to find skills that match your workflow, then install them in seconds.
What Does a Skill File Look Like?
A Claude Skill is a markdown file placed in your project's .claude/ directory. Here is a minimal example of a code review skill:
# .claude/code-review.md
# Code Review Skill
When reviewing code, always check for:
- Security vulnerabilities (SQL injection, XSS)
- Performance bottlenecks and N+1 queries
- Missing error handling and edge cases
- Test coverage for new logic
- Adherence to project coding standards
All Skill Examples
0 examplesWant to install multiple skills at once?
Use the Skiln Config Generator to pick skills, MCP servers, and agents — then export a ready-to-use configuration file for Claude Code.
Open Config Generator