mirror of
https://github.com/NickCrew/Claude-Cortex.git
synced 2026-09-14 20:17:11 +08:00
1.7 KiB
1.7 KiB
layout, title, nav_order, has_children
| layout | title | nav_order | has_children |
|---|---|---|---|
| default | Reference | 4 | true |
Reference Documentation
Technical reference documentation for cortex configuration, APIs, and CLI.
Contents
- Configuration Reference - All configuration files with schemas and examples
- Skill Showcase - Curated guide to the most sophisticated skills, categorized by capability
- Skill Recommendation Engine - Two-layer recommendation architecture (hook + SkillRecommender)
- bin/ Utilities - Agent-facing tools for routine development (
tx,browser_tools,committer, etc.) - scripts/ Utilities - Project-internal migration and metadata repair scripts
- Manpages - CLI manpage generation
- Settings Files Catalog - Complete file listing
Configuration Files
| File | Description |
|---|---|
cortex-config.json |
Main launcher configuration |
memory-config.json |
Memory vault settings |
skill-rules.json |
Keyword-based skill matching |
recommendation-rules.json |
File pattern recommendations |
JSON Schemas
All cortex configuration files have JSON schemas for validation:
schemas/
├── cortex-config.schema.json
├── memory-config.schema.json
├── skill-rules.schema.json
├── recommendation-rules.schema.json
└── onboarding-state.schema.json
See the Configuration Reference for editor setup instructions.