New skills integrated: - engineering/behuman, code-tour, demo-video, data-quality-auditor Plugins & marketplace: - Add plugin.json for code-tour, demo-video, data-quality-auditor - Add all 3 to marketplace.json (31 total plugins) - Update marketplace counts to 248 skills, 332 tools, 460 refs Skill fixes: - Move data-quality-auditor from data-analysis/ to engineering/ - Fix cross-refs: code-tour, demo-video, data-quality-auditor - Add evals.json for code-tour (5 scenarios) and demo-video (4 scenarios) - demo-video: add output artifacts, prereqs check, references extraction - code-tour: add default persona, parallel discovery, trivial repo guidance - Fix Python 3.9 compat (from __future__ import annotations) product-analytics audit fixes: - Expand SKILL.md from 82 to 147 lines (anti-patterns, cross-refs, examples) - Add --format json to all metrics_calculator.py subcommands - Add error handling (FileNotFoundError, KeyError) Docs & indexes: - Update CLAUDE.md, README.md, docs/index.md, docs/getting-started.md counts - Sync Codex (192 skills) and Gemini (280 items) indexes - Regenerate MkDocs pages (279 pages, 311 HTML) - Add 3 new nav entries to mkdocs.yml - Update mkdocs.yml site_description Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8.3 KiB
title, description, hide
| title | description | hide | ||
|---|---|---|---|---|
| 248 Agent Skills for Codex, Gemini CLI & OpenClaw | 248 production-ready Claude Code skills and agent plugins for 11 AI coding tools. Engineering, product, marketing, compliance, and finance agent skills for Claude Code, OpenAI Codex, Gemini CLI, Cursor, and OpenClaw. |
|
Agent Skills
248 production-ready skills, 23 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 }
Works with
What's Inside
-
:material-toolbox:{ .lg .middle } 248 Skills
Production-ready instruction packages with structured workflows, Python automation tools, and reference documentation across 9 domains.
-
:material-robot:{ .lg .middle } 23 Agents
Multi-skill orchestrators that combine domain expertise for complex tasks — from engineering leads to financial analysts.
-
:material-account-group:{ .lg .middle } 3 Personas
Role-based identities with curated skill loadouts, decision frameworks, and distinct communication styles.
-
:material-sitemap:{ .lg .middle } Orchestration
A lightweight protocol for coordinating personas, skills, and agents on work that crosses domain boundaries.
-
:material-language-python:{ .lg .middle } 332 Python Tools
CLI scripts that ship with skills — all stdlib-only, zero pip installs, verified working on any platform.
-
:material-puzzle-outline:{ .lg .middle } 28 Plugins
One-command installable bundles for Claude Code, Codex CLI, Gemini CLI, and OpenClaw.
-
:material-console:{ .lg .middle } 22 Commands
Slash commands for common operations — sprint planning, tech debt analysis, PRDs, OKRs, and more.
-
:material-swap-horizontal:{ .lg .middle } 11 Tool Support
Convert all skills to any supported tool's native format with a single script. No manual work.
-
:material-chat-outline:{ .lg .middle } 6 Custom GPTs
Use Agent Skills directly in ChatGPT — no setup needed. Solo Founder, SEO Audit, Content Strategy, CTO Advisor, and more.
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
-
:material-lightning-bolt:{ .lg .middle } Engineering — Advanced
Agent designer, RAG architect, database designer, CI/CD builder, MCP server builder, security auditor, tech debt tracker
-
:material-bullseye-arrow:{ .lg .middle } Product
Product manager, agile PO, strategist, UX researcher, UI design system, landing pages, SaaS scaffolder, analytics, experiment designer
-
:material-bullhorn:{ .lg .middle } Marketing
Content, SEO, CRO, channels, growth, intelligence, sales — 7 specialist pods with 32 Python tools
-
:material-clipboard-check:{ .lg .middle } Project Management
Senior PM, scrum master, Jira expert, Confluence expert, Atlassian admin, templates
-
:material-star-circle:{ .lg .middle } C-Level Advisory
Full C-suite (10 roles), orchestration, board meetings, culture frameworks, strategic alignment
-
:material-shield-check:{ .lg .middle } Regulatory & Quality
ISO 13485, MDR 2017/745, FDA, ISO 27001, GDPR, CAPA, risk management, quality documentation
-
:material-trending-up:{ .lg .middle } Business & Growth
Customer success, sales engineer, revenue operations, contracts & proposals
-
:material-currency-usd:{ .lg .middle } Finance
Financial analyst, SaaS metrics coach — DCF valuation, budgeting, forecasting, ARR/MRR/churn/LTV
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 }