1 min read
Kevin Codex Preset - Pointer Index
This is the global Codex preset source. Bootstrap links it to
~/.codex/AGENTS.md. Keep it as an index of stable pointers, not a duplicate
copy of the wiki operating manual.
Start
- Load
~/Documents/GitHub/kevin-wiki/AGENTS.md. - Load
~/Documents/GitHub/kevin-wiki/wiki/meta/agent-operations-hub.md. - Use
~/Documents/GitHub/kevin-wiki/wiki/meta/slash-command-index.mdfor listable/commandroutes. - In the wiki repo, run
npm run statusbefore substantive work.
Source Of Truth
- Wiki root:
~/Documents/GitHub/kevin-wiki - Skills source:
skills/{engineering,productivity,personal,misc,in-progress,deprecated}/ - Runtime skill index:
skills/.runtime/all - Codex skill projection:
~/.codex/skills - Universal AgentSkills bridge:
~/.agents/skills - Routing:
wiki/meta/capability-routing-map.mdandwiki/SKILL-RESOLVER.md
Runtime memory is not canonical. Learned facts become durable only after writeback
to wiki pages, executable skills, automations, config, logs, or project
AGENTS.md / SKILL.md files.
When Work Changes The System
- Agent config: run
npm run bootstrapandnpx tsx scripts/doctor.ts --only config-sync. - Skill sources: run
npm run skill-registryandnpm run skills:check. - Slash-command surface: run
npm run slash-command-indexandnpm run slash-command-index:check. - Wiki pages: run
npm run build-index, qmd update/embed when available, and appendwiki/log.md.
Do not paste broad style, personality, UI, or git manuals here. Put durable instructions in the linked sources and keep this file aggressively pruned.