Case Router
Claude Code Adaptation
- This copy is prepared for Claude Code personal or project skills.
- Resolve bundled files relative to ${CLAUDE_SKILL_DIR} when Claude Code exposes it; otherwise use the local skill directory.
- Map old agent/tool wording to the closest Claude Code capability by intent.
Workflow
- Parse explicit
[[case-...]]references first. - If no explicit case is provided, decide whether history is likely useful. Skip this skill for pure small talk or tiny one-off commands.
- Query a local case index only if it exists. Preferred root order:
--memory-rootCLAUDE_WYATT_MEMORY_HOME or CODEX_WYATT_MEMORY_HOMEH:/T7/hermes/home/memory
- Load at most three cases and state why each is reusable, adjacent, or not useful.
- If no usable case index exists, say so and proceed without forced memory reuse.
Hard Rules
- Do not silently load context.
- Do not load more than three cases.
- Do not write memory from this skill.
- Do not print secrets,
.envcontents, tokens, cookies, sessions, or raw company data.