Merge pull request #203 from alirezarezvani/feature/update-docs-new-skills

docs: update README, CHANGELOG, and skills index
This commit is contained in:
Alireza Rezvani
2026-02-16 15:58:29 +01:00
committed by GitHub
3 changed files with 159 additions and 8 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",
@@ -328,6 +352,20 @@
"source": "../../ra-qm-team/risk-management-specialist",
"category": "ra-qm",
"description": "Medical device risk management specialist implementing ISO 14971 throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis."
},
{
"name": "observability-designer",
"path": "engineering/observability-designer",
"category": "engineering",
"tier": "POWERFUL",
"description": "SLI/SLO frameworks, alert optimization, and dashboard generation for production observability.",
"scripts": [
"slo_designer.py",
"alert_optimizer.py",
"dashboard_generator.py"
],
"references": true,
"assets": true
}
],
"categories": {
@@ -371,5 +409,6 @@
"source": "../../ra-qm-team",
"description": "Regulatory affairs and quality management skills"
}
}
}
},
"total": 59
}

View File

@@ -5,9 +5,15 @@ 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
- **observability-designer** (POWERFUL tier) — SLO designer, alert optimizer, and dashboard 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 +21,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)

104
README.md
View File

@@ -6,7 +6,7 @@
[![Claude AI](https://img.shields.io/badge/Claude-AI-blue.svg)](https://claude.ai)
[![Claude Code](https://img.shields.io/badge/Claude-Code-purple.svg)](https://claude.ai/code)
[![Multi-Agent Compatible](https://img.shields.io/badge/Multi--Agent-Compatible-green.svg)](https://github.com/skillcreatorai/Ai-Agent-Skills)
[![53 Skills](https://img.shields.io/badge/Skills-53-brightgreen.svg)](#-available-skills)
[![59 Skills](https://img.shields.io/badge/Skills-59-brightgreen.svg)](#-available-skills)
[![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1)](https://getskillcheck.com)
---
@@ -800,6 +800,108 @@ 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)
---
#### 📡 Observability Designer
**Status:** ✅ Production Ready | **Version:** 1.0
SLI/SLO frameworks, alert optimization, and dashboard generation for production observability.
**What's Included:**
- **SLO Designer** - Generate SLI definitions, SLO targets, error budgets, and burn rate alerts (Python CLI)
- **Alert Optimizer** - Analyze alert configs for noise, coverage gaps, duplicates, and fatigue risks (Python CLI)
- **Dashboard Generator** - Create role-based dashboard specs with golden signals and RED/USE methods (Python CLI)
- **SLO Cookbook** - Comprehensive SLO implementation guide
- **Alert Design Patterns** - Battle-tested alerting strategies
- **Dashboard Best Practices** - Visualization and layout principles
**Learn More:** [engineering/observability-designer/SKILL.md](engineering/observability-designer/SKILL.md)
---
#### 🤖 Senior ML/AI Engineer
**Status:** ✅ Production Ready | **Version:** 1.0