Reza Rezvani
ce1d7925cc
feat(engineering): integrate focused-fix skill — docs, command, agent, marketplace
...
- Normalize SKILL.md frontmatter to repo standard (remove non-standard
license, metadata.* fields; inline description)
- Generate docs page (docs/skills/engineering/focused-fix.md)
- Add to mkdocs.yml nav (skills + commands)
- Create /focused-fix slash command (commands/ + .claude/commands/)
- Add to cs-senior-engineer agent (skill integration + new workflow #4 )
- Update marketplace.json and plugin.json descriptions (30 → 31 skills)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-23 13:59:30 +01:00
Reza Rezvani
9de1c33474
fix(seo): add Google Search Console verification file to docs
...
The GSC verification HTML file existed locally but was never committed,
so it was never deployed to GitHub Pages. This caused GSC to fail
reading the sitemap for 3+ weeks ("Sitemap konnte nicht gelesen werden").
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-23 12:57:12 +01:00
Reza Rezvani
219c1c3dfd
fix(seo): fix multi-line YAML description parser, add 2 orphan pages to nav
...
- generate-docs.py: extract_description_from_frontmatter() now handles
multi-line YAML block scalars (|, >, indented continuation) — fixes
14 pages that had 56-65 char truncated descriptions
- mkdocs.yml: add epic-design and research-summarizer to nav (orphan pages)
- Regenerated 251 pages, rebuilt sitemap (278 URLs)
- SEO audit: 0 broken links, 17→3 short descriptions, 278/278 pages
have "Claude Code Skills" in <title>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 10:57:08 +01:00
Reza Rezvani
90cef3b3ac
feat(commands): add /seo-auditor — 7-phase SEO audit pipeline for documentation
...
- 7 phases: discovery → meta tags → content quality → keywords → links → sitemap → report
- Integrates 8 marketing-skill scripts: seo_checker, content_scorer,
humanizer_scorer, headline_scorer, seo_optimizer, sitemap_analyzer,
schema_validator, topic_cluster_mapper
- References 6 SEO knowledge bases for audit framework, AI search,
content optimization, URL design, internal linking, AI detection
- Auto-fixes: generic titles, missing descriptions, broken links, orphan pages
- Preserves high-ranking pages — only fixes critical issues on those
- Registered in both commands/ (distributable) and .claude/commands/ (local)
Also: sync all doc counts — 28 plugins, 26 eng-core skills, 21 commands
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 10:28:17 +01:00
Reza Rezvani
b94a14a38a
docs: sync counts across all docs — 205 skills, 268 tools, 19 commands, 22 plugins
...
Update CLAUDE.md, README.md, docs/index.md, docs/getting-started.md,
mkdocs.yml, marketplace.json with consistent counts. Sync Gemini CLI
index with new skills (code-to-prd, plugin-audit).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 08:46:33 +01:00
Reza Rezvani
920e8547af
feat(commands): add /plugin-audit — 8-phase validation pipeline for skills and plugins
...
- Add commands/plugin-audit.md (distributable) + .claude/commands/plugin-audit.md (local invocation)
- 8 phases: discovery, structure validation, quality scoring, script testing,
security audit, marketplace compliance, ecosystem integration, domain code review
- Auto-fixes non-critical issues, only prompts user for breaking changes
- Integrates skill_validator.py, quality_scorer.py, script_tester.py, skill_security_auditor.py
- Domain-appropriate review via cs-* agents (engineering, product, marketing, etc.)
- Update product-team counts: 12→14 skills, 13→16 tools, 7→8 commands
- Add /code-to-prd and /plugin-audit to mkdocs.yml nav
- Regenerate docs (248 pages, 19 commands)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 15:38:00 +01:00
Reza Rezvani
2f57ef8948
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 >
2026-03-17 12:10:46 +01:00
Leo
d20ba9a2fe
seo: add OpenClaw skills guide — target 'openclaw skills' and 'openclaw plugins' keywords
2026-03-15 23:12:10 +01:00
Leo
2b5260dbeb
seo: add plugin/skill guides for Claude Code, Codex, Gemini CLI, Cursor + autoresearch program
2026-03-15 22:41:44 +01:00
Reza Rezvani
7911cf957a
feat(autoresearch-agent): fix critical bugs, package as plugin with 5 slash commands
...
**Bug fixes (run_experiment.py):**
- Fix broken revert logic: was saving HEAD as pre_commit (no-op revert),
now uses git reset --hard HEAD~1 for correct rollback
- Remove broken --loop mode (agent IS the loop, script handles one iteration)
- Fix shell injection: all git commands use subprocess list form
- Replace shell tail with Python file read
**Bug fixes (other scripts):**
- setup_experiment.py: fix shell injection in git branch creation,
remove dead --skip-baseline flag, fix evaluator docstring parsing
- log_results.py: fix 6 falsy-zero bugs (baseline=0 treated as None),
add domain_filter to CSV/markdown export, move import time to top
- evaluators: add FileNotFoundError handling, fix output format mismatch
in llm_judge_copy, add peak_kb on macOS, add ValueError handling
**Plugin packaging (NEW):**
- plugin.json, settings.json, CLAUDE.md for plugin registry
- 5 slash commands: /ar:setup, /ar:run, /ar:loop, /ar:status, /ar:resume
- /ar:loop supports user-selected intervals (10m, 1h, daily, weekly, monthly)
- experiment-runner agent for autonomous loop iterations
- Registered in marketplace.json as plugin #20
**SKILL.md rewrite:**
- Replace ambiguous "Loop Protocol" with clear "Agent Protocol"
- Add results.tsv format spec, strategy escalation, self-improvement
- Replace "NEVER STOP" with resumable stopping logic
**Docs & sync:**
- Codex (157 skills), Gemini (229 items), convert.sh all pick up the skill
- 6 new MkDocs pages, mkdocs.yml nav updated
- Counts updated: 17 agents, 22 slash commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 14:38:59 +01:00
Leo
82eea60947
feat: Custom GPTs page, gitignore configs, SEO README, cross-references
...
- Gitignore individual GPT config files (custom-gpt/*-gpt.md) — instructions
should not be publicly exposed
- Rewrite custom-gpt/README.md with SEO-optimized descriptions and live
ChatGPT links for all 6 GPTs
- New docs page: docs/custom-gpts.md with grid cards, comparison table,
and stats
- Add Custom GPTs to mkdocs.yml navigation
- Cross-reference Custom GPTs from:
- Homepage (new grid card)
- Getting Started (FAQ entry)
- Personas page (try in ChatGPT callout)
- Plugins page (FAQ entry)
Live GPT links:
- Solo Founder: chatgpt.com/g/g-69b315...
- SEO Audit Expert: chatgpt.com/g/g-69b3b0...
- Content Strategist: chatgpt.com/g/g-69b3af...
- Product Manager Toolkit: chatgpt.com/g/g-69b32c...
- Conversion Copywriter: chatgpt.com/g/g-69b327...
- CTO Advisor: chatgpt.com/g/g-69b326...
2026-03-13 10:08:22 +01:00
Leo
bd70015f60
docs: overhaul homepage with tools bar, tabbed install, and professional polish
...
- Replace text-only platform list with styled color-coded tool badges
- Each badge links to the relevant install section
- Add tabbed Quick Install section (Claude Code / Codex / Gemini / Cursor)
- Restructure 'What's Inside' grid: skills, agents, personas, orchestration, tools, plugins, commands, multi-tool
- Rename 'POWERFUL' to 'Advanced' in domain cards
- Add tools-bar CSS with per-tool brand colors and hover effects
- Mobile-responsive tool badges
- Broaden site_name: 'Agent Skills' (not just Claude Code)
- Fix edit_uri: edit/main/docs/ (was missing docs/ prefix)
- Build verified: 238 sitemap URLs, all new pages included
2026-03-12 18:47:42 +01:00
Leo
afba472528
seo: improve meta tags, structured data, and sync all numbers
...
- Add OG image, og:locale, twitter:creator, twitter:image
- Add canonical link and robots meta tag
- Upgrade structured data: SoftwareApplication -> SoftwareSourceCode with keywords
- Add per-page TechArticle schema for pages with descriptions
- Add author sameAs links (GitHub, Medium, Twitter)
- Fix stale skill counts: 173 -> 177 in skills/index.md
- Update announcement banner to highlight personas + orchestration
- Update getting-started.md description to mention all 11 tools
- Remove hardcoded 156 from integrations.md description
2026-03-12 18:42:41 +01:00
Leo
6449e1bb00
docs: add personas and orchestration to GitHub Pages site
...
- 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
2026-03-12 18:39:43 +01:00
Alireza Rezvani
5df8928bc8
feat: multi-tool skill conversion (Cursor, Aider, Windsurf, etc.) ( #326 ) ( #327 ) ( #329 ) ( #330 )
2026-03-11 18:09:06 +01:00
Reza Rezvani
aeab2174d2
fix(docs): convert backtick relative paths to clickable GitHub links
...
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 >
2026-03-11 15:27:32 +01:00
Reza Rezvani
d10d324d50
fix(docs): rewrite broken relative links in agent and command pages
...
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 >
2026-03-11 15:25:31 +01:00
Reza Rezvani
e2fff2f8f2
docs: sync counts and regenerate pages for product team expansion
...
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 >
2026-03-11 15:15:39 +01:00
Reza Rezvani
53e66cb42b
style(docs): reduce font sizes for tighter layout
...
Sidebar nav: 0.78rem → 0.74rem, section labels: 0.72rem → 0.68rem,
body text: 0.82rem → 0.78rem.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 14:36:06 +01:00
Reza Rezvani
5141543efd
fix(docs): fix invisible header text in dark mode
...
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 >
2026-03-11 13:35:09 +01:00
Reza Rezvani
670930c69d
feat(docs): implement unified design system across all generated pages
...
- Add CSS components: .page-meta badges, .domain-header, .install-banner
- Fix invisible tab navigation (explicit color for light/dark modes)
- Rewrite generate-docs.py with design system templates
- Domain indexes: centered headers with icons, install banners, grid cards
- Skill pages: pill badges (domain, skill ID, source), install commands
- Agent/command pages: type badges with domain icons
- Regenerate all 210 pages (180 skills + 15 agents + 15 commands)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 12:32:49 +01:00
Reza Rezvani
fce199156b
fix(docs): remove hardcoded dark colors from Mermaid diagram on plugins page
...
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 >
2026-03-11 12:19:15 +01:00
Reza Rezvani
338830ffe8
feat(docs): add Plugins & Marketplace overview page
...
- 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 >
2026-03-11 12:06:08 +01:00
Reza Rezvani
543646a0ac
feat(docs): comprehensive GitHub Primer theme overhaul with dark mode fix
...
- 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 >
2026-03-11 11:54:41 +01:00
Reza Rezvani
2908d877c0
fix(docs): move Quick Install to top of Skills overview page
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 11:35:17 +01:00
Reza Rezvani
8608050906
feat(docs): add Skills overview page with architecture diagram, domain cards, and tabbed categories
...
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 >
2026-03-11 11:33:48 +01:00
Reza Rezvani
4e9f1d934d
feat(engineering): add google-workspace-cli skill with 5 Python tools
...
New skill for Google Workspace administration via the gws CLI:
- SKILL.md with 4 workflows (Gmail, Drive/Sheets, Calendar, Security Audit)
- 5 stdlib-only Python scripts (doctor, auth setup, recipe runner, audit, analyzer)
- 3 reference docs, 2 asset files, 43 built-in recipes, 10 persona bundles
- cs-workspace-admin agent, /google-workspace slash command
- Standalone marketplace plugin entry with .claude-plugin/plugin.json
- Cross-platform sync (Codex CLI, Gemini CLI), MkDocs docs pages
- All documentation updated (173 skills, 250 tools, 15 agents, 15 commands)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 09:59:40 +01:00
Reza Rezvani
778ce17b68
docs: integrate x-twitter-growth across plugin ecosystem and documentation
...
- Sync Gemini CLI (208 items), verify Codex CLI (151 skills)
- Update marketplace.json: 151 packages, marketing 43, tools 245
- Update marketing plugin.json with X/Twitter growth, 43 skills
- Update CLAUDE.md, README.md, docs/index.md, getting-started.md counts
(172 skills, 245 tools, 344 references)
- Add x-twitter-growth to marketing CLAUDE.md skill map
- Add x-twitter-growth docs page and mkdocs.yml nav entry
- Regenerate 207 MkDocs pages, build verified
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 08:15:28 +01:00
Reza Rezvani
cb3fa6b7ea
feat: integrate saas-metrics-coach, add finance commands, remove seek-and-analyze-video
...
- Integrate saas-metrics-coach into cs-financial-analyst agent with SaaS health
and unit economics workflows
- Add /financial-health and /saas-health slash commands
- Add /update-docs repo command for post-creation sync pipeline
- Remove seek-and-analyze-video skill (requires paid external API)
- Update all documentation (CLAUDE.md, README.md, docs site, marketplace)
- Sync Codex CLI (150 skills), Gemini CLI (207 items), fix count consistency
- Regenerate 206 MkDocs pages, fix docs/index.md meta 170→171,
getting-started.md finance bundle 1→2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 14:29:41 +01:00
Reza Rezvani
979a1cefc7
docs: add 14 agent pages, 12 command pages, update getting-started and index
...
- Extended generate-docs.py to auto-generate agent and command documentation pages
- Added extract_subtitle() for meaningful command descriptions in index
- Added Agents nav section (14 entries) and Commands nav section (12 entries) to mkdocs.yml
- Updated docs/index.md: 170 skills, 237 tools, 14 agents, 12 commands, Gemini CLI
- Updated docs/getting-started.md: Gemini CLI tab, 237 tools, fixed brand_voice path, new FAQs
- Regenerated all 203 docs pages (177 skills + 14 agents + 12 commands)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 09:54:53 +01:00
Reza Rezvani
f6d98ddc19
release: v2.1.2 — landing page TSX output, brand voice integration, docs update
...
- Landing page generator defaults to Next.js TSX + Tailwind CSS (4 design styles)
- Brand voice analyzer integrated into landing page generation workflow
- CHANGELOG, CLAUDE.md, README.md updated for v2.1.2
- All 13 plugin.json + marketplace.json bumped to 2.1.2
- Gemini/Codex skill indexes re-synced
- Backward compatible: --format html preserved, no breaking changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 09:45:05 +01:00
Reza Rezvani
67f3922e4f
feat(product,pm): world-class product & PM skills audit — 6 scripts, 5 agents, 7 commands, 23 references/assets
...
Phase 1 — Agent & Command Foundation:
- Rewrite cs-project-manager agent (55→515 lines, 4 workflows, 6 skill integrations)
- Expand cs-product-manager agent (408→684 lines, orchestrates all 8 product skills)
- Add 7 slash commands: /rice, /okr, /persona, /user-story, /sprint-health, /project-health, /retro
Phase 2 — Script Gap Closure (2,779 lines):
- jira-expert: jql_query_builder.py (22 patterns), workflow_validator.py
- confluence-expert: space_structure_generator.py, content_audit_analyzer.py
- atlassian-admin: permission_audit_tool.py
- atlassian-templates: template_scaffolder.py (Confluence XHTML generation)
Phase 3 — Reference & Asset Enrichment:
- 9 product references (competitive-teardown, landing-page-generator, saas-scaffolder)
- 6 PM references (confluence-expert, atlassian-admin, atlassian-templates)
- 7 product assets (templates for PRD, RICE, sprint, stories, OKR, research, design system)
- 1 PM asset (permission_scheme_template.json)
Phase 4 — New Agents:
- cs-agile-product-owner, cs-product-strategist, cs-ux-researcher
Phase 5 — Integration & Polish:
- Related Skills cross-references in 8 SKILL.md files
- Updated product-team/CLAUDE.md (5→8 skills, 6→9 tools, 4 agents, 5 commands)
- Updated project-management/CLAUDE.md (0→12 scripts, 3 commands)
- Regenerated docs site (177 pages), updated homepage and getting-started
Quality audit: 31 files reviewed, 29 PASS, 2 fixed (copy-frameworks.md, governance-framework.md)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 01:08:45 +01:00
Reza Rezvani
885fe8b023
docs: update all documentation with accurate counts and regenerated skill pages
...
- 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
2026-03-09 08:14:11 +01:00
Reza Rezvani
5f5ccf8732
feat: add robots.txt with sitemap reference for Google crawling
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 14:21:12 +01:00
Reza Rezvani
4d68dd501a
fix: add GA gtag.js snippet to head for Search Console verification
...
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 >
2026-03-06 13:29:02 +01:00
Reza Rezvani
161cf52724
fix: hide edit icon on homepage
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 13:21:19 +01:00
Reza Rezvani
697ecd37c4
fix: redesign homepage using Material native grid cards
...
Replaces broken custom HTML divs with Material's built-in grid cards
pattern. Fixes layout issues: cards now render in proper 3-column grid,
stats row displays correctly, hero section centers properly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 13:18:06 +01:00
Reza Rezvani
52e8fe1764
style: modern minimalistic design with dark-first theme
...
- Dark mode as default with smooth light mode toggle
- Inter + JetBrains Mono fonts for clean typography
- Custom CSS: gradient hero, domain card grid, stat counters, feature list
- Landing page redesigned with cards, CTAs, and visual hierarchy
- Getting started: tabbed install (Material tabs), numbered steps, collapsible FAQ
- MkDocs Material features: sticky tabs, instant navigation, progress bar,
breadcrumbs, code annotations, emoji support, mermaid diagrams
- All Material reference extensions enabled (keys, mark, caret, tilde, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:47:56 +01:00
Reza Rezvani
2c72babd52
feat: add MkDocs Material docs site with 170 auto-generated skill pages
...
- mkdocs.yml: Material theme with dark/light mode, search, tabs, sitemap
- scripts/generate-docs.py: auto-generates docs from all SKILL.md files
- docs/index.md: landing page with domain overview and quick install
- docs/getting-started.md: installation guide for Claude Code, Codex, OpenClaw
- docs/skills/: 170 skill pages + 9 domain index pages
- .github/workflows/static.yml: MkDocs build + GitHub Pages deploy
- .gitignore: exclude site/ build output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:16:26 +01:00