Waza
Eight engineering habits turned into AI agent skills
All Skills in This Repository (15)
Pure Emerald Level Indicatorswrite
Rewrite Chinese and English prose to remove AI-like wording while preserving meaning.
design
Enforce design intent across frontend pages and components with OKLCH color guidelines.
learn
Transform unfamiliar materials into structured references and drafts.
think
Transform rough ideas into structured plans with goals, constraints, and tradeoffs.
hunt
Diagnose root causes of bugs using hypothesis-driven evidence validation.
health
Audit instruction drift and configuration health in AI engineering projects.
read
Fetch URLs and PDFs and return concise source-grounded summaries.
check
Analyze repository diffs to surface release-safe decisions and verification commands.
ui
Builds and refines distinctive frontend interfaces with direction locking and screenshot-driven iteration.
write
Rewrites Chinese and English prose to remove AI-style wording while preserving author intent.
learn
Runs a six-phase research workflow turning source materials into publish-ready articles or references.
think
Transforms rough ideas into validated, decision-complete implementation plans before coding begins.
Frequently Asked Questions
FAQPage SchemaHow to install Waza?â–¼
Run `npx skills add tw93/Waza --all -g -y` in your terminal to install all eight skills globally for your AI agents.
What does Waza do for AI coding agents?â–¼
Waza gives your agent eight disciplined workflows: planning, debugging, code review, UI design, writing, research, URL reading, and agent health audits. Each skill defines the expected outcome and verification steps so the agent produces reliable, evidence-backed work.
Does Waza work with Claude Code and Codex?â–¼
Yes. One install lands in the shared agents skills directory, so Claude Code, Codex, Cursor, and other compatible agents pick it up automatically.
How do I debug a bug with Waza?â–¼
Invoke the /hunt skill and describe the error or regression. It forces root-cause diagnosis with reproducible evidence before any fix is applied.
Can I use Waza without coding experience?â–¼
Basic familiarity helps, but you mainly describe what you need in plain language and the agent follows the skill's playbook. Skills like /write and /read are useful for non-programmers too.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core