Skip to content

Skills Library

345 production-ready agent skills across 17 domains — every one self-contained, security-audited, and installable in one command.

  • 345 Skills


    Across 17 professional domains

  • 570+ Tools


    Python CLI tools, all stdlib-only

  • 78 Plugins


    Install bundles or individual skills

  • 13 Platforms


    Claude Code, Codex, Gemini CLI, Cursor & more

Quick Install

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

# Install any skill bundle
/plugin install engineering-skills@claude-code-skills
/plugin install marketing-skills@claude-code-skills
/plugin install c-level-skills@claude-code-skills
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills && python3 scripts/sync-gemini-skills.py
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills && python3 scripts/sync-codex-skills.py
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills && bash scripts/openclaw-install.sh

Full Install Guide GitHub


Architecture

Every skill follows the same self-contained package pattern — no cross-dependencies, no external APIs, no setup required:

graph LR
    A["SKILL.md<br/><small>Instructions + Workflows</small>"] --> D["Agent uses skill"]
    B["scripts/<br/><small>Python CLI tools</small>"] --> D
    C["references/<br/><small>Expert knowledge</small>"] --> D
    E["assets/<br/><small>Templates + configs</small>"] --> D
    D --> F["Specialized output"]

    style A fill:#7c3aed,color:#fff,stroke:none
    style B fill:#c026d3,color:#fff,stroke:none
    style C fill:#d97706,color:#fff,stroke:none
    style E fill:#059669,color:#fff,stroke:none
    style D fill:#2563eb,color:#fff,stroke:none
    style F fill:#475569,color:#fff,stroke:none

Domains at a Glance

  • Engineering — Core 51


    The full engineering team: architecture, frontend, backend, fullstack, QA, DevOps, SecOps, AI/ML, data, cloud architects (AWS/Azure/GCP), Playwright testing, and a self-improving agent.

    Browse skills

  • Engineering — Advanced 74


    Agent-native infrastructure: agent designer, RAG architect, MCP server builder, CI/CD pipelines, SLO architect, chaos engineering, kubernetes operators, security auditing, tech debt tracking.

    Browse skills

  • Product 17


    Product manager toolkit (RICE, PRDs), agile PO, UX research, product discovery, analytics, experiment design, SaaS scaffolding, and an Apple HIG expert.

    Browse skills

  • Marketing 47


    Eight specialist pods — content, SEO, AEO (answer engine optimization), CRO, paid channels, growth, intelligence, and sales enablement — with bundled Python analytics tools.

    Browse skills

  • C-Level Advisory 61


    A virtual executive team: CEO through General Counsel, Chief Data/AI/Customer Officers, VP Engineering, founder-mode boardroom orchestration, decision logging, and strategy frameworks.

    Browse skills

  • Regulatory & Quality 18


    HealthTech/MedTech compliance: ISO 13485 QMS, MDR 2017/745, FDA 510(k)/PMA, ISO 27001 ISMS, GDPR/DSGVO, CAPA, and ISO 14971 risk management.

    Browse skills

  • Compliance OS 9


    An audit-prep operating system: readiness assessments and evidence checklists for ISO 13485, ISO 27001, SOC 2, GDPR, FDA QSR, EU AI Act, and ISO 42001.

    Browse skills

  • Project Management 9


    Senior PM, scrum master, Jira and Confluence experts, Atlassian admin, meeting analyzer — with a bundled Atlassian Remote MCP for live Jira/Confluence automation.

    Browse skills

  • Business & Growth 5


    Customer success with health scoring, sales engineering with RFP analysis, revenue operations with pipeline metrics, and a contract & proposal writer.

    Browse skills

  • Business Operations 7


    Internal ops for BizOps leads: process mapping with bottleneck detection, vendor scorecards, Erlang-C capacity planning, internal comms, knowledge ops, and procurement optimization.

    Browse skills

  • Commercial 8


    Per-deal economics: pricing strategy with Van Westendorp analysis, deal desk scoring, partnership tiers, channel economics, commercial policy, RFP response, and forecasting.

    Browse skills

  • Finance 4


    Financial analyst (DCF valuation, ratio analysis, budgeting, forecasting), SaaS metrics coach (ARR, MRR, churn, CAC, LTV, NRR), and a business investment advisor.

    Browse skills

  • Research 8


    Academic research specialists — literature review, NIH grants, patents, entity dossiers, syllabi, NotebookLM automation — behind a hybrid orchestrator that routes your question.

    Browse skills

  • Research Operations 5


    Enterprise research ops: clinical study design with power analysis, R&D program finance, TAM/SAM/SOM market sizing, survey methodology, and product research synthesis.

    Browse skills

  • Productivity 6


    Personal operating system: brain-dump capture, inbox setup and triage, reflection journaling, session handoff, and Andreessen-style market-first decision checks.

    Browse skills

  • Markdown to HTML 5


    Turn markdown into beautiful single-file HTML with your brand — long-form documents with sticky TOC and search, two-column code reviews, and keyboard-navigable slide decks.

    Browse skills

  • Landing Pages 1


    Generate a complete single-file HTML landing page with four design styles, GSAP animation patterns, and a WCAG-validated brand palette.

    Browse skills


How Skills Work

  • Install


    Add a skill bundle or individual skill via the plugin marketplace.

    /plugin install engineering-skills@claude-code-skills
    
  • Trigger


    Skills activate automatically when your prompt matches their domain — or invoke them directly with a slash command.

  • Execute


    The agent follows the SKILL.md workflows, runs the bundled Python tools for analysis, and consults the reference knowledge bases.

  • Output


    You get structured, reviewable results — reports, code, configurations, strategies, or audit-ready documentation.

All tools are stdlib-only

Every Python script that ships with a skill uses only the standard library — zero pip install required, no API keys, no LLM calls. Scripts support both human-readable and --json output for automation.