glitchwerks

21 mods across 1 repository, 2 stars between them.

claude-wayfinder

01

glitchwerks/claude-wayfinder

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.

2 yesterday A tokens not measured original MIT

SessionStart

02

glitchwerks/claude-wayfinder

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.

2 yesterday A tokens not measured copy · 52% MIT

SessionEnd

03

glitchwerks/claude-wayfinder

Hook

Runs when a session ends, executing session-end-cleanup-session.js via node. From glitchwerks/claude-wayfinder.

2 yesterday A tokens not measured copy · 52% MIT

UserPromptSubmit

04

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.

2 yesterday A tokens not measured original MIT

PreToolUse

05

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.

2 yesterday A tokens not measured original MIT

PostToolUse

06

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.

2 yesterday A tokens not measured copy · 64% MIT

Stop

07

glitchwerks/claude-wayfinder

Hook

Runs when the agent finishes a response, executing router-drift-scanner.js via node. From glitchwerks/claude-wayfinder.

2 yesterday A tokens not measured original MIT

dispatch-authoring

08

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…

2 yesterday A 222 tokens original MIT

dispatch

09

glitchwerks/claude-wayfinder

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…

2 yesterday A 120 tokens original MIT

refresh-catalog

10

glitchwerks/claude-wayfinder

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…

2 yesterday B 75 tokens original MIT

router-health

11

glitchwerks/claude-wayfinder

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…

2 yesterday A 119 tokens original MIT

setup-wayfinder

12

glitchwerks/claude-wayfinder

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…

2 yesterday D 122 tokens original MIT

devops

14

glitchwerks/claude-wayfinder

Agent

Handles infrastructure, deployment, and cloud configuration tasks. Use for Bicep, Terraform, and infra-as-code work.

2 yesterday A 27 tokens original MIT

doc-writer

15

glitchwerks/claude-wayfinder

Agent

Writes and edits documentation, READMEs, design docs, and prose content. Use for docs//.md, README.md, and spec files.

2 yesterday A 33 tokens original MIT

agent-authoring

17

glitchwerks/claude-wayfinder

Skill Claude CodeCodex

Expert guidance for writing, editing, and debugging agent and skill frontmatter, CLAUDE.md harness rules, and SKILL.md files.

2 yesterday A 32 tokens original MIT

glitchwerks/claude-wayfinder

Skill Claude CodeCodex

Behavior-preserving refactoring discipline. Activates when the task involves restructuring, extracting, or renaming existing code without adding new behavior.

2 yesterday A 32 tokens original MIT