fix(docs): correct marketing skill count to 6, total to 53, codex to 48

Devin review identified two count inaccuracies:
1. Marketing skills: 7 → 6 (only 6 directories exist under marketing-skill/)
2. Codex skill entries: 47 → 48 (.codex/skills/ has 48 entries)
3. Total skills: 54 → 53 (6+18+5+2+6+12+3+1)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-02-10 07:57:58 +01:00
parent e0cb573d62
commit c1af2fc89a
7 changed files with 33 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
This is a **comprehensive skills library** for Claude AI - reusable, production-ready skill packages that bundle domain expertise, best practices, analysis tools, and strategic frameworks. The repository provides modular skills that teams can download and use directly in their workflows.
**Current Scope:** 54 production-ready skills across 8 domains with 87+ Python automation tools.
**Current Scope:** 53 production-ready skills across 8 domains with 87+ Python automation tools.
**Key Distinction**: This is NOT a traditional application. It's a library of skill packages meant to be extracted and deployed by users into their own Claude workflows.
@@ -37,7 +37,7 @@ This repository uses **modular documentation**. For domain-specific guidance, se
```
claude-code-skills/
├── agents/ # cs-* prefixed agents (in development)
├── marketing-skill/ # 7 marketing skills + Python tools
├── marketing-skill/ # 6 marketing skills + Python tools
├── product-team/ # 5 product skills + Python tools
├── engineering-team/ # 18 engineering skills + Python tools
├── c-level-advisor/ # 2 C-level skills
@@ -136,8 +136,8 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar
## Roadmap
**Phase 1-2 Complete:** 54 production-ready skills deployed
- Marketing (7), C-Level (2), Product (5), PM (6), Engineering (18), RA/QM (12), Business & Growth (3), Finance (1)
**Phase 1-2 Complete:** 53 production-ready skills deployed
- Marketing (6), C-Level (2), Product (5), PM (6), Engineering (18), RA/QM (12), Business & Growth (3), Finance (1)
- 87+ Python automation tools, 104+ reference guides
- Complete enterprise coverage from marketing through regulatory compliance, sales, customer success, and finance
@@ -184,4 +184,4 @@ See domain-specific roadmaps in each skill folder's README.md or roadmap files.
**Last Updated:** February 2026
**Current Sprint:** sprint-11-05-2025 (Skill-Agent Integration Phase 1-2)
**Status:** 54 skills deployed, agent system in development
**Status:** 53 skills deployed, agent system in development