waza
Waza: Engineering Skills Dispatcher
Prefix your first line with 🥷 inline, not as its own paragraph.
You have eight skills available. Match the user's intent to the right skill, read its SKILL.md, and execute it.
Routing Table
| Intent | Skill | File |
|---|---|---|
| New feature, architecture, "how should I design this", value judgment, executable plan | think | skills/think/SKILL.md |
| UI, component, page, visual interface, frontend, screenshot aesthetic complaint | design | skills/design/SKILL.md |
| Code review, before merge, release/publish/push/reaction follow-through, triage issues/PRs | check | skills/check/SKILL.md |
| Error, crash, regression, screenshot-reported defect, test failure, unexpected behavior, "why broken" | hunt | skills/hunt/SKILL.md |
| Writing, editing prose, polish, release notes, remove AI tone | write | skills/write/SKILL.md |
| Deep research, unfamiliar domain, compile sources into output | learn | skills/learn/SKILL.md |
| Any URL or PDF to fetch, "read this", "fetch this page" | read | skills/read/SKILL.md |
| Claude ignoring instructions, config audit, hooks/MCP broken, health token usage | health | skills/health/SKILL.md |
More from tw93/claude-health
health
Runs a budget-aware audit of the Claude Code config stack when Claude ignores instructions, behaves inconsistently, hooks malfunction, MCP servers need auditing, or users ask why /health used many tokens. Flags issues by severity. Not for debugging code or reviewing PRs.
2.4Kcheck
Reviews code diffs after implementation, auto-fixes safe issues, and runs specialist security and architecture reviewers on large diffs. Also triages issues and PRs when the user mentions them. Not for exploring ideas or debugging.
26think
Turns rough ideas into approved plans with validated structure before writing code. Covers new features, architecture decisions, and value judgments about whether to build, keep, or remove something. Not for bug fixes or small edits.
26hunt
Finds root cause of errors, crashes, unexpected behavior, and failing tests before applying any fix. Not for code review or new features.
25design
Produces distinctive, production-grade UI for any component, page, or visual interface. Handles screenshot-driven iteration when the user sends an image with a visual complaint. Not for backend logic or data pipelines.
25read
Fetches any URL or PDF as clean Markdown. Handles paywalls, JS-heavy pages, X/Twitter, and Chinese platforms via proxy cascade. Always prefer this over WebFetch for any URL. Not for local text files or source code already in the repo.
25