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

  1. Load ~/Documents/GitHub/kevin-wiki/AGENTS.md.
  2. Load ~/Documents/GitHub/kevin-wiki/wiki/meta/agent-operations-hub.md.
  3. Use ~/Documents/GitHub/kevin-wiki/wiki/meta/slash-command-index.md for listable /command routes.
  4. In the wiki repo, run npm run status before 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.md and wiki/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 bootstrap and npx tsx scripts/doctor.ts --only config-sync.
  • Skill sources: run npm run skill-registry and npm run skills:check.
  • Slash-command surface: run npm run slash-command-index and npm run slash-command-index:check.
  • Wiki pages: run npm run build-index, qmd update/embed when available, and append wiki/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.