Skip to content

Open source · MIT · 17 domains · 13 AI tools

Agent Skills

Give your AI coding agent real domain expertise. Every skill is a self-contained package of workflows, checklists, Python tools, and reference knowledge that your agent follows autonomously — install one command, ship better work.

Get Started Browse Skills GitHub

345Skills
17Domains
78Plugins
570+Python Tools
90+Commands
13AI Tools

What Is an Agent Skill?

An agent skill is a portable package of expertise your AI assistant can load on demand. Instead of re-explaining your standards in every prompt, a skill gives the agent a structured workflow it follows the same way every time — whether that's reviewing a pull request, designing a pricing model, or preparing an ISO 27001 audit.

Every skill in this library follows the same simple anatomy:

skill-name/
├── SKILL.md          # The playbook — workflows, rules, decision frameworks
├── scripts/          # Python CLI tools (stdlib-only, no pip installs)
├── references/       # Curated domain knowledge the agent can consult
└── assets/           # Ready-to-use templates for your team

No API keys, no external services, no dependencies between skills. Copy a folder — or install a plugin — and it works.

  • Install Add the marketplace to Claude Code, or run one sync script for Codex, Gemini CLI, Cursor, and 9 more tools.
  • Invoke Call a slash command like /cs:deal-review, or just mention the skill in a prompt — the agent loads the playbook.
  • Ship The agent works through the skill's checklists and tools, producing consistent, reviewable output every time.

What's Inside

  • 345 Skills


    Production-ready playbooks across 17 domains — from code review and RAG architecture to pricing strategy, clinical study design, and markdown-to-HTML publishing. Each ships with workflows, Python tools, and reference docs.

    Browse skills

  • 78 Plugins


    One-command installable bundles for Claude Code — install a whole domain or a single skill. Sync scripts cover Codex CLI, Gemini CLI, Hermes Agent, Mistral Vibe, and OpenClaw.

    Plugin marketplace

  • 90+ Agents


    Multi-skill orchestrators with distinct personas — engineering leads, C-suite advisors, research routers, and compliance auditors that combine skills for complex work.

    View agents

  • 90+ Slash Commands


    Instant workflows you run by name — sprint planning, PRDs, OKRs, deal reviews, SLO design, chaos experiments, and market research, straight from your terminal.

    View commands

  • 570+ Python Tools


    Deterministic CLI scripts bundled with skills — all standard library, zero pip installs, no LLM calls. Scoring, validation, and analysis that runs anywhere Python runs.

    Getting started

  • 3 Personas


    Role-based identities — Startup CTO, Growth Marketer, Solo Founder — with curated skill loadouts, judgment frameworks, and distinct communication styles.

    Meet personas

  • Orchestration


    A lightweight protocol for coordinating personas, skills, and agents on work that crosses domain boundaries — launches, audits, and strategic sprints.

    Learn patterns

  • 13-Tool Support


    Write once, run everywhere. A single conversion script adapts every skill to the native format of Cursor, Aider, Windsurf, Kilo Code, OpenCode, Augment, and Antigravity.

    Multi-tool setup

  • 6 Custom GPTs


    Use Agent Skills directly in ChatGPT with zero setup — Solo Founder, SEO Audit, Content Strategy, CTO Advisor, and more.

    Open GPTs


Skills by Domain

Seventeen domains cover the full lifecycle of building a product and running a company — engineering, go-to-market, operations, compliance, and research.

  • Engineering — Core


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

    51 skills

  • Engineering — Advanced


    Agent designer, RAG architect, MCP server builder, CI/CD pipelines, SLO architect, chaos engineering, security auditing, tech debt tracking

    74 skills

  • Product


    Product manager toolkit, agile PO, UX research, discovery, analytics, experiment design, SaaS scaffolding, Apple HIG

    17 skills

  • Marketing


    Content, SEO, AEO, CRO, paid channels, growth, launch strategy — 8 specialist pods with bundled Python analytics tools

    47 skills

  • C-Level Advisory


    Full C-suite advisors (CEO to General Counsel), founder-mode boardroom, decision logging, culture and strategy frameworks

    61 skills

  • Regulatory & Quality


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

    18 skills

  • Compliance OS


    Audit-prep orchestrator for ISO 13485, ISO 27001, SOC 2, GDPR, FDA QSR, EU AI Act, and ISO 42001 readiness

    9 skills

  • Project Management


    Senior PM, scrum master, Jira and Confluence experts, Atlassian admin with bundled remote MCP

    9 skills

  • Business & Growth


    Customer success, sales engineering, revenue operations, contracts and proposals

    5 skills

  • Business Operations


    Process mapping, vendor management, capacity planning, internal comms, knowledge ops, procurement

    7 skills

  • Commercial


    Pricing strategy, deal desk, partnerships, channel economics, commercial policy, RFP response, forecasting

    8 skills

  • Finance


    Financial analysis, DCF valuation, budgeting, forecasting, SaaS metrics (ARR, MRR, churn, LTV)

    4 skills

  • Research


    Literature review, grants, patents, entity dossiers, syllabi, NotebookLM automation — with a hybrid orchestrator

    8 skills

  • Research Operations


    Clinical study design, R&D program finance, market sizing and surveys, product research methodology

    5 skills

  • Productivity


    Brain-dump capture, inbox setup and triage, reflection journal, session handoff, market-first decision making

    6 skills

  • Markdown to HTML


    Turn markdown into beautiful single-file HTML — long-form documents, code reviews, and slide decks with your brand

    5 skills

  • Landing Pages


    Single-file HTML landing page generator with four design styles and a brand palette validator

    1 skill


Why Teams Use This Library

  • Zero dependencies


    Every Python tool uses the standard library only. No pip installs, no API keys, no configuration. Works anywhere Python runs.

  • Security first


    A built-in security auditor scans any skill for malicious code, data exfiltration, and prompt injection before you install it.

  • One-command install


    A plugin marketplace for Claude Code, sync scripts for Codex, Gemini, Hermes, and Vibe, and a converter for seven more tools.

  • Self-contained


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

  • Multi-platform


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

  • Production-grade


    Structured workflows with validation checkpoints — not generic advice. Each skill covers an end-to-end process with named deliverables.


Quick Install

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

# Install any skill bundle
/plugin install engineering-skills@claude-code-skills
npx agent-skills-cli add alirezarezvani/claude-skills --agent codex
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills && ./scripts/gemini-install.sh
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills
python scripts/sync-hermes-skills.py --verbose
# Skills appear in /skills and /<skill-name> automatically
git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills
./scripts/vibe-install.sh
# Skills install to ~/.vibe/skills/claude-skills/; same SKILL.md standard
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 Multi-Tool Setup


Guides

Tool-specific walkthroughs for getting the most out of the library: