Claude Skills
Production-ready AI skill packages for every coding assistant
What is this?
Claude Skills is the universal AI skills library -- reusable, self-contained skill packages that bundle domain expertise, Python automation tools, reference knowledge bases, and ready-to-use templates. Each skill works as a standalone package you can drop into any AI coding assistant: Claude Code, Codex, Gemini CLI, Cursor, Copilot, Windsurf, Cline, Aider, Goose, and more.
Skills are not plugins or extensions. They are structured knowledge packages that make your AI assistant an expert in a specific domain -- from Terraform infrastructure to SOC 2 compliance to DCF valuation.
Quick Start
Option A: Clone the full library
git clone https://github.com/borghei/Claude-Skills.git
cd Claude-Skills
# Browse domains
ls engineering/ marketing/ c-level-advisor/ ra-qm-team/
# Run any Python tool directly
python engineering/senior-fullstack/scripts/code_quality_analyzer.py /path/to/project
Option B: Use the CLI tool
# Search for skills
python scripts/cs.py search "docker"
# Install a skill into your project
python scripts/cs.py install docker-development --agent claude
# See what's available
python scripts/cs.py stats
Option C: Copy a single skill
# Grab just the skill you need
cp -r engineering/senior-devops/ ~/.claude/skills/senior-devops
# Or paste the SKILL.md content directly into your AI assistant's context
See INSTALLATION.md for the full guide including auto-update configuration and per-agent setup.
Stats at a Glance
| Metric | Count |
|---|---|
| Skills | 225 |
| Python Tools | 613 |
| Agents & Personas | 32 |
| Slash Commands | 26 |
| Domains | 13 |
| Platforms | 11 |
| CI/CD Workflows | 6 |
| Compliance Frameworks | 18 |
| Standards | 7 |
Skill Domains
| Domain | Skills | Description | Highlights |
|---|---|---|---|
| Engineering | 76 | Fullstack, DevOps, security, AI/ML, cloud, mobile, data | Docker, Terraform, K8s, Playwright, MCP servers, RAG, observability |
| Marketing | 38 | Content, SEO, demand gen, paid ads, CRO, social, video | SEO auditor, campaign analytics, A/B testing, X/Twitter growth |
| C-Level Advisory | 26 | CEO, CTO, CFO, CISO strategic decision-making | Board governance, fundraising, tech strategy, Virtual Board of Directors |
| RA/QM & Compliance | 21 | Regulatory, quality, security, privacy compliance | ISO 13485, MDR, FDA, SOC 2, GDPR, EU AI Act, NIS2, DORA, HIPAA |
| Business & Growth | 16 | Revenue ops, customer success, pricing, churn prevention | CRO, referral programs, pricing optimization, retention analytics |
| Project Management | 10 | Agile, Scrum, Jira, Confluence, sprint planning | Sprint health, retrospectives, portfolio management, Atlassian MCP |
| Product Team | 8 | Discovery, analytics, roadmaps, UX research, design systems | RICE scoring, OKRs, PRDs, user story generation |
| Data Analytics | 5 | BI, ML ops, analytics engineering, dbt | SQL optimization, data pipelines, business intelligence |
| Sales Success | 5 | Account exec, solutions architect, sales ops | MEDDIC, pipeline management, technical sales |
| HR Operations | 4 | Talent acquisition, people analytics, HR business partner | Hiring loops, org design, compensation benchmarking |
| Finance | 3 | Financial analyst, SaaS metrics, investment advisor | DCF valuation, ratio analysis, SaaS benchmarks, budgeting |
| Standards | 7 | Communication, quality, git, security, orchestration, authoring | Skill Authoring Standard, Orchestration Protocol |
See docs/SKILLS.md for the complete reference with descriptions and tool counts.
Key Features
Cross-Domain Personas
7 personas that combine skills from multiple domains into a single expert identity:
startup-cto | growth-marketer | solo-founder | content-strategist | devops-engineer | finance-lead | product-manager
Activate with /persona startup-cto or by referencing the persona in conversation.
Compound Sub-Skill Systems
3 deep-dive skill systems with 21 total sub-skills:
- Playwright Pro -- Advanced browser automation, testing patterns, and debugging
- Self-Improving Agent -- Agents that evaluate and improve their own performance
- AgentHub -- Multi-agent orchestration, tool schemas, and communication protocols
Slash Commands
26 commands for common workflows:
| Command | Purpose |
|---|---|
/tdd | Test-driven development workflow |
/rice | RICE-score feature prioritization |
/prd | Generate a product requirements doc |
/retro | Data-driven sprint retrospective |
/tech-debt | Scan and prioritize technical debt |
/security-scan | Run security audit gate |
/a11y-audit | WCAG accessibility audit |
/changelog | Generate changelog from git history |
/sprint-plan | Plan a sprint from backlog |
/focused-fix | Minimal-blast-radius bugfix |
Run /README in Claude Code to see the full list.
Orchestration Protocol
4 multi-agent patterns for complex workflows: sequential pipeline, parallel fan-out, supervisor delegation, and consensus voting. Defined in the Orchestration Protocol standard.
MCP Server
Use skills as Claude Code tools via the built-in MCP server:
python scripts/mcp_server.py
Starter Bundles
Pre-configured skill sets for common roles:
SaaS Founder Kit | DevOps Kit | Compliance Kit | Growth Kit | Product Kit | Data Kit | Security Kit | Finance Kit
Install with python scripts/cs.py bundle saas-founder.
Platform Support
| Platform | Config File | Status |
|---|---|---|
| Claude Code | CLAUDE.md | Native |
| OpenAI Codex | AGENTS.md | Native |
| Gemini CLI | GEMINI.md, .gemini/ | Native |
| Cursor | .cursorrules | Native |
| GitHub Copilot | .github/copilot-instructions.md | Native |
| Windsurf | .windsurfrules | Native |
| Cline | .clinerules | Native |
| Aider | AGENTS.md | Compatible |
| Goose | .goosehints | Native |
| Jules | AGENTS.md | Compatible |
| RooCode | AGENTS.md | Compatible |
CLI Tool
python scripts/cs.py <command>
# Commands
search <query> Search skills by keyword
install <skill> Install a skill into your project
list List all available skills
stats Show library statistics
doctor Check skill health and integrity
bundle <name> Install a starter bundle
Documentation
- Full docs site: docs/ (MkDocs Material)
- Skills reference: docs/SKILLS.md
- Agents reference: docs/AGENTS.md
- Usage guide: docs/USAGE.md
- Installation: INSTALLATION.md
- Contributing: CONTRIBUTING.md
- Standards: standards/
Contributing
Contributions welcome. See CONTRIBUTING.md for guidelines. Fork the repo, create a skill following the Skill Authoring Standard, include Python tools and YAML frontmatter, and submit a PR.
Contributors
| Contributor | GitHub |
|---|---|
| Alan Pope | @popey |
| Izzy | @weemax |
License
MIT + Commons Clause -- Free for open-source, personal, education, and internal business use. Cannot be sold or repackaged as a paid product. See LICENSE for full terms.
225 skills. 613 tools. 13 domains. 32 agents. 11 platforms.
borghei.me