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.
3.1 KiB
3.1 KiB
layout, title, nav_order, has_children, permalink
| layout | title | nav_order | has_children | permalink |
|---|---|---|---|---|
| default | Tutorials | 3 | true | /tutorials/ |
Cortex Tutorials
Hands-on tutorials to help you master cortex from beginner to advanced.
Learning Paths
Structured progressions that connect tutorials into a guided journey.
Featured Tutorial
Tutorial Series by Level
Beginner
- Getting Started with TUI — Your first 30 minutes with cortex
- Coming Soon: Quick CLI Reference — Essential commands for power users
Intermediate
- Coming Soon: Custom Profiles — Create project-specific configurations
- AI Watch Mode — Real-time intelligent recommendations
Advanced
- Coming Soon: Custom Workflows — Build YAML-based automation
- CI/CD Integration — Automate context in pipelines
Skill authoring moved to the published site at
site/tutorials/skill-authoring.md.
📚 Additional Resources
Documentation
- [TUI Keyboard Reference]({{ '/guides/tui/tui-keyboard-reference.html' | relative_url }})
- [AI Intelligence Guide]({{ '/guides/development/AI_INTELLIGENCE_GUIDE.html' | relative_url }})
- [MCP Management Guide]({{ '/guides/mcp/MCP_MANAGEMENT.md' | relative_url }})
Reference Materials
man cortex— Complete CLI reference (requires installation)cortex --help— Built-in command help- GitHub Repository
💡 Learning Tips
For Visual Learners:
- Check out the [Feature Catalog Presentation]({{ '/presentations/tui-showcase.html' | relative_url }})
- Screenshots included in Getting Started tutorial
For Command-Line Fans:
- Each tutorial includes CLI alternatives
- Clear markers for "CLI-only" features
- Batch operation examples
For Hands-On Learners:
- Every tutorial includes checkpoints
- Practice exercises at each level
- Challenge yourself sections
Have a tutorial request? Open an issue on GitHub.