Plugin Claude Code
Helps Claude make deterministic, auditable choices about which agent and skills to use for a given task — replacing prose-scanning agent/skill selection with a typed scoring kernel.
Plugin Claude Code
Helps Claude make deterministic, auditable choices about which agent and skills to use for a given task — replacing prose-scanning agent/skill selection with a typed scoring kernel.
Hook
Runs when a session starts, executing check-catalog-health.js and session-start-record-session.js via node (2 commands). From glitchwerks/claude-wayfinder.
Hook
Runs when a session ends, executing session-end-cleanup-session.js via node. From glitchwerks/claude-wayfinder.
Hook
Runs when you submit a prompt, before the agent sees it, executing refresh-catalog-on-stale.js via node. From glitchwerks/claude-wayfinder.
Hook
Runs before the agent uses a tool for Agent tool calls, executing log-agent-dispatch.js and check-agent-dispatch-pairing.js via node (2 commands). From glitchwerks/claude-wayfinder.
Hook
Runs after a tool call finishes for Skill and Bash tool calls, executing log-skill-invocation.js and log-dispatch-decision.js via node (2 commands). From glitchwerks/claude-wayfinder.
Hook
Runs when the agent finishes a response, executing router-drift-scanner.js via node. From glitchwerks/claude-wayfinder.
Skill Claude CodeCodex
Matcher-aware authoring and troubleshooting knowledge for the full dispatch authoring surface — trigger frontmatter, applicableagents, applicableskills, routable, and description: phrase-matching. Loaded by any agent (router, code-writer, doc-writer, project-planner, etc.) when the user wants to write, improve…
Skill Claude CodeCodex
Mode-aware dispatch skill for the claude-wayfinder deterministic 7-decision matcher. Real-catalog mode is the default — the skill reads dispatch context JSON from stdin, runs the matcher against your live catalog, and returns the decision JSON verbatim. Pass --demo to opt into bundled fixtures instead. Catalog path…
Skill Claude CodeCodex
Manually regenerate the dispatch catalog from skill sidecars and agent frontmatter. Trigger this skill whenever the user types /refresh-catalog, says "regenerate catalog", "refresh dispatch catalog", "rebuild catalog", "update the catalog", or any similar request to force a fresh dispatch catalog build outside of the…
Skill Claude CodeCodex
Reports the deterministic-dispatch router's health — CI invariants, runtime telemetry, drift events, and catalog state. Wraps claude-wayfinder health --report and adds an Analysis section (drill-down on FAIL'ing or near-threshold metrics) plus an extended Notable Findings section (top dispatched agents/skills, catalog…
Skill Claude CodeCodex
Materialize the claude-wayfinder Python venv at ${CLAUDEPLUGINDATA}/venv/ and write the setup-state flag. Use when: User types /setup-wayfinder User says "set up claude-wayfinder", "install wayfinder dependencies" User says "wayfinder isn't working", "fix wayfinder", "repair wayfinder" SessionStart banner indicates…
Agent
Writes, edits, and implements code in any language.
Agent
Handles infrastructure, deployment, and cloud configuration tasks. Use for Bicep, Terraform, and infra-as-code work.
Agent
Writes and edits documentation, READMEs, design docs, and prose content. Use for docs//.md, README.md, and spec files.
Agent
The dispatch router. Not a delegation target.
Skill Claude CodeCodex
Expert guidance for writing, editing, and debugging agent and skill frontmatter, CLAUDE.md harness rules, and SKILL.md files.
Skill Claude CodeCodex
Body.
Skill Claude CodeCodex
Helpers for reading and writing CSV files in Python.
Skill Claude CodeCodex
Pre-migration skill.
Skill Claude CodeCodex
Behavior-preserving refactoring discipline. Activates when the task involves restructuring, extracting, or renaming existing code without adding new behavior.