Claude-Skills

<p align="center"> <img src="assets/header.svg" alt="Claude Skills" width="100%"/> </p> <h1 align="center">Claude Skills</h1> <p align="center"><b>The AI skills library for the whole company. Not just engineers.</b></p> <p align="center"> <img src="https://img.shields.io/badge/Skills-245-brightgreen.svg" alt="245 Skills"> <img src="https://img.shields.io/badge/Domains-14-blue.svg" alt="14 Domains"> <img src="https://img.shields.io/badge/AI_Assistants-11-orange.svg" alt="11 AI Assistants"> <img src="https://img.shields.io/badge/Compliance_Frameworks-18-red.svg" alt="18 Compliance Frameworks"> <img src="https://img.shields.io/github/stars/borghei/Claude-Skills?style=social" alt="GitHub Stars"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT_+_Commons_Clause-yellow.svg" alt="License"></a> </p>

Install any skill in one command

npx @borghei/claude-skills add senior-fullstack

Auto-detects Claude Code, Cursor, Codex, Gemini CLI, Copilot, Windsurf, Cline, Aider and Goose. Drops the skill into the right directory for whichever assistant you're using. Node 18+, no Python required for end users.

Alternative paths:

  • No setup, any AI chat. Browse the skill library, click Try in Chat on any skill, paste into Claude.ai, ChatGPT or Gemini.
  • Claude Code native plugin. Run /plugin marketplace add borghei/Claude-Skills in Claude Code.
  • Per-platform manual install. See docs/INSTALLATION.md.

Why teams use this

  • 245 skills covering the whole org. Engineering (76), Marketing (38), C-Level (26), Compliance (21), Legal (17), PM (13), Product (8) and 6 more domains.
  • 18 compliance frameworks built in. SOC 2, ISO 13485, MDR, FDA, EU AI Act, NIS2, DORA, HIPAA, GDPR and more. The only OSS skills library covering regulated industries.
  • 11 AI assistants supported. One library, works across Claude Code, Cursor, Codex, Gemini, Copilot, Windsurf, Cline, Aider, Goose, OpenCode and ChatGPT/Claude.ai.
  • 653 Python tools. Real automation, not prompts. Run code_quality_analyzer.py, dcf_valuation.py, seo_audit.py directly.
  • 32 agents and 7 personas. Activate startup-cto, growth-marketer or solo-founder and get a multi-skill identity in one command.

Browse skills by domain

Engineering (76) · Marketing (38) · C-Level (26) · Compliance (21) · Business & Growth (16) · Legal (17) · PM (13) · Product (8) · Data (5) · Sales (5) · HR (4) · Finance (3) · All skills →


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:

CommandPurpose
/tddTest-driven development workflow
/riceRICE-score feature prioritization
/prdGenerate a product requirements doc
/retroData-driven sprint retrospective
/tech-debtScan and prioritize technical debt
/security-scanRun security audit gate
/a11y-auditWCAG accessibility audit
/changelogGenerate changelog from git history
/sprint-planPlan a sprint from backlog
/focused-fixMinimal-blast-radius bugfix

Run /README in Claude Code to see the full list.

One-Click Skill Setup (No Code Required)

Every skill page on the website includes copy-paste prompts for beginners:

ButtonWhat It Does
Try in ChatInstant expertise in any AI chat -- no setup needed
Add to My AICreates a permanent Claude Project or Custom GPT with the full skill. The AI guides you through setup step by step

No terminal, no git, no configuration. Browse a skill, click copy, paste into your AI, done.

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

PlatformConfig FileStatus
Claude CodeCLAUDE.mdNative
OpenAI CodexAGENTS.mdNative
Gemini CLIGEMINI.md, .gemini/Native
Cursor.cursorrulesNative
GitHub Copilot.github/copilot-instructions.mdNative
Windsurf.windsurfrulesNative
Cline.clinerulesNative
AiderAGENTS.mdCompatible
Goose.goosehintsNative
JulesAGENTS.mdCompatible
RooCodeAGENTS.mdCompatible

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


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

ContributorGitHub
Alan Pope@popey
Izzy@weemax

Disclaimer

This project is built with the assistance of AI tools (Claude, GPT, etc.). While every effort is made to ensure accuracy, AI-generated content -- including skill definitions, reference guides, Python tools, frameworks, and documentation -- may contain errors, inaccuracies, or outdated information. Always verify critical information independently before using it in production, compliance, legal, financial, or safety-critical contexts. The authors accept no liability for decisions made based on the content in this repository. Use at your own risk.


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.


<p align="center"> <strong>245 skills. 653 tools. 14 domains. 32 agents. 11 platforms.</strong><br> <a href="https://borghei.me">borghei.me</a> </p> <p align="center"> <a href="https://buymeacoffee.com/borghei"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black" alt="Buy Me a Coffee"></a> </p>