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 resolution: --catalog-path flag > $DISPATCH_CATALOG_PATH env var > canonical default (~/.claude/state/dispatch-catalog.json). If neither --demo nor a resolvable catalog is present the skill emits a [CATALOG ERROR] and exits non-zero.
$npx -y skills add glitchwerks/claude-wayfinder --skill dispatchInstalls into the current project.
Run `npx skills use "https://github.com/glitchwerks/claude-wayfinder" --skill "glitchwerks/claude-wayfinder/dispatch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/glitchwerks/claude-wayfinder" that are relevant to the current task. Run `npx skills add "https://github.com/glitchwerks/claude-wayfinder"` and select the relevant skills, then follow their instructions.