- Add personas section with 3 persona pages (startup-cto, growth-marketer, solo-founder)
- Add orchestration page with 4 coordination patterns
- Add personas and orchestration cards to homepage
- Add personas and orchestration to navigation
- Update site description and hero text
- All numbers verified and consistent across README + docs
Extend rewrite_relative_links() to also handle `../../path/to/file`
backtick code references, converting them to clickable links showing
parent/filename for context (e.g., product-analytics/SKILL.md).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add rewrite_relative_links() to generate-docs.py that converts ../../
relative paths to absolute GitHub URLs. Sibling agent links (e.g.,
cs-foo.md → cs-bar.md) are preserved as local doc links. Regenerated
all agent pages with fixed references.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all documentation to reflect 177 skills, 254 tools, 357 references,
16 agents, and 17 commands. Add 4 new skill pages, 1 agent page, and
2 command pages to MkDocs site. Sync Codex (156) and Gemini (218) indexes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override Material's var(--md-primary-bg-color) which resolves to near-black
in slate scheme, causing dark-on-dark header text.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The style directives used dark theme colors (#161b22, #30363d) making
text invisible in light mode. Removed to let Mermaid use theme defaults.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create comprehensive plugins page with all 19 plugins (9 domain bundles + 10 standalone)
- Include architecture diagram, compatibility matrix, install commands for all 4 platforms
- Add plugin structure docs, FAQ, and complete reference table
- Add Plugins nav tab in mkdocs.yml
- Add plugins stat card (19) to homepage grid
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix broken dark mode by correcting palette toggle order and setting primary/accent to custom
- Rewrite extra.css with full GitHub Primer color scheme (light: #ffffff/#0969da, dark: #0d1117/#1f6feb)
- Style header, sidebar, buttons, cards, code blocks, and tables to match GitHub aesthetic
- Add Open Graph and Twitter Card meta tags via main.html override
- Add JSON-LD structured data (WebSite + SoftwareApplication schemas)
- Add announcement bar (v2.1.2 release)
- Add custom 404 page with navigation buttons
- Remove inline styles from skills/index.md (moved to extra.css)
- Mobile responsive adjustments for hero sections
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New skills/index.md with full MkDocs Material capabilities:
- Hero section with gradient title and stats grid
- Mermaid architecture diagram showing skill package pattern
- 9 domain cards with skill counts and browse buttons
- Tabbed skills-by-category with expandable tables (173 skills)
- Pie chart showing Python tools distribution across domains
- 4-step "How Skills Work" explainer
- Multi-platform Quick Install tabs
- for-the-badge style shields.io badges in README.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update skill count to 170, Python tools to 213, references to 314 across all docs
- Regenerate all 170 skill doc pages from latest SKILL.md sources
- Update CLAUDE.md with v2.1.1 highlights, accurate architecture tree, and roadmap
- Update README.md badges and overview table
- Update marketplace.json metadata description and version
- Update mkdocs.yml, index.md, getting-started.md with correct numbers
Injects the raw Google Analytics snippet via theme override so Google
Search Console can verify site ownership. Removes the duplicate
Material built-in analytics config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>