mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
Cortex Documentation
This docs/ tree is the currently published documentation source for GitHub
Pages in this repository.
Recommendation System Entry Points
If you are looking for the recommendation stack specifically, start here:
- AI Intelligence Features
- user-facing overview of the agent recommendation system
- covers
cortex ai recommend, watch mode, TUI integration, and session learning
- Skill Recommendation Engine
- architecture overview of the skill recommendation pipeline
- explains the prompt hook,
SkillRecommender, rule files, and storage
- Skill Recommendation & Review Learning
- developer guide for skill-learning internals and review ingestion
- AI Intelligence System: Technical Architecture
- developer guide for agent-learning internals and workflow prediction
- Skills Guide
- user-facing skill usage, recommendation, and rating commands
- AI Watch Mode Tutorial
- live walkthrough for watch mode and the AI Assistant
- Documentation Navigator
- broader map by audience and topic
Broader Documentation Map
Architecture
User Guides
User-facing skill authoring tutorial now lives in the published site at
site/tutorials/skill-authoring.md.
Development Guides
Notes
- The recommendation system has two distinct halves: agent intelligence and skill recommendations. Avoid using those terms interchangeably in docs.
- When the command surface changes, update both the user-facing pages and the developer-facing architecture pages in the same slice to avoid drift.
- Contributor-oriented skill onboarding lives in the Skills Guide and the Skill Authoring Cookbook; use those instead of reconstructing the workflow from historical architecture notes.