diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 33c1c30..23f1b33 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -4,11 +4,11 @@ "name": "Alireza Rezvani", "url": "https://alirezarezvani.com" }, - "description": "204 production-ready skill packages for Claude AI across 9 domains: marketing (43), engineering (25+30), C-level advisory (28), regulatory/QMS (12), product (13), project management (6), business growth (4), and finance (2). Includes 266 Python tools, 382 reference documents, 16 agents, and 17 slash commands.", + "description": "205 production-ready skill packages for Claude AI across 9 domains: marketing (43), engineering (25+30), C-level advisory (28), regulatory/QMS (12), product (14), project management (6), business growth (4), and finance (2). Includes 268 Python tools, 384 reference documents, 16 agents, and 19 slash commands.", "homepage": "https://github.com/alirezarezvani/claude-skills", "repository": "https://github.com/alirezarezvani/claude-skills", "metadata": { - "description": "204 production-ready skill packages across 9 domains with 266 Python tools, 382 reference documents, 16 agents, and 17 slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, and OpenClaw.", + "description": "205 production-ready skill packages across 9 domains with 268 Python tools, 384 reference documents, 16 agents, and 19 slash commands. Compatible with Claude Code, Codex CLI, Gemini CLI, and OpenClaw.", "version": "2.1.2" }, "plugins": [ diff --git a/.gemini/skills-index.json b/.gemini/skills-index.json index bc0cdec..553a6e6 100644 --- a/.gemini/skills-index.json +++ b/.gemini/skills-index.json @@ -1,7 +1,7 @@ { "version": "1.0.0", "name": "gemini-cli-skills", - "total_skills": 246, + "total_skills": 249, "skills": [ { "name": "README", @@ -328,6 +328,11 @@ "category": "command", "description": "Generate changelogs from git history and validate conventional commits. Usage: /changelog [options]" }, + { + "name": "cmd-code-to-prd", + "category": "command", + "description": "Reverse-engineer a frontend codebase into a PRD. Usage: /code-to-prd [path]" + }, { "name": "competitive-matrix", "category": "command", @@ -358,6 +363,11 @@ "category": "command", "description": "Detect stack and generate CI/CD pipeline configs. Usage: /pipeline [options]" }, + { + "name": "plugin-audit", + "category": "command", + "description": "|" + }, { "name": "prd", "category": "command", @@ -1068,6 +1078,11 @@ "category": "product", "description": "Agile product ownership for backlog management and sprint execution. Covers user story writing, acceptance criteria, sprint planning, and velocity tracking. Use for writing user stories, creating acceptance criteria, planning sprints, estimating story points, breaking down epics, or prioritizing backlog." }, + { + "name": "code-to-prd", + "category": "product", + "description": "|" + }, { "name": "competitive-teardown", "category": "product", @@ -1248,7 +1263,7 @@ "description": "C-level resources" }, "command": { - "count": 17, + "count": 19, "description": "Command resources" }, "engineering": { @@ -1268,7 +1283,7 @@ "description": "Marketing resources" }, "product": { - "count": 14, + "count": 15, "description": "Product resources" }, "project-management": { diff --git a/.gemini/skills/cmd-code-to-prd/SKILL.md b/.gemini/skills/cmd-code-to-prd/SKILL.md new file mode 120000 index 0000000..fadc8a6 --- /dev/null +++ b/.gemini/skills/cmd-code-to-prd/SKILL.md @@ -0,0 +1 @@ +../../../commands/code-to-prd.md \ No newline at end of file diff --git a/.gemini/skills/code-to-prd/SKILL.md b/.gemini/skills/code-to-prd/SKILL.md new file mode 120000 index 0000000..63d387a --- /dev/null +++ b/.gemini/skills/code-to-prd/SKILL.md @@ -0,0 +1 @@ +../../../product-team/code-to-prd/SKILL.md \ No newline at end of file diff --git a/.gemini/skills/plugin-audit/SKILL.md b/.gemini/skills/plugin-audit/SKILL.md new file mode 120000 index 0000000..21b7cba --- /dev/null +++ b/.gemini/skills/plugin-audit/SKILL.md @@ -0,0 +1 @@ +../../../commands/plugin-audit.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md index 35feab5..3c9b19b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co This is a **comprehensive skills library** for Claude AI and Claude Code - reusable, production-ready skill packages that bundle domain expertise, best practices, analysis tools, and strategic frameworks. The repository provides modular skills that teams can download and use directly in their workflows. -**Current Scope:** 204 production-ready skills across 9 domains with 266 Python automation tools, 382 reference guides, 16 agents, and 17 slash commands. +**Current Scope:** 205 production-ready skills across 9 domains with 268 Python automation tools, 384 reference guides, 16 agents, and 19 slash commands. **Key Distinction**: This is NOT a traditional application. It's a library of skill packages meant to be extracted and deployed by users into their own Claude workflows. @@ -37,7 +37,7 @@ This repository uses **modular documentation**. For domain-specific guidance, se claude-code-skills/ ├── .claude-plugin/ # Plugin registry (marketplace.json) ├── agents/ # 16 cs-* prefixed agents across all domains -├── commands/ # 17 slash commands (changelog, tdd, saas-health, workspace, prd, sprint-plan, etc.) +├── commands/ # 19 slash commands (changelog, tdd, saas-health, prd, code-to-prd, plugin-audit, sprint-plan, etc.) ├── engineering-team/ # 25 core engineering skills + Playwright Pro + Self-Improving Agent ├── engineering/ # 30 POWERFUL-tier advanced skills (incl. AgentHub) ├── product-team/ # 13 product skills + Python tools @@ -149,8 +149,8 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar ## Roadmap **Phase 1-2 Complete:** 204 production-ready skills deployed across 9 domains -- Engineering Core (25), Engineering POWERFUL (30), Product (13), Marketing (43), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2) -- 266 Python automation tools, 382 reference guides, 16 agents, 17 commands +- Engineering Core (25), Engineering POWERFUL (30), Product (14), Marketing (43), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2) +- 268 Python automation tools, 384 reference guides, 16 agents, 19 commands - Complete enterprise coverage from engineering through regulatory compliance, sales, customer success, and finance - MkDocs Material docs site with 210+ indexed pages for SEO @@ -203,4 +203,4 @@ This repository publishes skills to **ClawHub** (clawhub.com) as the distributio **Last Updated:** March 11, 2026 **Version:** v2.1.2 -**Status:** 204 skills deployed across 9 domains, 21 marketplace plugins, docs site live +**Status:** 205 skills deployed across 9 domains, 22 marketplace plugins, docs site live diff --git a/README.md b/README.md index 653e75d..a80606e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Claude Code Skills & Plugins — Agent Skills for Every Coding Tool -**204 production-ready Claude Code skills, plugins, and agent skills for 11 AI coding tools.** +**205 production-ready Claude Code skills, plugins, and agent skills for 11 AI coding tools.** The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 7 more coding agents. Reusable expertise packages covering engineering, DevOps, marketing, compliance, C-level advisory, and more. **Works with:** Claude Code · OpenAI Codex · Gemini CLI · OpenClaw · Cursor · Aider · Windsurf · Kilo Code · OpenCode · Augment · Antigravity [![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge)](https://opensource.org/licenses/MIT) -[![Skills](https://img.shields.io/badge/Skills-204-brightgreen?style=for-the-badge)](#skills-overview) +[![Skills](https://img.shields.io/badge/Skills-205-brightgreen?style=for-the-badge)](#skills-overview) [![Agents](https://img.shields.io/badge/Agents-16-blue?style=for-the-badge)](#agents) [![Personas](https://img.shields.io/badge/Personas-3-purple?style=for-the-badge)](#personas) -[![Commands](https://img.shields.io/badge/Commands-17-orange?style=for-the-badge)](#commands) +[![Commands](https://img.shields.io/badge/Commands-19-orange?style=for-the-badge)](#commands) [![Stars](https://img.shields.io/github/stars/alirezarezvani/claude-skills?style=for-the-badge)](https://github.com/alirezarezvani/claude-skills/stargazers) [![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1?style=for-the-badge)](https://getskillcheck.com) @@ -23,10 +23,10 @@ The most comprehensive open-source library of Claude Code skills and agent plugi Claude Code skills (also called agent skills or coding agent plugins) are modular instruction packages that give AI coding agents domain expertise they don't have out of the box. Each skill includes: - **SKILL.md** — structured instructions, workflows, and decision frameworks -- **Python tools** — 266 CLI scripts (all stdlib-only, zero pip installs) +- **Python tools** — 268 CLI scripts (all stdlib-only, zero pip installs) - **Reference docs** — templates, checklists, and domain-specific knowledge -**One repo, eleven platforms.** Works natively as Claude Code plugins, Codex agent skills, Gemini CLI skills, and converts to 8 more tools via `scripts/convert.sh`. All 266 Python tools run anywhere Python runs. +**One repo, eleven platforms.** Works natively as Claude Code plugins, Codex agent skills, Gemini CLI skills, and converts to 8 more tools via `scripts/convert.sh`. All 268 Python tools run anywhere Python runs. ### Skills vs Agents vs Personas @@ -145,7 +145,7 @@ See [integrations/](integrations/) for tool-specific documentation and pre-gener ## Skills Overview -**204 skills across 9 domains:** +**205 skills across 9 domains:** | Domain | Skills | Highlights | Details | |--------|--------|------------|---------| @@ -153,7 +153,7 @@ See [integrations/](integrations/) for tool-specific documentation and pre-gener | **🎭 Playwright Pro** | 9+3 | Test generation, flaky fix, Cypress/Selenium migration, TestRail, BrowserStack, 55 templates | [engineering-team/playwright-pro](engineering-team/playwright-pro/) | | **🧠 Self-Improving Agent** | 5+2 | Auto-memory curation, pattern promotion, skill extraction, memory health | [engineering-team/self-improving-agent](engineering-team/self-improving-agent/) | | **⚡ Engineering — POWERFUL** | 30 | Agent designer, RAG architect, database designer, CI/CD builder, security auditor, MCP builder, AgentHub, Helm charts, Terraform | [engineering/](engineering/) | -| **🎯 Product** | 13 | Product manager, agile PO, strategist, UX researcher, UI design, landing pages, SaaS scaffolder, analytics, experiment designer, discovery, roadmap communicator | [product-team/](product-team/) | +| **🎯 Product** | 14 | Product manager, agile PO, strategist, UX researcher, UI design, landing pages, SaaS scaffolder, analytics, experiment designer, discovery, roadmap communicator, code-to-prd | [product-team/](product-team/) | | **📣 Marketing** | 43 | 7 pods: Content (8), SEO (5), CRO (6), Channels (6), Growth (4), Intelligence (4), Sales (2) + context foundation + orchestration router. 32 Python tools. | [marketing-skill/](marketing-skill/) | | **📋 Project Management** | 6 | Senior PM, scrum master, Jira, Confluence, Atlassian admin, templates | [project-management/](project-management/) | | **🏥 Regulatory & QM** | 12 | ISO 13485, MDR 2017/745, FDA, ISO 27001, GDPR, CAPA, risk management | [ra-qm-team/](ra-qm-team/) | diff --git a/docs/getting-started.md b/docs/getting-started.md index 6e1954e..9b7a84f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -142,7 +142,7 @@ Choose your platform and follow the steps: |--------|----------------|--------| | **Engineering Core** | `/plugin install engineering-skills@claude-code-skills` | 25 | | **Engineering POWERFUL** | `/plugin install engineering-advanced-skills@claude-code-skills` | 30 | -| **Product** | `/plugin install product-skills@claude-code-skills` | 13 | +| **Product** | `/plugin install product-skills@claude-code-skills` | 14 | | **Marketing** | `/plugin install marketing-skills@claude-code-skills` | 43 | | **Regulatory & Quality** | `/plugin install ra-qm-skills@claude-code-skills` | 12 | | **Project Management** | `/plugin install pm-skills@claude-code-skills` | 6 | diff --git a/docs/index.md b/docs/index.md index 82ceb45..0e5f14c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ --- -title: 204 Agent Skills for Codex, Gemini CLI & OpenClaw -description: "204 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." +title: 205 Agent Skills for Codex, Gemini CLI & OpenClaw +description: "205 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." hide: - toc - edit @@ -14,7 +14,7 @@ hide: # Agent Skills -204 production-ready skills, 16 agents, 3 personas, and an orchestration protocol for AI coding tools. +205 production-ready skills, 16 agents, 3 personas, and an orchestration protocol for AI coding tools. { .hero-subtitle } [Get Started](getting-started.md){ .md-button .md-button--primary } @@ -81,7 +81,7 @@ hide: [:octicons-arrow-right-24: Learn patterns](orchestration.md) -- :material-language-python:{ .lg .middle } **266 Python Tools** +- :material-language-python:{ .lg .middle } **268 Python Tools** --- @@ -89,7 +89,7 @@ hide: [:octicons-arrow-right-24: Getting started](getting-started.md) -- :material-puzzle-outline:{ .lg .middle } **21 Plugins** +- :material-puzzle-outline:{ .lg .middle } **22 Plugins** --- @@ -97,7 +97,7 @@ hide: [:octicons-arrow-right-24: Plugin marketplace](plugins/) -- :material-console:{ .lg .middle } **17 Commands** +- :material-console:{ .lg .middle } **19 Commands** --- @@ -151,7 +151,7 @@ hide: Product manager, agile PO, strategist, UX researcher, UI design system, landing pages, SaaS scaffolder, analytics, experiment designer - [:octicons-arrow-right-24: 13 skills](skills/product-team/) + [:octicons-arrow-right-24: 14 skills](skills/product-team/) - :material-bullhorn:{ .lg .middle } **Marketing** diff --git a/mkdocs.yml b/mkdocs.yml index e0ec0f6..381cb95 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Claude Code Skills & Agent Plugins site_url: https://alirezarezvani.github.io/claude-skills/ -site_description: "204 production-ready skills, 16 agents, 3 personas, and an orchestration protocol for 11 AI coding tools. Reusable expertise for engineering, product, marketing, compliance, and more." +site_description: "205 production-ready skills, 16 agents, 3 personas, and an orchestration protocol for 11 AI coding tools. Reusable expertise for engineering, product, marketing, compliance, and more." site_author: Alireza Rezvani repo_url: https://github.com/alirezarezvani/claude-skills repo_name: alirezarezvani/claude-skills