git404hub

what is waza fr?

tw93/waza — explained in plain English

Analysis updated 2026-06-26

4,734ShellAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

Waza is a collection of eight slash-command skills for Claude Code that add structured workflows for planning, UI design, code review, debugging, research, and writing, installed in one command via npx.

vibe map

mindmap
  root((waza))
    Skills
      think planning
      design UI
      check review
      hunt debug
    More skills
      write prose
      learn research
      read web content
      health config audit
    Workflow patterns
      Plan then build
      Build then check
      Debug with hunt
    Distribution
      npx install
      Claude Desktop ZIP

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Run /think before a feature to get AI-challenged requirements and a decision-ready implementation plan.

VIBE 2

Use /check on your diff before merging to get a focused AI code review of only your changes.

VIBE 3

Use /hunt when stuck on a bug to get a systematic root-cause walkthrough before touching any code.

VIBE 4

Run /design during frontend work to get a committed visual direction generated inside your editor.

what's the stack?

ShellNode.js

how it stacks up fr

tw93/wazamitchellkrogza/nginx-ultimate-bad-bot-blockermicrosoft/vscode-dev-containers
Stars4,7344,7274,744
LanguageShellShellShell
Setup difficultyeasymoderateeasy
Complexity2/53/52/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires Claude Code or Codex to be installed, skills install globally via one npx command.

Use freely for any purpose including commercial use under the MIT license.

in plain english

Waza is a collection of eight skills for Claude Code (Anthropic's AI coding assistant) that encode common software engineering habits as slash commands you can invoke during your work. The name comes from a Japanese martial arts term for a practiced technique: something drilled until it becomes instinct. The idea is that good engineering involves more than writing code, and that an AI assistant can handle each part of the workflow if given the right structure. The eight skills each target a different moment in the development process. Before building something new, /think challenges the requirements and produces a decision-ready plan. During frontend work, /design generates UI with a committed visual direction. After finishing a task, /check reviews the diff and verifies the work before merging or releasing. When debugging, /hunt walks through the problem systematically and confirms the root cause before touching anything. Other skills cover writing clear prose (/write), researching an unfamiliar topic (/learn), fetching and cleaning web content or PDFs (/read), and auditing your Claude Code configuration (/health). Skills can be chained together manually. A typical flow might run /think to plan, then implement the feature, then /check before merging. The README provides several common workflow patterns for design, debugging, research, and shipping fixes. Installation is one command via npx for Claude Code or Codex. A Claude Desktop ZIP package is also available. The skills install globally so they are available in any project. Waza is part of a three-project set from the same author: Kaku for code generation and Kami for document output. Two optional extras are also included: a statusline showing context window and quota usage, and an English coaching rule that quietly corrects grammar mistakes in your prompts. The project is MIT licensed.

prompts (copy fr)

prompt 1
How do I chain Waza skills, run /think to plan, implement the feature, then /check before merging?
prompt 2
Show me how Waza's /hunt skill walks through debugging a failing test in my TypeScript project step by step.
prompt 3
I want to build a custom Waza-style skill that reviews my commit messages, how do I structure the skill file?
prompt 4
What does Waza's /health command check in my Claude Code setup, and how do I fix common issues it finds?

Frequently asked questions

what is waza fr?

Waza is a collection of eight slash-command skills for Claude Code that add structured workflows for planning, UI design, code review, debugging, research, and writing, installed in one command via npx.

What language is waza written in?

Mainly Shell. The stack also includes Shell, Node.js.

What license does waza use?

Use freely for any purpose including commercial use under the MIT license.

How hard is waza to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is waza for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.