docs(workflow-builder): add MkDocs pages + nav for the skill#767
Conversation
Generate GitHub Pages for the workflow-builder skill, its cs-workflow-architect agent, and the /cs:workflow-build command (via generate-docs.py), and wire all three into mkdocs.yml nav (Engineering - POWERFUL, Agents, Commands sections). Updated section index pages. Build verified clean (551 pages). Aggregate skill counts unchanged — workflow-builder was already included in dev's 338-skill / engineering-advanced-78 header. https://claude.ai/code/session_01Q1kXbgMRodzhdTpgbCqVgx
PR #767 Review — docs(workflow-builder): MkDocs pages + navScope: Documentation-only pass (3 new pages + nav wiring). No Python scripts or plugin manifests changed. SummaryThe docs pages are well-structured and consistent with existing conventions. Navigation wiring in Issues🔴 Must-fix — Malformed meta description in
|
Summary
Documentation pass for the
workflow-builderskill — generates and wires up its GitHub Pages so it shows up in the docs site.scripts/generate-docs.py:docs/skills/engineering/workflow-builder.mddocs/agents/cs-workflow-architect.mddocs/commands/cs-workflow-build.mdmkdocs.ymlnav: Engineering - POWERFUL (skill), Agents (cs-workflow-architect), Commands (/cs:workflow-build).mkdocs buildsucceeds, all 3 pages render, 551 HTML pages total. The only warnings are pre-existing and unrelated (cs-seo-audit link, grill-with-docs CONTEXT/ADR-FORMAT links).Counts unchanged
Aggregate skill/domain counts were not touched — workflow-builder was already absorbed into dev's
338 skills / engineering-advanced (78)header when it merged before the research-ops counting pass. No double-counting.Out of scope (intentionally excluded)
Re-running the Codex sync only produced unrelated duplicate-slug symlink drift (
review/run/statusre-pointing between equally-valid plugins) — workflow-builder was already in the codex/gemini indexes. I reverted that noise to keep this PR scoped to docs.Test plan
mkdocs buildexits clean; the 3 new pages build to HTML.mdtargets resolve on disk (0 missing)--helphttps://claude.ai/code/session_01Q1kXbgMRodzhdTpgbCqVgx
Generated by Claude Code