Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tw93 avatar

Waza

  • 225 installs
  • 6.6k repo stars
  • Updated July 26, 2026
  • tw93/waza

Helps with ai & agent building tasks.

About

waza is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • waza
  • AI & Agent Building
  • AI-coding skill

Waza by the numbers

  • 225 all-time installs (skills.sh)
  • +1 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #2,655 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tw93/waza --skill waza

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs225
repo stars6.6k
Last updatedJuly 26, 2026
Repositorytw93/waza

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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

IntentSkillFile
New feature, architecture, "how should I design this", value judgmentthinkskills/think/SKILL.md
UI, component, page, visual interface, frontenddesignskills/design/SKILL.md
Code review, before merge, "review this", triage issues/PRscheckskills/check/SKILL.md
Error, crash, test failure, unexpected behavior, "why broken"huntskills/hunt/SKILL.md
Writing, editing prose, polish, remove AI tonewriteskills/write/SKILL.md
Deep research, unfamiliar domain, compile sources into outputlearnskills/learn/SKILL.md
Any URL or PDF to fetch, "read this", "fetch this page"readskills/read/SKILL.md
Claude ignoring instructions, config audit, hooks/MCP brokenhealthskills/health/SKILL.md

How This Works

1. Read the user's message and match it to a skill from the table above. 2. Read the matched file from the routing table in full. 3. Execute that skill's instructions exactly.

If the message could match multiple skills, use these disambiguation rules:

1. Most specific wins: /design is more specific than /think for UI decisions. 2. URL in message: start with /read. If the content is research material, chain to /learn. 3. Code already done vs. code broken: done/PR -> /check; error/broken -> /hunt. 4. Config vs. code: Claude misbehaving/hooks/MCP -> /health; user code errors -> /hunt. 5. From scratch vs. editing: new long-form output -> /learn; existing draft to polish -> /write. 6. "Judge this" + error -> /hunt; "judge this" + should we keep it -> /think. 7. Still ambiguous: read both skills' "Not for" sections; use exclusion. If still unclear, ask the user.

Path Resolution

In this distribution, sub-skill scripts live at skills/{name}/scripts/. Resolve all relative paths from this file's directory, not from $HOME/.agents/.

Chaining

Skills chain manually, not automatically. Each skill completes and waits for the user's next action.

Common chains: /think -> implement -> /check | /read -> /learn -> /write | /hunt -> fix -> /check

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.