Files
claude-skills-reference/docs/index.md
Leo bd70015f60 docs: overhaul homepage with tools bar, tabbed install, and professional polish
- Replace text-only platform list with styled color-coded tool badges
- Each badge links to the relevant install section
- Add tabbed Quick Install section (Claude Code / Codex / Gemini / Cursor)
- Restructure 'What's Inside' grid: skills, agents, personas, orchestration, tools, plugins, commands, multi-tool
- Rename 'POWERFUL' to 'Advanced' in domain cards
- Add tools-bar CSS with per-tool brand colors and hover effects
- Mobile-responsive tool badges
- Broaden site_name: 'Agent Skills' (not just Claude Code)
- Fix edit_uri: edit/main/docs/ (was missing docs/ prefix)
- Build verified: 238 sitemap URLs, all new pages included
2026-03-12 18:47:42 +01:00

8.0 KiB

title, description, hide
title description hide
Agent Skills for AI Coding Tools 177 production-ready skills, 16 agents, 3 personas, and an orchestration protocol for 11 AI coding tools — Claude Code, OpenAI Codex, Gemini CLI, Cursor, Aider, Windsurf, and more.
toc
edit
<style> .md-content__inner > .md-typeset > h1:first-child { display: none; } </style>

Agent Skills

177 production-ready skills, 16 agents, 3 personas, and an orchestration protocol for AI coding tools. { .hero-subtitle }

Get Started{ .md-button .md-button--primary } Browse Skills{ .md-button } GitHub :fontawesome-brands-github:{ .md-button }


What's Inside


Skills by Domain

  • :material-cog:{ .lg .middle } Engineering — Core


    Architecture, frontend, backend, fullstack, QA, DevOps, SecOps, AI/ML, data engineering, Playwright testing, self-improving agent

    :octicons-arrow-right-24: 24 skills

  • :material-lightning-bolt:{ .lg .middle } Engineering — Advanced


    Agent designer, RAG architect, database designer, CI/CD builder, MCP server builder, security auditor, tech debt tracker

    :octicons-arrow-right-24: 25 skills

  • :material-bullseye-arrow:{ .lg .middle } Product


    Product manager, agile PO, strategist, UX researcher, UI design system, landing pages, SaaS scaffolder, analytics, experiment designer

    :octicons-arrow-right-24: 12 skills

  • :material-bullhorn:{ .lg .middle } Marketing


    Content, SEO, CRO, channels, growth, intelligence, sales — 7 specialist pods with 32 Python tools

    :octicons-arrow-right-24: 43 skills

  • :material-clipboard-check:{ .lg .middle } Project Management


    Senior PM, scrum master, Jira expert, Confluence expert, Atlassian admin, templates

    :octicons-arrow-right-24: 6 skills

  • :material-star-circle:{ .lg .middle } C-Level Advisory


    Full C-suite (10 roles), orchestration, board meetings, culture frameworks, strategic alignment

    :octicons-arrow-right-24: 28 skills

  • :material-shield-check:{ .lg .middle } Regulatory & Quality


    ISO 13485, MDR 2017/745, FDA, ISO 27001, GDPR, CAPA, risk management, quality documentation

    :octicons-arrow-right-24: 12 skills

  • :material-trending-up:{ .lg .middle } Business & Growth


    Customer success, sales engineer, revenue operations, contracts & proposals

    :octicons-arrow-right-24: 4 skills

  • :material-currency-usd:{ .lg .middle } Finance


    Financial analyst, SaaS metrics coach — DCF valuation, budgeting, forecasting, ARR/MRR/churn/LTV

    :octicons-arrow-right-24: 2 skills


Why Agent Skills?

  • :material-clock-fast:{ .lg .middle } Zero dependencies


    All Python tools use stdlib only. No pip installs, no API keys, no configuration files. Works anywhere Python runs.

  • :material-shield-lock:{ .lg .middle } Security first


    Built-in security auditor scans any skill for malicious code, data exfiltration, and prompt injection before installation.

  • :material-rocket-launch:{ .lg .middle } One-command install


    Plugin marketplace for Claude Code. Conversion script for 10 other tools. No manual file management.

  • :material-puzzle:{ .lg .middle } Self-contained


    Each skill is independent. No cross-dependencies, no conflicts. Install one or all — they work in isolation.

  • :material-devices:{ .lg .middle } Multi-platform


    Native support for 11 AI coding tools. Write once, convert to any tool's format automatically.

  • :material-check-decagram:{ .lg .middle } Production-grade


    Structured workflows with validation checkpoints, not generic advice. Each skill covers end-to-end domain processes.


Quick Install

=== "Claude Code"

```bash
# Add the marketplace
/plugin marketplace add alirezarezvani/claude-skills

# Install any skill bundle
/plugin install engineering-skills@claude-code-skills
```

=== "OpenAI Codex"

```bash
npx agent-skills-cli add alirezarezvani/claude-skills --agent codex
```

=== "Gemini CLI"

```bash
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills && ./scripts/gemini-install.sh
```

=== "Cursor / Windsurf / Aider"

```bash
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills
./scripts/convert.sh --tool cursor    # or windsurf, aider
./scripts/install.sh --tool cursor --target /path/to/project
```

Full Install Guide{ .md-button .md-button--primary } Multi-Tool Setup{ .md-button }