diff --git a/.codex/skills-index.json b/.codex/skills-index.json index 5df0b47..967323c 100644 --- a/.codex/skills-index.json +++ b/.codex/skills-index.json @@ -357,7 +357,7 @@ "name": "agent-designer", "source": "../../engineering/agent-designer", "category": "engineering-advanced", - "description": "Agent Designer - Multi-Agent System Architecture" + "description": "Use when the user asks to design multi-agent systems, create agent architectures, define agent communication patterns, or build autonomous agent workflows." }, { "name": "agent-workflow-designer", @@ -381,7 +381,7 @@ "name": "api-test-suite-builder", "source": "../../engineering/api-test-suite-builder", "category": "engineering-advanced", - "description": "API Test Suite Builder" + "description": "Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests." }, { "name": "autoresearch-agent", @@ -411,13 +411,13 @@ "name": "database-designer", "source": "../../engineering/database-designer", "category": "engineering-advanced", - "description": "Database Designer - POWERFUL Tier Skill" + "description": "Use when the user asks to design database schemas, plan data migrations, optimize queries, choose between SQL and NoSQL, or model data relationships." }, { "name": "database-schema-designer", "source": "../../engineering/database-schema-designer", "category": "engineering-advanced", - "description": "Database Schema Designer" + "description": "Use when the user asks to create ERD diagrams, normalize database schemas, design table relationships, or plan schema migrations." }, { "name": "dependency-auditor", @@ -489,19 +489,19 @@ "name": "pr-review-expert", "source": "../../engineering/pr-review-expert", "category": "engineering-advanced", - "description": "PR Review Expert" + "description": "Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs." }, { "name": "rag-architect", "source": "../../engineering/rag-architect", "category": "engineering-advanced", - "description": "RAG Architect - POWERFUL" + "description": "Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems." }, { "name": "release-manager", "source": "../../engineering/release-manager", "category": "engineering-advanced", - "description": "Release Manager" + "description": "Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning." }, { "name": "runbook-generator", diff --git a/INSTALLATION.md b/INSTALLATION.md index 8934313..dcabc88 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -1,6 +1,6 @@ # Installation Guide - Claude Skills Library -Complete installation guide for all 170 production-ready skills across multiple AI agents and platforms. +Complete installation guide for all 205+ production-ready skills across multiple AI agents and platforms. ## Table of Contents @@ -80,7 +80,7 @@ npx agent-skills-cli add alirezarezvani/claude-skills This single command installs all skills to all supported agents automatically. **What this does:** -- ✅ Detects all 170 skills automatically +- ✅ Detects all 205+ skills automatically - ✅ Installs to Claude, Cursor, Copilot, Windsurf, Cline, and 37+ other AI agents - ✅ Works across all skill formats @@ -113,7 +113,7 @@ This adds the skills library to your available marketplaces. /plugin install pm-skills@claude-code-skills # 6 project management skills /plugin install ra-qm-skills@claude-code-skills # 12 regulatory/quality skills /plugin install business-growth-skills@claude-code-skills # 4 business & growth skills -/plugin install finance-skills@claude-code-skills # 1 finance skill +/plugin install finance-skills@claude-code-skills # 2 finance skills ``` ### Install Individual Skills @@ -268,22 +268,22 @@ npx agent-skills-cli add alirezarezvani/claude-skills/product-team/ui-design-sys ```bash # Senior PM Expert -npx agent-skills-cli add alirezarezvani/claude-skills/project-management/senior-pm-expert +npx agent-skills-cli add alirezarezvani/claude-skills/project-management/senior-pm # Scrum Master Expert -npx agent-skills-cli add alirezarezvani/claude-skills/project-management/scrum-master-expert +npx agent-skills-cli add alirezarezvani/claude-skills/project-management/scrum-master # Atlassian Jira Expert -npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-jira-expert +npx agent-skills-cli add alirezarezvani/claude-skills/project-management/jira-expert # Atlassian Confluence Expert -npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-confluence-expert +npx agent-skills-cli add alirezarezvani/claude-skills/project-management/confluence-expert # Atlassian Administrator -npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-administrator +npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-admin # Atlassian Template Creator -npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-template-creator +npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-templates ``` ### Engineering Team Skills @@ -436,16 +436,16 @@ cp -r engineering-team .github/skills/ ```bash # Test marketing tools -python marketing-skill/content-creator/scripts/brand_voice_analyzer.py --help -python marketing-skill/content-creator/scripts/seo_optimizer.py --help +python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py --help +python3 marketing-skill/content-production/scripts/seo_optimizer.py --help # Test C-level tools -python c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help -python c-level-advisor/ceo-advisor/scripts/strategy_analyzer.py --help +python3 c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help +python3 c-level-advisor/ceo-advisor/scripts/strategy_analyzer.py --help # Test product tools -python product-team/product-manager-toolkit/scripts/rice_prioritizer.py --help -python product-team/ui-design-system/scripts/design_token_generator.py --help +python3 product-team/product-manager-toolkit/scripts/rice_prioritizer.py --help +python3 product-team/ui-design-system/scripts/design_token_generator.py --help ``` --- @@ -496,10 +496,10 @@ ls ~/.config/goose/skills/ echo "Sample content for analysis" > test-article.txt # Run brand voice analysis -python ~/.claude/skills/content-creator/scripts/brand_voice_analyzer.py test-article.txt +python3 ~/.claude/skills/content-production/scripts/brand_voice_analyzer.py test-article.txt # Run SEO optimization -python ~/.claude/skills/content-creator/scripts/seo_optimizer.py test-article.txt "sample keyword" +python3 ~/.claude/skills/content-production/scripts/seo_optimizer.py test-article.txt "sample keyword" ``` --- @@ -674,7 +674,7 @@ rm -rf .cursor/skills/fullstack-engineer/ ## Gemini CLI Installation -Gemini CLI users can install skills using the setup script below. This repository provides Gemini CLI compatibility through a `.gemini/skills/` directory with symlinks to all 170+ skills, agents, and commands. +Gemini CLI users can install skills using the setup script below. This repository provides Gemini CLI compatibility through a `.gemini/skills/` directory with symlinks to all 205+ skills, agents, and commands. ### Setup Instructions @@ -696,7 +696,7 @@ Gemini CLI users can install skills using the setup script below. This repositor - Generates a `skills-index.json` manifest for discovery. 3. **Activate Skills in Gemini CLI:** - Gemini CLI can now activate any of these 170+ skills by name. Use the `activate_skill` tool: + Gemini CLI can now activate any of these 205+ skills by name. Use the `activate_skill` tool: ```javascript // Activate a core skill activate_skill(name="senior-architect") @@ -792,7 +792,7 @@ head -20 ~/.openclaw/skills/senior-frontend/SKILL.md | Project Management | `project-management/` | 6 | | RA/QM Compliance | `ra-qm-team/` | 12 | | Business & Growth | `business-growth/` | 4 | -| Finance | `finance/` | 1 | +| Finance | `finance/` | 2 | ### Python Tools @@ -830,7 +830,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git cd claude-skills # Generate symlinks (if not already present) -python scripts/sync-codex-skills.py +python3 scripts/sync-codex-skills.py # Install all skills to ~/.codex/skills/ ./scripts/codex-install.sh @@ -903,7 +903,7 @@ ls ~/.codex/skills/ | wc -l | **project-management** | 6 | scrum-master, senior-pm, jira-expert, confluence-expert | | **ra-qm** | 12 | regulatory-affairs-head, quality-manager-qms-iso13485, gdpr-dsgvo-expert | | **business-growth** | 4 | customer-success-manager, sales-engineer, revenue-operations | -| **finance** | 1 | financial-analyst | +| **finance** | 2 | financial-analyst, saas-metrics-coach | See `.codex/skills-index.json` for the complete manifest with descriptions. @@ -944,5 +944,5 @@ See `.codex/skills-index.json` for the complete manifest with descriptions. --- **Last Updated:** March 2026 -**Skills Version:** 2.1.1 (170 production skills across 9 domains) +**Skills Version:** 2.1.2 (205+ production skills across 9 domains) **Universal Installer:** [Agent Skills CLI](https://github.com/Karanjot786/agent-skills-cli) diff --git a/README.md b/README.md index 970a068..2f6ab2a 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ find .cursor/rules -name "*.mdc" | wc -l # Should show 156 - ✅ Support for scripts, references, templates where applicable - ✅ Zero manual conversion work -See [integrations/](integrations/) for tool-specific documentation and pre-generated outputs. +Run `./scripts/convert.sh --tool all` to generate tool-specific outputs locally. --- diff --git a/docs/googlec3db22c96191d971.html b/docs/googlec3db22c96191d971.html new file mode 100644 index 0000000..e41698d --- /dev/null +++ b/docs/googlec3db22c96191d971.html @@ -0,0 +1 @@ +google-site-verification: googlec3db22c96191d971.html \ No newline at end of file diff --git a/engineering-team/senior-devops/SKILL.md b/engineering-team/senior-devops/SKILL.md index ec4b34d..67f2e64 100644 --- a/engineering-team/senior-devops/SKILL.md +++ b/engineering-team/senior-devops/SKILL.md @@ -21,7 +21,7 @@ python scripts/pipeline_generator.py ./app --platform=github --stages=build,test python scripts/terraform_scaffolder.py ./infra --provider=aws --module=ecs-service --verbose # Script 3: Deployment Manager — orchestrates container deployments with rollback support -python scripts/deployment_manager.py deploy --env=production --image=app:1.2.3 --strategy=blue-green +python3 scripts/deployment_manager.py ./deploy --verbose --json ``` ## Core Capabilities diff --git a/engineering/agent-designer/SKILL.md b/engineering/agent-designer/SKILL.md index c9dbd58..6172cd0 100644 --- a/engineering/agent-designer/SKILL.md +++ b/engineering/agent-designer/SKILL.md @@ -1,6 +1,6 @@ --- name: "agent-designer" -description: "Agent Designer - Multi-Agent System Architecture" +description: "Use when the user asks to design multi-agent systems, create agent architectures, define agent communication patterns, or build autonomous agent workflows." --- # Agent Designer - Multi-Agent System Architecture diff --git a/engineering/api-test-suite-builder/SKILL.md b/engineering/api-test-suite-builder/SKILL.md index 4e4ce8a..e95da10 100644 --- a/engineering/api-test-suite-builder/SKILL.md +++ b/engineering/api-test-suite-builder/SKILL.md @@ -1,6 +1,6 @@ --- name: "api-test-suite-builder" -description: "API Test Suite Builder" +description: "Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests." --- # API Test Suite Builder diff --git a/engineering/database-designer/SKILL.md b/engineering/database-designer/SKILL.md index 45d1111..11da21b 100644 --- a/engineering/database-designer/SKILL.md +++ b/engineering/database-designer/SKILL.md @@ -1,6 +1,6 @@ --- name: "database-designer" -description: "Database Designer - POWERFUL Tier Skill" +description: "Use when the user asks to design database schemas, plan data migrations, optimize queries, choose between SQL and NoSQL, or model data relationships." --- # Database Designer - POWERFUL Tier Skill diff --git a/engineering/database-schema-designer/SKILL.md b/engineering/database-schema-designer/SKILL.md index ed3c22b..73a5452 100644 --- a/engineering/database-schema-designer/SKILL.md +++ b/engineering/database-schema-designer/SKILL.md @@ -1,6 +1,6 @@ --- name: "database-schema-designer" -description: "Database Schema Designer" +description: "Use when the user asks to create ERD diagrams, normalize database schemas, design table relationships, or plan schema migrations." --- # Database Schema Designer diff --git a/engineering/pr-review-expert/SKILL.md b/engineering/pr-review-expert/SKILL.md index a352ca1..deb39fd 100644 --- a/engineering/pr-review-expert/SKILL.md +++ b/engineering/pr-review-expert/SKILL.md @@ -1,6 +1,6 @@ --- name: "pr-review-expert" -description: "PR Review Expert" +description: "Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs." --- # PR Review Expert diff --git a/engineering/rag-architect/SKILL.md b/engineering/rag-architect/SKILL.md index 04de4bf..b097fd7 100644 --- a/engineering/rag-architect/SKILL.md +++ b/engineering/rag-architect/SKILL.md @@ -1,6 +1,6 @@ --- name: "rag-architect" -description: "RAG Architect - POWERFUL" +description: "Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems." --- # RAG Architect - POWERFUL diff --git a/engineering/release-manager/SKILL.md b/engineering/release-manager/SKILL.md index 48e11dc..b48cd50 100644 --- a/engineering/release-manager/SKILL.md +++ b/engineering/release-manager/SKILL.md @@ -1,6 +1,6 @@ --- name: "release-manager" -description: "Release Manager" +description: "Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning." --- # Release Manager