tw93/waza

🥷 Engineering habits you already know, turned into skills Claude can run.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 55 minutes ago
Added to GitGenius on September 1st, 2026
Created on March 12th, 2026
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 408
Total Stargazers: 6,976 (+0)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.4 hours
Mean response time: 44.8 hours
90th percentile: 7.2 days
Tracked items: 45

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 16% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 1
Closed in 7 days: 1
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 4

Top labels

  • bug (1)
  • documentation (1)

Detailed Description

Waza is a skill system that packages engineering habits into executable routines Claude AI agents can run.

The tool addresses the challenge of making AI agents more effective at complex engineering tasks by codifying proven practices into discrete, reusable skills. Rather than relying on general-purpose prompting, Waza bundles domain-specific workflows—such as systematic debugging, design pressure-testing, and code review—into named skills that agents invoke through slash commands or direct invocation. Each skill encodes a complete playbook: the `/think` skill challenges problems and produces implementation-ready plans; `/hunt` performs systematic debugging with root-cause confirmation; `/check` reviews diffs and handles release workflows; `/ui` drives frontend design through screenshot iteration; `/write` adapts prose for natural expression in Chinese and English; `/learn` structures research into a six-phase workflow; `/read` handles URL and PDF ingestion with platform-specific routing; and `/health` audits agent configuration and maintainability. The skills are installed as a single package and documented with reference materials, helper scripts, and failure patterns from real use.

Waza suits teams using Claude Code or Codex who want to standardize how AI agents approach recurring engineering tasks. It works best for projects where consistency in code review, debugging methodology, and design iteration matters—teams that have developed strong engineering practices and want those practices to guide AI agent behavior. The tool is particularly valuable when you need agents to handle domain-specific constraints and follow project-specific conventions rather than applying generic defaults.

The maintainers respond to issues and pull requests within a day. Development work concentrates on bug fixes and documentation improvements.