mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
2.7 KiB
2.7 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 Path
Getting Started
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
- Workflow Orchestration — Multi-phase scenario management
Advanced
- Coming Soon: Custom Workflows — Build YAML-based automation
- Skill Authoring Cookbook — Create reusable knowledge modules
- CI/CD Integration — Automate context in pipelines
📚 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.