feat(agenthub): add AgentHub plugin with cross-domain examples, SEO optimization, and docs site fixes
- AgentHub: 13 files updated with non-engineering examples (content drafts, research, strategy) — engineering stays primary, cross-domain secondary - AgentHub: 7 slash commands, 5 Python scripts, 3 references, 1 agent, dry_run.py validation (57 checks) - Marketplace: agenthub entry added with cross-domain keywords, engineering POWERFUL updated (25→30), product (12→13), counts synced across all configs - SEO: generate-docs.py now produces keyword-rich <title> tags and meta descriptions using SKILL.md frontmatter — "Claude Code Skills" in site_name propagates to all 276 HTML pages - SEO: per-domain title suffixes (Agent Skill for Codex & OpenClaw, etc.), slug-as-title cleanup, domain label stripping from titles - Broken links: 141→0 warnings — new rewrite_skill_internal_links() converts references/, scripts/, assets/ links to GitHub source URLs; skills/index.md phantom slugs fixed (6 marketing, 7 RA/QM) - Counts synced: 204 skills, 266 tools, 382 refs, 16 agents, 17 commands, 21 plugins — consistent across CLAUDE.md, README.md, docs/index.md, marketplace.json, getting-started.md, mkdocs.yml - Platform sync: Codex 163 skills, Gemini 246 items, OpenClaw compatible Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
20
CLAUDE.md
20
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:** 177 production-ready skills across 9 domains with 254 Python automation tools, 357 reference guides, 17 agents, and 22 slash commands.
|
||||
**Current Scope:** 204 production-ready skills across 9 domains with 266 Python automation tools, 382 reference guides, 16 agents, and 17 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.
|
||||
|
||||
@@ -36,11 +36,11 @@ This repository uses **modular documentation**. For domain-specific guidance, se
|
||||
```
|
||||
claude-code-skills/
|
||||
├── .claude-plugin/ # Plugin registry (marketplace.json)
|
||||
├── agents/ # 15 cs-* prefixed agents across all domains
|
||||
├── commands/ # 22 slash commands (changelog, tdd, saas-health, workspace, prd, sprint-plan, ar:*, etc.)
|
||||
├── engineering-team/ # 24 core engineering skills + Playwright Pro + Self-Improving Agent
|
||||
├── engineering/ # 25 POWERFUL-tier advanced skills
|
||||
├── product-team/ # 12 product skills + Python tools
|
||||
├── agents/ # 16 cs-* prefixed agents across all domains
|
||||
├── commands/ # 17 slash commands (changelog, tdd, saas-health, workspace, prd, sprint-plan, etc.)
|
||||
├── engineering-team/ # 25 core engineering skills + Playwright Pro + Self-Improving Agent
|
||||
├── engineering/ # 30 POWERFUL-tier advanced skills (incl. AgentHub)
|
||||
├── product-team/ # 13 product skills + Python tools
|
||||
├── marketing-skill/ # 43 marketing skills (7 pods) + Python tools
|
||||
├── c-level-advisor/ # 28 C-level advisory skills (10 roles + orchestration)
|
||||
├── project-management/ # 6 PM skills + Atlassian MCP
|
||||
@@ -148,9 +148,9 @@ See [standards/git/git-workflow-standards.md](standards/git/git-workflow-standar
|
||||
|
||||
## Roadmap
|
||||
|
||||
**Phase 1-2 Complete:** 177 production-ready skills deployed across 9 domains
|
||||
- Engineering Core (24), Engineering POWERFUL (25), Product (8), Marketing (43), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2)
|
||||
- 254 Python automation tools, 357 reference guides, 17 agents, 22 commands
|
||||
**Phase 1-2 Complete:** 204 production-ready skills deployed across 9 domains
|
||||
- Engineering Core (25), Engineering POWERFUL (30), Product (13), Marketing (43), PM (6), C-Level (28), RA/QM (12), Business & Growth (4), Finance (2)
|
||||
- 266 Python automation tools, 382 reference guides, 16 agents, 17 commands
|
||||
- Complete enterprise coverage from engineering through regulatory compliance, sales, customer success, and finance
|
||||
- MkDocs Material docs site with 210+ indexed pages for SEO
|
||||
|
||||
@@ -203,4 +203,4 @@ This repository publishes skills to **ClawHub** (clawhub.com) as the distributio
|
||||
|
||||
**Last Updated:** March 11, 2026
|
||||
**Version:** v2.1.2
|
||||
**Status:** 177 skills deployed across 9 domains, 19 marketplace plugins, docs site live
|
||||
**Status:** 204 skills deployed across 9 domains, 21 marketplace plugins, docs site live
|
||||
|
||||
Reference in New Issue
Block a user