fix: correct broken install paths, improve skill descriptions, standardize counts

Cherry-picked from PR #387 (ssmanji89) and rebased on dev.

- Fix 6 wrong PM skill install paths in INSTALLATION.md
- Fix content-creator → content-production script paths
- Fix senior-devops CLI flags to match actual deployment_manager.py
- Replace vague descriptions with trigger-oriented "Use when..." on 7 engineering skills
- Standardize skill count 170 → 205+, finance 1 → 2, version 2.1.1 → 2.1.2
- Use python3 instead of python for macOS compatibility
- Remove broken integrations/ link in README.md

Excluded: *.zip gitignore wildcard (overrides intentional design decision)

Co-Authored-By: sully <ssmanji89@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-03-23 11:57:40 +01:00
parent ea04644987
commit 193f71e56f
10 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
# Installation Guide - Claude Skills Library # 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 ## 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. This single command installs all skills to all supported agents automatically.
**What this does:** **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 - ✅ Installs to Claude, Cursor, Copilot, Windsurf, Cline, and 37+ other AI agents
- ✅ Works across all skill formats - ✅ 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 pm-skills@claude-code-skills # 6 project management skills
/plugin install ra-qm-skills@claude-code-skills # 12 regulatory/quality 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 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 ### Install Individual Skills
@@ -268,22 +268,22 @@ npx agent-skills-cli add alirezarezvani/claude-skills/product-team/ui-design-sys
```bash ```bash
# Senior PM Expert # 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 # 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 # 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 # 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 # 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 # 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 ### Engineering Team Skills
@@ -436,16 +436,16 @@ cp -r engineering-team .github/skills/
```bash ```bash
# Test marketing tools # Test marketing tools
python marketing-skill/content-creator/scripts/brand_voice_analyzer.py --help python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py --help
python marketing-skill/content-creator/scripts/seo_optimizer.py --help python3 marketing-skill/content-production/scripts/seo_optimizer.py --help
# Test C-level tools # Test C-level tools
python c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help python3 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/ceo-advisor/scripts/strategy_analyzer.py --help
# Test product tools # Test product tools
python product-team/product-manager-toolkit/scripts/rice_prioritizer.py --help python3 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/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 echo "Sample content for analysis" > test-article.txt
# Run brand voice analysis # 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 # 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 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 ### 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. - Generates a `skills-index.json` manifest for discovery.
3. **Activate Skills in Gemini CLI:** 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 ```javascript
// Activate a core skill // Activate a core skill
activate_skill(name="senior-architect") activate_skill(name="senior-architect")
@@ -792,7 +792,7 @@ head -20 ~/.openclaw/skills/senior-frontend/SKILL.md
| Project Management | `project-management/` | 6 | | Project Management | `project-management/` | 6 |
| RA/QM Compliance | `ra-qm-team/` | 12 | | RA/QM Compliance | `ra-qm-team/` | 12 |
| Business & Growth | `business-growth/` | 4 | | Business & Growth | `business-growth/` | 4 |
| Finance | `finance/` | 1 | | Finance | `finance/` | 2 |
### Python Tools ### Python Tools
@@ -830,7 +830,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git
cd claude-skills cd claude-skills
# Generate symlinks (if not already present) # Generate symlinks (if not already present)
python scripts/sync-codex-skills.py python3 scripts/sync-codex-skills.py
# Install all skills to ~/.codex/skills/ # Install all skills to ~/.codex/skills/
./scripts/codex-install.sh ./scripts/codex-install.sh
@@ -903,7 +903,7 @@ ls ~/.codex/skills/ | wc -l
| **project-management** | 6 | scrum-master, senior-pm, jira-expert, confluence-expert | | **project-management** | 6 | scrum-master, senior-pm, jira-expert, confluence-expert |
| **ra-qm** | 12 | regulatory-affairs-head, quality-manager-qms-iso13485, gdpr-dsgvo-expert | | **ra-qm** | 12 | regulatory-affairs-head, quality-manager-qms-iso13485, gdpr-dsgvo-expert |
| **business-growth** | 4 | customer-success-manager, sales-engineer, revenue-operations | | **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. 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 **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) **Universal Installer:** [Agent Skills CLI](https://github.com/Karanjot786/agent-skills-cli)

View File

@@ -139,7 +139,7 @@ find .cursor/rules -name "*.mdc" | wc -l # Should show 156
- ✅ Support for scripts, references, templates where applicable - ✅ Support for scripts, references, templates where applicable
- ✅ Zero manual conversion work - ✅ 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.
--- ---

View File

@@ -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 python scripts/terraform_scaffolder.py ./infra --provider=aws --module=ecs-service --verbose
# Script 3: Deployment Manager — orchestrates container deployments with rollback support # 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 ## Core Capabilities

View File

@@ -1,6 +1,6 @@
--- ---
name: "agent-designer" 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 # Agent Designer - Multi-Agent System Architecture

View File

@@ -1,6 +1,6 @@
--- ---
name: "api-test-suite-builder" 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 # API Test Suite Builder

View File

@@ -1,6 +1,6 @@
--- ---
name: "database-designer" 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 # Database Designer - POWERFUL Tier Skill

View File

@@ -1,6 +1,6 @@
--- ---
name: "database-schema-designer" 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 # Database Schema Designer

View File

@@ -1,6 +1,6 @@
--- ---
name: "pr-review-expert" 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 # PR Review Expert

View File

@@ -1,6 +1,6 @@
--- ---
name: "rag-architect" 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 # RAG Architect - POWERFUL

View File

@@ -1,6 +1,6 @@
--- ---
name: "release-manager" 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 # Release Manager