Kevin Claude Preset - Pointer Index

This is the global Claude Code preset source. Bootstrap links it into the Claude configuration path. Keep it compact and load the linked source files on demand.

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
  • Claude skills projection: ~/.claude/skills
  • Universal AgentSkills bridge: ~/.agents/skills
  • Routing: wiki/meta/capability-routing-map.md and wiki/SKILL-RESOLVER.md

Closeout

  • Agent config: npm run bootstrap and npx tsx scripts/doctor.ts --only config-sync.
  • Skill sources: npm run skill-registry and npm run skills:check.
  • Slash commands: npm run slash-command-index and npm run slash-command-index:check.
  • Wiki pages: npm run build-index, qmd update/embed when available, and append wiki/log.md.

Do not paste the wiki manual, personality text, or provider-independent rules here. They belong in the linked wiki and skill files.