entity-skill-router
Purpose
Select relevant project-skills for known modules, components, stores, services, and domain entities.
When To Use
- project skill
- component pattern
- module-specific work
Workflow
- Check
.metaproject/project-skillsfor matching module/entity skills. - Use gdgraph affected context to find nearby entities when the target is a file.
- Load only the matching project-skill and directly referenced files.
- If no project-skill exists, suggest creating one with
keryx skills generate.
Local-First Rules
- Start from
.metaproject/index.mdand.metaproject/skills/catalog.md. - Prefer project-local skills under
.metaproject/project-skillsand.metaproject/skills/gdskills. - Use
gdgraph,gdctx,gdwiki, Code Health, and Documentation Memory when they provide narrower context. - Treat external/global skills only as explicit fallback when local Metaproject does not provide the capability.
- Verify conclusions against source files before reporting or editing.