Repo Navigation (Skill Discovery Entrypoint)
When to use
- •You are unsure which skill/doc applies to a task
- •You need a fast "where do I look" entrypoint without loading many docs
How to use (minimal path)
- •Pick the most relevant skill by intent:
- •planning →
execution-plan-guidelines,execution-plan-authoring - •backend → skills under
backend/ - •frontend → skills under
frontend/ - •route testing →
route-testing-patterns,auth-route-tester - •observability →
error-tracking-patterns - •skills/tooling →
skill-development-patterns,skills-overview
- •planning →
- •If the task is about repo-wide conventions, use one of:
- •architecture →
repo-architecture-overview,runtime-model,modular-system - •documentation →
documentation-overview,paths-and-naming - •scaffolding →
new-module,new-skill,new-hook,new-ability-high,new-ability-low - •workflows →
workflows-overview,refactor-planner,auto-error-resolver
- •architecture →
- •Open only the supporting doc(s) you need for the current step.
Skill Categories
Architecture
- •
repo-architecture-overview- High-level architecture - •
runtime-model- Agent Runtime model - •
modular-system- Module system - •
architecture-glossary- Terms and definitions
Documentation
- •
documentation-overview- Conventions overview - •
paths-and-naming- Path conventions - •
document-types-and-roles- Document types
Scaffolding
- •
new-module,new-module-flow- Create modules - •
new-skill,new-skill-flow- Create skills - •
new-hook,new-hook-flow- Create hooks - •
new-ability-high,new-ability-low- Create abilities
Workflows
- •
workflows-overview- Workflow catalog - •
refactor-planner,code-refactor-master- Refactoring - •
auto-error-resolver- Error fixing