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:
@@ -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",
|
||||
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
@@ -5,9 +5,14 @@ All notable changes to the Claude Skills Library will be documented in this file
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [Unreleased] - 2026-02-16
|
||||
|
||||
### Added
|
||||
- **incident-commander** (POWERFUL tier) — Incident response playbook with severity classifier, timeline reconstructor, and PIR generator
|
||||
- **tech-debt-tracker** (POWERFUL tier) — Codebase debt scanner with AST parsing, debt prioritizer, and trend dashboard
|
||||
- **api-design-reviewer** (POWERFUL tier) — REST API linter, breaking change detector, and API design scorecard
|
||||
- **interview-system-designer** (POWERFUL tier) — Interview loop designer, question bank generator, and hiring calibrator
|
||||
- **migration-architect** (POWERFUL tier) — Migration planner, compatibility checker, and rollback generator
|
||||
- `campaign-analytics` - Multi-touch attribution, funnel conversion, campaign ROI (3 Python tools)
|
||||
- `customer-success-manager` - Onboarding, retention, expansion, health scoring (2 Python tools)
|
||||
- `sales-engineer` - Technical sales, solution design, RFP responses (2 Python tools)
|
||||
@@ -15,8 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- `financial-analyst` - DCF valuation, budgeting, forecasting, financial modeling (3 Python tools)
|
||||
- New `business-growth` domain with 3 skills
|
||||
- New `finance` domain with 1 skill
|
||||
- 87+ Python automation tools (up from 68+)
|
||||
- 53 total skills across 8 domains (up from 48 across 6)
|
||||
- 92+ Python automation tools (up from 87+, including 17 new POWERFUL-tier tools)
|
||||
- 58 total skills across 8 domains (up from 53)
|
||||
|
||||
### Fixed
|
||||
- CI workflows (smart-sync.yml, pr-issue-auto-close.yml) — PR #193
|
||||
- Installation documentation (Issue #189) — PR #193
|
||||
|
||||
### Planned
|
||||
- Complete Anthropic best practices refactoring (37/42 skills remaining)
|
||||
|
||||
87
README.md
87
README.md
@@ -6,7 +6,7 @@
|
||||
[](https://claude.ai)
|
||||
[](https://claude.ai/code)
|
||||
[](https://github.com/skillcreatorai/Ai-Agent-Skills)
|
||||
[](#-available-skills)
|
||||
[](#-available-skills)
|
||||
[](https://getskillcheck.com)
|
||||
|
||||
---
|
||||
@@ -800,6 +800,91 @@ Data pipeline engineering, ETL/ELT workflows, and data infrastructure.
|
||||
|
||||
---
|
||||
|
||||
#### 🚨 Incident Commander
|
||||
**Status:** ✅ Production Ready | **Version:** 1.0
|
||||
|
||||
Incident response playbook with severity classification, timeline reconstruction, and post-incident review generation.
|
||||
|
||||
**What's Included:**
|
||||
- **Incident Classifier** - Severity analysis and response team recommendations (Python CLI)
|
||||
- **Timeline Reconstructor** - Chronological incident timeline reconstruction (Python CLI)
|
||||
- **PIR Generator** - Comprehensive post-incident review generation (Python CLI)
|
||||
- **Severity Classifier** - Automated incident severity assessment (Python CLI)
|
||||
- **Timeline Builder** - Incident event timeline construction (Python CLI)
|
||||
- **Postmortem Generator** - Structured postmortem documentation (Python CLI)
|
||||
|
||||
**Learn More:** [engineering-team/incident-commander/SKILL.md](engineering-team/incident-commander/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
#### 📊 Tech Debt Tracker
|
||||
**Status:** ✅ Production Ready | **Version:** 1.0
|
||||
|
||||
Codebase debt analysis with AST parsing, prioritization frameworks, and trend dashboards.
|
||||
|
||||
**What's Included:**
|
||||
- **Debt Scanner** - Automated technical debt detection with AST parsing (Python CLI)
|
||||
- **Debt Prioritizer** - Cost-of-delay analysis and debt prioritization (Python CLI)
|
||||
- **Debt Dashboard** - Trend tracking and executive reporting dashboard (Python CLI)
|
||||
- **Code Quality Analysis** - Comprehensive codebase health assessment
|
||||
- **Architecture Debt Detection** - Structural and design debt identification
|
||||
- **Maintenance Cost Modeling** - Financial impact analysis of technical debt
|
||||
|
||||
**Learn More:** [engineering/tech-debt-tracker/SKILL.md](engineering/tech-debt-tracker/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
#### 🔌 API Design Reviewer
|
||||
**Status:** ✅ Production Ready | **Version:** 1.0
|
||||
|
||||
REST/OpenAPI linting, breaking change detection, and API design scorecards.
|
||||
|
||||
**What's Included:**
|
||||
- **API Linter** - REST convention validation and best practices enforcement (Python CLI)
|
||||
- **Breaking Change Detector** - Automated API compatibility analysis (Python CLI)
|
||||
- **API Scorecard** - Comprehensive design quality assessment (Python CLI)
|
||||
- **OpenAPI Validation** - Schema compliance and documentation checking
|
||||
- **Security Assessment** - Authentication, authorization, and security headers review
|
||||
- **Performance Analysis** - Caching, pagination, and efficiency pattern evaluation
|
||||
|
||||
**Learn More:** [engineering/api-design-reviewer/SKILL.md](engineering/api-design-reviewer/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
#### 🎯 Interview System Designer
|
||||
**Status:** ✅ Production Ready | **Version:** 1.0
|
||||
|
||||
Calibrated interview loops, question banks, and hiring calibration analysis.
|
||||
|
||||
**What's Included:**
|
||||
- **Loop Designer** - Role-specific interview process design (Python CLI)
|
||||
- **Question Bank Generator** - Competency-based question generation (Python CLI)
|
||||
- **Hiring Calibrator** - Interview bias analysis and calibration tools (Python CLI)
|
||||
- **Competency Matrices** - Skills assessment framework development
|
||||
- **Scoring Rubrics** - Standardized evaluation criteria creation
|
||||
- **Bias Mitigation** - Interview process fairness optimization
|
||||
|
||||
**Learn More:** [engineering/interview-system-designer/SKILL.md](engineering/interview-system-designer/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
#### 🚀 Migration Architect
|
||||
**Status:** ✅ Production Ready | **Version:** 1.0
|
||||
|
||||
Zero-downtime migration planning, compatibility checking, and rollback generation.
|
||||
|
||||
**What's Included:**
|
||||
- **Migration Planner** - Phased migration strategy generation (Python CLI)
|
||||
- **Compatibility Checker** - Schema and API compatibility validation (Python CLI)
|
||||
- **Rollback Generator** - Automated rollback procedure creation (Python CLI)
|
||||
- **Risk Assessment** - Migration failure point identification
|
||||
- **Timeline Estimation** - Resource-based migration scheduling
|
||||
- **Data Validation** - Cross-system data integrity verification
|
||||
|
||||
**Learn More:** [engineering/migration-architect/SKILL.md](engineering/migration-architect/SKILL.md)
|
||||
|
||||
---
|
||||
|
||||
#### 🤖 Senior ML/AI Engineer
|
||||
**Status:** ✅ Production Ready | **Version:** 1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user