#139 · Primary category: AI Coding Assistants
Waza
🥷 Engineering habits you already know, turned into skills Claude can run.
Project last updated:08/29/26
GitHub Stars
6.9K
Forks
405
Contributors
15
License
MIT
Why we included this project
Most coding agents produce output faster than they think, and Waza is a set of installable skills meant to fix that imbalance. Each one is a slash command or named playbook that works in Claude Code and Codex: /think challenges the design before any code is written, /hunt runs systematic debugging and confirms a root cause before a fix lands, /check reviews the diff and follows through on releases, and /write tightens stiff prose. Together they capture the judgment steps a plain assistant tends to skip, like questioning the problem or verifying work with evidence instead of just producing it. If you keep repeating the same guidance to your agent project after project, this is a structured, version-controlled way to make those instructions stick.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.