Claude Skills
A community-curated collection of specialized Agent Skills for Claude AI.
🚀 Want 1-Click Deploy & Premium Skills? Visit AiAgentBase.app/skills — The Community-Driven AI Skills Marketplace
📖 What Are Agent Skills?
Agent Skills are folders containing a SKILL.md file with instructions and metadata that teach Claude how to perform specialized tasks. Skills follow the open Agent Skills Standard by Anthropic.
Without Skill: Generic AI → Average output
With Skill: Expert Python Developer → Production-grade code ✨
Skill Format
Each skill is a folder with a SKILL.md file:
skill-name/
├── SKILL.md # Required: YAML frontmatter + instructions
├── scripts/ # Optional: executable code
├── references/ # Optional: documentation
└── assets/ # Optional: templates, resources
---
name: skill-name
description: What it does and when to use it
license: CC0-1.0
metadata:
author: github-username
version: "1.0"
---
# Instructions for Claude go here
📂 Skill Catalog
💻 Coding & Development
| Skill | Description | Author | License |
|---|---|---|---|
| senior-python-developer | Expert Python coding with type hints, async, testing & clean architecture | skillsdirectory | CC0-1.0 |
| nextjs-expert | Next.js 14+ App Router, RSC, Server Actions, TypeScript | skillsdirectory | CC0-1.0 |
| code-reviewer | Thorough code reviews for bugs, security & performance | skillsdirectory | CC0-1.0 |
| sql-query-expert | Optimized SQL with CTEs, window functions & performance tuning | Anthropic | MIT |
🤖 AI Engineering (sourced from Anthropic — MIT License)
| Skill | Description | Author | License |
|---|---|---|---|
| rag-specialist | RAG pipelines with vector DBs, embeddings & grounded responses | Anthropic | MIT |
| tool-use-architect | Design tool-calling patterns with error handling & orchestration | Anthropic | MIT |
| prompt-engineer | Master prompt design with CoT, few-shot, classification & caching | Anthropic | MIT |
| content-moderator | AI content moderation with severity scoring & policy enforcement | Anthropic | MIT |
✍️ Writing & Content
| Skill | Description | Author | License |
|---|---|---|---|
| seo-blog-writer | SEO-optimized blog posts with keyword strategy & structure | skillsdirectory | CC0-1.0 |
| technical-writer | Clear technical docs with API references & tutorials | skillsdirectory | CC0-1.0 |
📊 Business & Finance
| Skill | Description | Author | License |
|---|---|---|---|
| business-plan-writer | Investor-ready business plans with financial projections | skillsdirectory | CC0-1.0 |
| market-research-analyst | Deep market analysis with competitor insights & TAM sizing | skillsdirectory | CC0-1.0 |
| financial-data-analyst | Financial data analysis with metrics, trends & visualizations | Anthropic | MIT |
📈 Data & Visualization
| Skill | Description | Author | License |
|---|---|---|---|
| data-visualizer | Choose the right charts, colors & layouts for data storytelling | Anthropic | MIT |
🎨 Design & UX
| Skill | Description | Author | License |
|---|---|---|---|
| ui-ux-advisor | Design feedback with accessibility, usability & modern patterns | skillsdirectory | CC0-1.0 |
🛡️ DevOps & Security
| Skill | Description | Author | License |
|---|---|---|---|
| devops-engineer | Docker, K8s, CI/CD pipelines & cloud infrastructure | skillsdirectory | CC0-1.0 |
| security-auditor | OWASP Top 10 analysis, vulnerability scanning & remediation | skillsdirectory | CC0-1.0 |
💬 Support
| Skill | Description | Author | License |
|---|---|---|---|
| customer-support-agent | AI customer support with ticket routing & empathetic responses | Anthropic | MIT |
🔧 How to Use These Skills
In Claude Code
# Clone this repo locally
git clone https://github.com/skillsdirectory/claude-skills.git
# Reference a skill in your project
# Claude will automatically detect SKILL.md files in your project
cp -r claude-skills/skills/senior-python-developer ./skills/
In Claude.ai
- Go to Project Settings → Skills
- Upload the
SKILL.mdfile from any skill folder - Claude will now follow those instructions
In Claude API
Use the Skills API to attach skills to your conversations programmatically.
📈 Stats
| Metric | Count |
|---|---|
| Total Skills | 17 |
| Categories | 8 |
| Original (CC0-1.0) | 10 |
| Anthropic-sourced (MIT) | 7 |
| Format | Agent Skills Standard (SKILL.md) |
| Spec | agentskills.io |
🤝 How to Contribute
We welcome community skills! Follow the official Agent Skills Standard.
Quick Steps
- ⭐ Star this repo (helps others find it!)
- 🍴 Fork this repository
- 📁 Create a folder in
skills/with your skill name (lowercase, hyphens) - 📝 Add a
SKILL.mdfile following the template - 📤 Submit a Pull Request
👉 Full guidelines: CONTRIBUTING.md
SKILL.md Template
---
name: your-skill-name
description: Clear description of what this skill does and when to use it
license: CC0-1.0
metadata:
author: your-github-username
version: "1.0"
category: coding
---
# Your Skill Name
[Detailed instructions for Claude]
Naming Rules (from agentskills.io spec)
- ✅ Lowercase only:
senior-python-developer - ✅ Hyphens for spaces:
seo-blog-writer - ✅ 1-64 characters
- ❌ No uppercase:
Senior-Python - ❌ No consecutive hyphens:
seo--blog - ❌ Can't start/end with hyphen:
-python-
🔗 Related Projects
| Project | Description |
|---|---|
| anthropics/skills | Official Anthropic skills repository |
| agentskills.io | Agent Skills specification |
| awesome-ai-skills | Skills for all AI tools (Cursor, Windsurf, Copilot) |
| mcp-servers-hub | MCP servers directory |
📄 License
This repository contains skills under two licenses:
- Original skills (by skillsdirectory) → CC0 1.0 Universal — free to use, modify, and share
- Anthropic-sourced skills → MIT License — requires attribution to Anthropic, PBC
ℹ️ Skills sourced from Anthropic's open-source repositories are clearly marked with
license: MITin their SKILL.md frontmatter and include aLICENSE.txtfile with the original MIT license and source attribution.
⚖️ Disclaimer
This is an independent, community-maintained project.
- This repository is NOT affiliated with, endorsed by, sponsored by, or associated with Anthropic, PBC or any of its products, including Claude, Claude Code, or Claude API.
- "Claude" and "Anthropic" are trademarks of Anthropic, PBC. Use of these names in this repository is solely for the purpose of describing compatibility and is considered nominative fair use.
- The Agent Skills Standard and agentskills.io specification is an open standard. This repository implements that standard independently.
- Some skills in this repository are adapted from Anthropic's open-source projects (claude-cookbooks, claude-quickstarts) under the MIT License. Original authors are credited in each skill's SKILL.md frontmatter and LICENSE.txt file.
- Original community skills are licensed under CC0 1.0. Anthropic-sourced skills retain their MIT License.
- References to any third-party products, services, or companies (including but not limited to Anthropic, OpenAI, Google, Microsoft, Cursor, Windsurf, GitHub Copilot, VS Code) are for informational and compatibility purposes only and do not imply any affiliation, endorsement, or sponsorship.
- This repository and its maintainers make no warranties regarding the quality, accuracy, or fitness of any skills listed herein. Use at your own risk.
- Individual contributors are responsible for the content they submit. Maintainers review submissions but do not guarantee their correctness.
<p align="center"> <strong>🌟 Found this useful? Give us a ⭐ Star!</strong> <br /><br /> <a href="https://aiagentbase.app/skills"> <img src="https://img.shields.io/badge/🚀_Explore_Skills_Marketplace-AiAgentBase.app-FF6B35?style=for-the-badge" alt="AiAgentBase" /> </a> </p>