Engineering habits you already know, turned into skills AI agents can run.
Skills
Each engineering habit gets an installed skill. In Claude Code, type the slash command. In Codex, invoke the installed skill by name and follow the same playbook.
Reads URLs and PDFs with platform-specific routing. Plain reads return a concise summary; Markdown output is used when asked to convert, quote, cite, save, or feed downstream work.
Checks Codex, Claude Code, project instructions, verifier output, and AI maintainability with a budget-aware summary pass before deep inspection.
Each skill is a folder with reference docs, helper scripts, and gotchas from real failures.
Install
One command installs all eight skills, with no prompts and no errors. Copy and run:
npx skills add tw93/Waza -a claude-code codex cursor -g -y
This installs to Claude Code, Codex, and Cursor, plus any other agent that reads the shared ~/.agents/skills directory. Update later with npx skills update -g -y, or pass one agent (e.g. -a claude-code) to scope it.
Claude Desktop: download waza.zip, then Customize > Skills > “+” > Create skill, and upload the ZIP. Re-upload the latest ZIP to update.
Pi: pi install npm:@tw93/waza (update with pi update npm:@tw93/waza). /health audits Pi settings alongside Claude Code and Codex.
Chaining Skills
Skills chain together, but every transition is a manual step you trigger. Each skill finishes its task and stops, waiting for you to decide what comes next.
Common workflows:
Plan a feature: /think → approve → say “implement X” → /check → merge
Waza ships only generic engineering habits. /check becomes project-aware at runtime by reading the target repository’s public context (READMEs, package manifests, Makefiles, CI workflows) and your task constraints, never private paths, credentials, or tokens. See skills/check/references/project-context.md for the review context template.
Extras
Statusline
A minimal statusline for Claude Code: context window, 5-hour quota, and 7-day quota. Color-coded by usage, no progress bars, no noise.
Codex shows remaining quota; the Claude Code statusline above shows used percentage (upstream does not yet expose five-hour-used / weekly-used).
Optional Rules
Three independent toggles. Copy the ones you want (swap claude-code for codex on Codex):
# English coaching: appends a short 😇 correction when your prompt has an English mistake
curl -sL https://github.com/tw93/Waza/releases/latest/download/setup-rule.sh | bash -s -- english claude-code
# Anti-patterns: always-on cross-skill guardrails (read before acting, no scope creep, no unsolicited summaries)
curl -sL https://github.com/tw93/Waza/releases/latest/download/setup-rule.sh | bash -s -- anti-patterns claude-code
# Routing hint: tells non-Claude hosts to prefer Waza skills when a request matches their triggers
curl -sL https://github.com/tw93/Waza/releases/latest/download/setup-rule.sh | bash -s -- waza-routing claude-code
Curl URLs use the latest GitHub release asset. Set WAZA_REF=main before the command if you want bleeding-edge scripts.
Why
Waza (技, わざ) is a Japanese martial arts term for technique: a move practiced until it becomes instinct.
A good engineer does more than write code. They pressure-test requirements, debug to root cause, review their own diffs, and read primary sources. AI has the raw output for all of it, but without structure that output drifts into generic, imprecise work. Each Waza skill sets a clear goal and the constraints that matter, then steps back and lets the model work. As models improve, that restraint pays compound interest.
Tools like Superpowers and gstack are powerful but heavy: too many skills, too much configuration. Waza stays small, eight skills for the habits that actually matter, each with one job and a clear trigger. Built from real projects and refined through 300+ sessions across 7 projects, every gotcha traces to a real failure. The /health skill grew from the six-layer Claude Code framework in this post.
Part of a trilogy: Kaku (書く) writes code, Waza (技) drills habits, Kami (紙) ships documents. Think of them as a family: Kaku is the dad, Waza the big sister, Kami the little sister.
Waza
Engineering habits you already know, turned into skills AI agents can run.
Skills
Each engineering habit gets an installed skill. In Claude Code, type the slash command. In Codex, invoke the installed skill by name and follow the same playbook.
/think/ui/check/hunt/write/learn/read/healthEach skill is a folder with reference docs, helper scripts, and gotchas from real failures.
Install
One command installs all eight skills, with no prompts and no errors. Copy and run:
This installs to Claude Code, Codex, and Cursor, plus any other agent that reads the shared
~/.agents/skillsdirectory. Update later withnpx skills update -g -y, or pass one agent (e.g.-a claude-code) to scope it.Native plugin (for host-native update commands)
Claude Desktop: download waza.zip, then Customize > Skills > “+” > Create skill, and upload the ZIP. Re-upload the latest ZIP to update.
Pi:
pi install npm:@tw93/waza(update withpi update npm:@tw93/waza)./healthaudits Pi settings alongside Claude Code and Codex.Chaining Skills
Skills chain together, but every transition is a manual step you trigger. Each skill finishes its task and stops, waiting for you to decide what comes next.
Common workflows:
/think→ approve → say “implement X” →/check→ merge/hunt→ fix →/check→ release/publish/push/issue follow-through/read(fetch sources) →/learn(synthesize) →/write(polish)/hunt(find root cause) → fix →/check(review changes)Project Context
Waza ships only generic engineering habits.
/checkbecomes project-aware at runtime by reading the target repository’s public context (READMEs, package manifests, Makefiles, CI workflows) and your task constraints, never private paths, credentials, or tokens. Seeskills/check/references/project-context.mdfor the review context template.Extras
Statusline
A minimal statusline for Claude Code: context window, 5-hour quota, and 7-day quota. Color-coded by usage, no progress bars, no noise.
Codex has native statusline items. Add to
~/.codex/config.toml:Codex shows remaining quota; the Claude Code statusline above shows used percentage (upstream does not yet expose
five-hour-used/weekly-used).Optional Rules
Three independent toggles. Copy the ones you want (swap
claude-codeforcodexon Codex):Curl URLs use the latest GitHub release asset. Set
WAZA_REF=mainbefore the command if you want bleeding-edge scripts.Why
Waza (技, わざ) is a Japanese martial arts term for technique: a move practiced until it becomes instinct.
A good engineer does more than write code. They pressure-test requirements, debug to root cause, review their own diffs, and read primary sources. AI has the raw output for all of it, but without structure that output drifts into generic, imprecise work. Each Waza skill sets a clear goal and the constraints that matter, then steps back and lets the model work. As models improve, that restraint pays compound interest.
Tools like Superpowers and gstack are powerful but heavy: too many skills, too much configuration. Waza stays small, eight skills for the habits that actually matter, each with one job and a clear trigger. Built from real projects and refined through 300+ sessions across 7 projects, every gotcha traces to a real failure. The
/healthskill grew from the six-layer Claude Code framework in this post.Part of a trilogy: Kaku (書く) writes code, Waza (技) drills habits, Kami (紙) ships documents. Think of them as a family: Kaku is the dad, Waza the big sister, Kami the little sister.
Uninstall
For Claude Desktop, delete Waza from Customize > Skills. For Codex rule installs, remove the marked Waza blocks from
~/.codex/AGENTS.md.Support
These lovely people already did 🐱
License
MIT License. Feel free to use Waza and contribute.