4 Commits

Author SHA1 Message Date
Nicholas Ferguson 228e6de997 docs(tutorials): publish skill authoring tutorial to site
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.
2026-04-12 18:33:19 -04:00
Nicholas Ferguson 8b9319375a docs(site): cut over GitHub Pages to targeted user docs 2026-03-23 23:31:44 -04:00
Nicholas Ferguson 35ebb2abe3 refactor: remove unused cortex-workflow placeholder
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).
2026-02-24 20:58:43 -05:00
Nicholas Ferguson b99aa76b42 chore: add code 2026-02-13 12:20:02 -05:00