Move the 686-line skill-authoring-cookbook from docs/tutorials/ (which
is unpublished) to site/tutorials/skill-authoring.md (the canonical
user-facing doc home). The cookbook covers directory structure,
SKILL.md frontmatter, progressive disclosure, quality rubrics, and
common authoring patterns — all user-facing content that belonged on
the published site.
- site/tutorials/skill-authoring.md: published from the former cookbook
with adjusted frontmatter (title, nav_order 1.5 to sit next to
skill-recommendations, new permalink).
- site/tutorials/index.md: new landing-page entry linking to the
tutorial with a 30-45 minute estimate.
- docs/tutorials/skill-authoring-cookbook.md: removed (canonical copy
now in site/).
- docs/NAVIGATOR.md, docs/README.md, docs/tutorials/index.md,
docs/tutorials/learning-paths/onboarding.md,
docs/tutorials/ci-cd-integration.md: inbound references to the
cookbook replaced with prose pointers to the site/ location.
Resolves the dangling link in site/guides/working-with-skills.md that
referenced the tutorial before it existed on the published site.
Remove cortex-workflow references since the command is not implemented
and workflow orchestration is currently handled through composition of
existing commands (agent, skills, review, plan, export, ai).
- Remove workflow subcommand from validation and generation
- Remove cortex-workflow.1 from manpage bundle
- Delete placeholder cortex-workflow.1 manpage file
This keeps the build clean and only bundles manpages for implemented
commands (cortex.1 and cortex-tui.1).