HubLensClaudetw93/Waza
// archived 2026-04-07
125

// summary

Waza provides a collection of Claude Code skills designed to translate essential engineering habits into executable AI workflows. By focusing on specific, high-impact techniques rather than bloated configurations, it helps developers maintain high standards for design, debugging, and documentation. These skills are built from real-world project data to ensure Claude operates with the precision and intentionality of an experienced engineer.

// technical analysis

Waza is a collection of Claude Code skills designed to codify essential engineering habits into actionable, automated workflows. By focusing on high-impact practices like systematic debugging, architectural validation, and clear communication, it addresses the gap between AI speed and the need for thoughtful, high-quality software engineering. The project prioritizes a minimalist, modular design philosophy, ensuring that each skill remains lightweight and adaptable as AI models evolve, rather than imposing rigid, bloated constraints on the developer.

// key highlights

01
Provides specialized slash commands like /think and /design to enforce rigorous architectural and UI standards before code generation.
02
Includes a /check skill that acts as a safety gate, reviewing diffs and blocking destructive commands to prevent common deployment errors.
03
Features a /hunt skill that mandates a systematic, root-cause-first approach to debugging rather than relying on trial-and-error fixes.
04
Offers a /learn skill that implements a structured six-phase research workflow for quickly mastering unfamiliar technical domains.
05
Includes a /health skill to audit and maintain the integrity of your Claude Code environment, including rules, hooks, and MCP configurations.
06
Provides a lightweight statusline tool to monitor context window usage and quota limits without adding unnecessary visual noise.

// use cases

01
Systematic problem solving and debugging using the /think and /hunt commands.
02
Automated code review and quality assurance before merging via the /check skill.
03
Efficient domain learning and research workflows through the /learn and /read tools.

// getting started

To begin using Waza, ensure you have Node 18+ and Claude Code installed on your system. You can install the entire suite of skills globally by running 'npx skills add tw93/Waza -g -y' in your terminal. Once installed, you can trigger specific skills using their corresponding slash commands within the Claude Code interface.