chore: post-merge sync — plugins, audits, docs, cross-platform indexes
New skills integrated: - engineering/behuman, code-tour, demo-video, data-quality-auditor Plugins & marketplace: - Add plugin.json for code-tour, demo-video, data-quality-auditor - Add all 3 to marketplace.json (31 total plugins) - Update marketplace counts to 248 skills, 332 tools, 460 refs Skill fixes: - Move data-quality-auditor from data-analysis/ to engineering/ - Fix cross-refs: code-tour, demo-video, data-quality-auditor - Add evals.json for code-tour (5 scenarios) and demo-video (4 scenarios) - demo-video: add output artifacts, prereqs check, references extraction - code-tour: add default persona, parallel discovery, trivial repo guidance - Fix Python 3.9 compat (from __future__ import annotations) product-analytics audit fixes: - Expand SKILL.md from 82 to 147 lines (anti-patterns, cross-refs, examples) - Add --format json to all metrics_calculator.py subcommands - Add error handling (FileNotFoundError, KeyError) Docs & indexes: - Update CLAUDE.md, README.md, docs/index.md, docs/getting-started.md counts - Sync Codex (192 skills) and Gemini (280 items) indexes - Regenerate MkDocs pages (279 pages, 311 HTML) - Add 3 new nav entries to mkdocs.yml - Update mkdocs.yml site_description Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
22
CLAUDE.md
22
CLAUDE.md
@@ -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 and Claude Code - 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:** 223 production-ready skills across 9 domains with 298 Python automation tools, 416 reference guides, 23 agents, and 22 slash commands.
|
||||
**Current Scope:** 248 production-ready skills across 9 domains with 332 Python automation tools, 460 reference guides, 23 agents, and 22 slash commands.
|
||||
|
||||
**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.
|
||||
|
||||
@@ -38,15 +38,15 @@ claude-code-skills/
|
||||
├── .claude-plugin/ # Plugin registry (marketplace.json)
|
||||
├── agents/ # 23 agents across all domains
|
||||
├── commands/ # 22 slash commands (changelog, tdd, saas-health, prd, code-to-prd, plugin-audit, sprint-plan, etc.)
|
||||
├── engineering-team/ # 36 core engineering skills + Playwright Pro + Self-Improving Agent + Security Suite
|
||||
├── engineering/ # 36 POWERFUL-tier advanced skills (incl. AgentHub, self-eval)
|
||||
├── engineering-team/ # 37 core engineering skills + Playwright Pro + Self-Improving Agent + Security Suite
|
||||
├── engineering/ # 42 POWERFUL-tier advanced skills (incl. AgentHub, self-eval)
|
||||
├── product-team/ # 15 product skills + Python tools
|
||||
├── marketing-skill/ # 44 marketing skills (7 pods) + Python tools
|
||||
├── marketing-skill/ # 45 marketing skills (7 pods) + Python tools
|
||||
├── c-level-advisor/ # 34 C-level advisory skills (10 roles + orchestration)
|
||||
├── project-management/ # 7 PM skills + Atlassian MCP
|
||||
├── project-management/ # 9 PM skills + Atlassian MCP
|
||||
├── ra-qm-team/ # 14 RA/QM compliance skills
|
||||
├── business-growth/ # 5 business & growth skills + Python tools
|
||||
├── finance/ # 3 finance skills + Python tools
|
||||
├── finance/ # 4 finance skills + Python tools
|
||||
├── eval-workspace/ # Skill evaluation results (Tessl)
|
||||
├── standards/ # 5 standards library files
|
||||
├── templates/ # Reusable templates
|
||||
@@ -130,7 +130,7 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar
|
||||
- **Security skills suite** — 6 new engineering-team skills: adversarial-reviewer, ai-security, cloud-security, incident-response, red-team, threat-detection (5 Python tools, 4 reference guides)
|
||||
- **Self-eval skill** — Honest AI work quality evaluation with two-axis scoring, score inflation detection, and session persistence
|
||||
- **Snowflake development** — Data warehouse development, SQL optimization, and data pipeline patterns
|
||||
- 223 total skills across 9 domains, 298 Python tools, 416 references, 23 agents, 22 commands
|
||||
- 248 total skills across 9 domains, 332 Python tools, 460 references, 23 agents, 22 commands
|
||||
- MkDocs docs site expanded to 269 generated pages (301 HTML pages)
|
||||
|
||||
**v2.1.2 (2026-03-10):**
|
||||
@@ -153,9 +153,9 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar
|
||||
|
||||
## Roadmap
|
||||
|
||||
**Phase 1-3 Complete:** 223 production-ready skills deployed across 9 domains
|
||||
- Engineering Core (36), Engineering POWERFUL (36), Product (15), Marketing (44), PM (7), C-Level (34), RA/QM (14), Business & Growth (5), Finance (3)
|
||||
- 298 Python automation tools, 416 reference guides, 23 agents, 22 commands
|
||||
**Phase 1-3 Complete:** 248 production-ready skills deployed across 9 domains
|
||||
- Engineering Core (37), Engineering POWERFUL (42), Product (15), Marketing (45), PM (9), C-Level (34), RA/QM (14), Business & Growth (5), Finance (4)
|
||||
- 332 Python automation tools, 460 reference guides, 23 agents, 22 commands
|
||||
- Complete enterprise coverage from engineering through regulatory compliance, sales, customer success, and finance
|
||||
- MkDocs Material docs site with 269+ indexed pages for SEO
|
||||
|
||||
@@ -208,4 +208,4 @@ This repository publishes skills to **ClawHub** (clawhub.com) as the distributio
|
||||
|
||||
**Last Updated:** March 31, 2026
|
||||
**Version:** v2.2.0
|
||||
**Status:** 223 skills deployed across 9 domains, 28 marketplace plugins, docs site live
|
||||
**Status:** 248 skills deployed across 9 domains, 28 marketplace plugins, docs site live
|
||||
|
||||
Reference in New Issue
Block a user