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

@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `business-growth` domain with 3 skills
- New `finance` domain with 1 skill
- 87+ Python automation tools (up from 68+)
- 54 total skills across 8 domains (up from 48 across 6)
- 53 total skills across 8 domains (up from 48 across 6)
### Planned
- Complete Anthropic best practices refactoring (37/42 skills remaining)

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

View File

@@ -1,6 +1,6 @@
# Installation Guide - Claude Skills Library
Complete installation guide for all 54 production-ready skills across multiple AI agents and platforms.
Complete installation guide for all 53 production-ready skills across multiple AI agents and platforms.
## Table of Contents
@@ -72,7 +72,7 @@ This adds the skills library to your available marketplaces.
```bash
# Install by domain (bundles of skills)
/plugin install marketing-skills@claude-code-skills # 7 marketing skills
/plugin install marketing-skills@claude-code-skills # 6 marketing skills
/plugin install engineering-skills@claude-code-skills # 18 engineering skills
/plugin install product-skills@claude-code-skills # 5 product skills
/plugin install c-level-skills@claude-code-skills # 2 C-level advisory skills
@@ -706,7 +706,7 @@ ls ~/.codex/skills/content-creator/
# Check total skill count
ls ~/.codex/skills/ | wc -l
# Should show: 47
# Should show: 48
```
### Available Categories
@@ -715,7 +715,7 @@ ls ~/.codex/skills/ | wc -l
|----------|--------|----------|
| **c-level** | 2 | ceo-advisor, cto-advisor |
| **engineering** | 18 | senior-fullstack, aws-solution-architect, senior-ml-engineer |
| **marketing** | 7 | content-creator, marketing-demand-acquisition, social-media-analyzer |
| **marketing** | 6 | content-creator, marketing-demand-acquisition, social-media-analyzer |
| **product** | 5 | product-manager-toolkit, agile-product-owner, ui-design-system |
| **project-management** | 6 | scrum-master-agent |
| **ra-qm** | 12 | regulatory-affairs-head, quality-manager-qms-iso13485, gdpr-dsgvo-expert |
@@ -759,5 +759,5 @@ See `.codex/skills-index.json` for the complete manifest with descriptions.
---
**Last Updated:** January 2026
**Skills Version:** 1.0 (54 production skills)
**Skills Version:** 1.0 (53 production skills)
**Universal Installer:** [ai-agent-skills](https://github.com/skillcreatorai/Ai-Agent-Skills)

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)
[![54 Skills](https://img.shields.io/badge/Skills-54-brightgreen.svg)](#-available-skills)
[![53 Skills](https://img.shields.io/badge/Skills-53-brightgreen.svg)](#-available-skills)
[![SkillCheck Validated](https://img.shields.io/badge/SkillCheck-Validated-4c1)](https://getskillcheck.com)
---
@@ -24,7 +24,7 @@ Use Claude Code's built-in plugin system for native integration:
/plugin marketplace add alirezarezvani/claude-skills
# Then install skill bundles:
/plugin install marketing-skills@claude-code-skills # 7 marketing skills
/plugin install marketing-skills@claude-code-skills # 6 marketing skills
/plugin install engineering-skills@claude-code-skills # 18 engineering skills
/plugin install product-skills@claude-code-skills # 5 product skills
/plugin install c-level-skills@claude-code-skills # 2 C-level advisory skills
@@ -79,7 +79,7 @@ cd claude-skills
Install to Claude Code, Cursor, VS Code, Amp, Goose, and more - all with one command:
```bash
# Install all 54 skills to all supported agents
# Install all 53 skills to all supported agents
npx ai-agent-skills install alirezarezvani/claude-skills
# Install to specific agent (Claude Code)
@@ -156,7 +156,7 @@ This repository provides **modular, self-contained skill packages** designed to
### Marketing Skills
**7 comprehensive marketing skills** covering content creation, demand generation, product marketing strategy, mobile app optimization, social media analytics, campaign analytics, and demand forecasting.
**6 comprehensive marketing skills** covering content creation, demand generation, product marketing strategy, mobile app optimization, social media analytics, and campaign analytics.
#### 📝 Content Creator
**Status:** ✅ Production Ready | **Version:** 1.0
@@ -1592,7 +1592,7 @@ Once installed, skills are available at `~/.codex/skills/`. Each skill contains:
| Category | Count | Key Skills |
|----------|-------|------------|
| **Marketing** | 7 | content-creator, marketing-demand-acquisition, app-store-optimization |
| **Marketing** | 6 | content-creator, marketing-demand-acquisition, app-store-optimization |
| **Engineering** | 18 | senior-fullstack, aws-solution-architect, senior-ml-engineer, tdd-guide |
| **Product** | 5 | product-manager-toolkit, agile-product-owner, ux-researcher-designer |
| **C-Level** | 2 | ceo-advisor, cto-advisor |
@@ -1898,7 +1898,7 @@ Explore our complete ecosystem of Claude Code augmentation tools and utilities:
- ⚡ **Rapid Prototyping** - Create custom skills in minutes, not hours
**Perfect For:**
- Building custom skills beyond the 54 provided in this library
- Building custom skills beyond the 53 provided in this library
- Generating domain-specific agents for your organization
- Scaling AI customization across teams
- Rapid prototyping of specialized workflows
@@ -1937,7 +1937,7 @@ Explore our complete ecosystem of Claude Code augmentation tools and utilities:
```
┌─────────────────────────────────────────────────────────┐
│ Claude Skills Library (This Repository) │
│ 54 Domain Expert Skills - Marketing to Engineering │
│ 53 Domain Expert Skills - Marketing to Engineering │
│ Use for: Domain expertise, frameworks, best practices │
└────────────────┬────────────────────────────────────────┘
@@ -1958,12 +1958,12 @@ Explore our complete ecosystem of Claude Code augmentation tools and utilities:
```
**Workflow:**
1. **Start here** (Skills Library) - Get 54 production-ready expert skills
1. **Start here** (Skills Library) - Get 53 production-ready expert skills
2. **Expand** (Skill Factory) - Generate custom skills for your specific needs
3. **Supercharge** (Tresor) - Use skills + agents + commands in Claude Code development
**Together they provide:**
- ✅ 54 ready-to-use expert skills (this repo)
- ✅ 53 ready-to-use expert skills (this repo)
- ✅ Unlimited custom skill generation (Factory)
- ✅ Complete development workflow automation (Tresor)
- ✅ Cross-platform compatibility (Claude.ai, Claude Code, API)
@@ -1976,9 +1976,9 @@ Explore our complete ecosystem of Claude Code augmentation tools and utilities:
### Current Status (Q4 2025)
**✅ Phase 1: Complete - 54 Production-Ready Skills**
**✅ Phase 1: Complete - 53 Production-Ready Skills**
**Marketing Skills (7):**
**Marketing Skills (6):**
- Content Creator - Brand voice analysis, SEO optimization, social media frameworks
- Marketing Demand & Acquisition - Multi-channel demand gen, paid media, partnerships
- Marketing Strategy & Product Marketing - Positioning, GTM, competitive intelligence
@@ -2072,7 +2072,7 @@ Explore our complete ecosystem of Claude Code augmentation tools and utilities:
| Metric | Current | Target (Q3 2026) |
|--------|---------|------------------|
| Available Skills | 54 | 55+ |
| Available Skills | 53 | 55+ |
| Skill Categories | 8 | 9 |
| Python Tools | 87+ | 110+ |
| Time Savings | 70% | 85% |
@@ -2081,7 +2081,7 @@ Explore our complete ecosystem of Claude Code augmentation tools and utilities:
| Organizations | 25 | 250+ |
| Industries Covered | Tech, HealthTech | Tech, Health, Finance, Manufacturing |
### ROI Metrics (Current - 54 Skills)
### ROI Metrics (Current - 53 Skills)
**Time Savings Per Organization:**
- Marketing teams: 310 hours/month (Content + Demand Gen + PMM + ASO + Social Media)

View File

@@ -6,7 +6,7 @@
## Executive Summary
This document outlines the systematic process for adding new skills, enhancing existing agents, and maintaining the claude-code-skills ecosystem as it scales from 54 to 60+ skills by Q3 2026.
This document outlines the systematic process for adding new skills, enhancing existing agents, and maintaining the claude-code-skills ecosystem as it scales from 53 to 60+ skills by Q3 2026.
**Key Principles:**
- **Skill-First Design**: Skills are portable, self-contained expertise packages
@@ -557,7 +557,7 @@ Expert agent for {domain} using the {Skill Name} skill.
### Current State (Q4 2025)
- **Skills:** 54 (7 marketing, 2 C-level, 5 product, 6 PM, 18 engineering, 12 RA/QM, 3 business & growth, 1 finance)
- **Skills:** 53 (6 marketing, 2 C-level, 5 product, 6 PM, 18 engineering, 12 RA/QM, 3 business & growth, 1 finance)
- **Agents:** 5 (cs-content-creator, cs-demand-gen-specialist, cs-ceo-advisor, cs-cto-advisor, cs-product-manager)
- **Python Tools:** 87+
- **Active Users:** Early adopters (estimated 25 organizations)
@@ -571,7 +571,7 @@ Expert agent for {domain} using the {Skill Name} skill.
### Domain Growth Roadmap
**Marketing (7 → 10):**
**Marketing (6 → 10):**
- ✅ Content Creator
- ✅ Marketing Demand & Acquisition
- ✅ Marketing Strategy & Product Marketing

View File

@@ -2,7 +2,7 @@
**Repository:** Claude Skills Library by nginity
**Audit Date:** November 7, 2025 (Updated)
**Total Skills:** 54 (business-growth and finance domains added)
**Total Skills:** 53 (business-growth and finance domains added)
**Total Python Scripts:** 87+ files
**Total Python Code:** 11,487+ lines
@@ -23,7 +23,7 @@
| **RA/QM** | 12 | 11 | 408 | ⚠️ **Placeholders** |
| **Business & Growth** | 3 | 7+ | ~800+ | ✅ Production |
| **Finance** | 1 | 3+ | ~650+ | ✅ Production |
| **Total** | **54** | **97+** | **15,919+** | **Mixed** |
| **Total** | **53** | **97+** | **15,919+** | **Mixed** |
---
@@ -472,7 +472,7 @@ Prioritize based on user value:
**February 2026 Update:**
- ✅ Added business-growth domain (3 skills, 7+ tools)
- ✅ Added finance domain (1 skill, 3+ tools)
- ✅ Updated skill counts: 48→54
- ✅ Updated skill counts: 48→53
- ✅ Updated tool counts: 68+→87+ scripts
- ✅ Added campaign-analytics to marketing (3 tools)

View File

@@ -1,6 +1,6 @@
# Marketing Team Skills Collection
**Complete suite of 7 expert marketing skills** for scaling tech companies covering content creation, demand generation, and product marketing strategy.
**Complete suite of 6 expert marketing skills** for scaling tech companies covering content creation, demand generation, and product marketing strategy.
---
@@ -68,7 +68,7 @@ npx ai-agent-skills install alirezarezvani/claude-skills/marketing-skill/campaig
This marketing skills collection provides comprehensive marketing capabilities from content creation through demand generation and strategic product marketing.
**What's Included:**
- **7 expert-level skills** covering content, acquisition, and strategy
- **6 expert-level skills** covering content, acquisition, and strategy
- **8+ Python automation tools** for content analysis and optimization
- **Comprehensive frameworks** for demand gen, SEO, and product marketing
- **Platform-specific playbooks** for LinkedIn, Google, Meta, and organic channels
@@ -975,7 +975,7 @@ What makes these marketing skills world-class:
## 🎊 Summary
You now have **7 comprehensive marketing skills** providing complete marketing capabilities:
You now have **6 comprehensive marketing skills** providing complete marketing capabilities:
**Content Creator** - Brand voice, SEO, social media, content frameworks
**Demand & Acquisition** - Multi-channel campaigns, paid media, SEO, partnerships