mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
228e6de997
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.