Agent Entrypoint Distiller
Use this skill when root agent files (AGENTS.md, CLAUDE.md) have grown into
large project manuals and should be converted into local Metaproject knowledge.
Workflow
- Read
.metaproject/index.mdand.metaproject/metaproject.jsonif they exist. - Run:
keryx rules distill
- Verify the generated outputs:
.metaproject/rules/entrypoints/index.md.metaproject/rules/entrypoints/*.md.metaproject/project-skills/entrypoints/*/SKILL.md- compact
AGENTS.mdandCLAUDE.mdstill point to.metaproject/index.md
- If the command changed root entrypoints, check that only global/personal or highest-priority always-on instructions remain there.
- Run focused verification:
keryx rules sync
keryx flow check 001
Skip flow check when the project has no Task Manager flow.
Output Contract
Report:
- rules extracted count;
- skills extracted count;
- root sections kept count;
- files changed;
- any sections that looked ambiguous and should be reviewed manually.