docs: update README, CHANGELOG, and skills index with 5 new POWERFUL-tier skills

- Added incident-commander, tech-debt-tracker, api-design-reviewer, interview-system-designer, migration-architect
- Updated skill count from 53 to 58 in README.md badge
- Updated total_skills from 54 to 59 in .codex/skills-index.json
- Added detailed skill descriptions with included tools
- Updated CHANGELOG.md with 2026-02-16 release
- Added CI workflow fixes and documentation improvements

Note: observability-designer was not found in the repository and was excluded.
This commit is contained in:
Leo
2026-02-16 14:06:37 +00:00
parent 031730b814
commit 907faa1720
3 changed files with 124 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"name": "claude-code-skills",
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
"repository": "https://github.com/alirezarezvani/claude-skills",
"total_skills": 54,
"total_skills": 59,
"skills": [
{
"name": "customer-success-manager",
@@ -51,7 +51,31 @@
"name": "incident-commander",
"source": "../../engineering-team/incident-commander",
"category": "engineering",
"description": "Skill from engineering-team"
"description": "Incident response playbook with severity classification, timeline reconstruction, and post-incident review generation. Includes automated severity classification, timeline reconstruction from logs, PIR generation with RCA frameworks, and communication templates for stakeholder updates."
},
{
"name": "tech-debt-tracker",
"source": "../../engineering/tech-debt-tracker",
"category": "engineering",
"description": "Codebase debt analysis with AST parsing, prioritization frameworks, and trend dashboards. Automatically identifies tech debt signals, analyzes cost-of-delay, and tracks debt trends over time with executive reporting capabilities."
},
{
"name": "api-design-reviewer",
"source": "../../engineering/api-design-reviewer",
"category": "engineering",
"description": "REST/OpenAPI linting, breaking change detection, and API design scorecards. Validates API conventions, detects compatibility issues, scores design quality, and ensures security best practices for REST APIs."
},
{
"name": "interview-system-designer",
"source": "../../engineering/interview-system-designer",
"category": "engineering",
"description": "Calibrated interview loops, question banks, and hiring calibration analysis. Designs role-specific interview processes, generates competency-based questions, and provides bias analysis with standardized evaluation frameworks."
},
{
"name": "migration-architect",
"source": "../../engineering/migration-architect",
"category": "engineering",
"description": "Zero-downtime migration planning, compatibility checking, and rollback generation. Plans phased migrations, validates schema compatibility, generates rollback procedures, and provides risk assessment for complex system migrations."
},
{
"name": "ms365-tenant-manager",