Leaderboard/Software Engineering/Waza
Last commit on September 19, 2026·Created on March 12, 2026

tw93/Waza

Audits agent configurations and instruction drift to prevent AI coding rot
Combined rank
#67
across all skills
In Software Engineering
#7
category rank
Stars
7.1k
+0.8% in last 7d
Forks
413
+1.0% in last 7d
Watchers
15
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

Waza provides a specialized health check for agent-assisted engineering environments. It helps AI automation builders identify when configurations for tools like Claude, Codex, or Pi have drifted or are being ignored by the model.

The skill focuses on the maintainability of the AI setup rather than application bugs, auditing MCP hooks and project constraints to ensure instructions remain reachable and effective.

WHO IT'S FOR
Technical leads / architects
perform project-wide code-quality audits
AI agent / automation builders
audit agent config and instruction drift
Backend / infrastructure engineers
triage PRs and manage release gates
Platform / DevEx teams
monitor AI coding assistant health
Repository contents

16 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

I’m using

Shared Waza bundle via npx

Installs: Complete Waza bundle containing all eight documented skills; the shared directory may also be read by Gemini CLI, Copilot, Amp, Kimi Code CLI, and other compatible agents. · Claude Code, Codex, Cursor

Before you start
  • npx available in the terminal.
  1. Run this command in a terminal. It installs the bundle globally for Claude Code, Codex, and Cursor, placing the shared copy in `~/.agents/skills`.

    npx skills add tw93/Waza -a claude-code codex cursor -g -y
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Summarize a URL or PDF

Uses read

  • A URL or local PDF path
Use the read skill to fetch and give me a concise, source-grounded summary of [URL or local PDF path]. Highlight the main points and state any paywall or extraction failure explicitly. Do not save a file.
skills/read/SKILL.md · Checked Sep 18, 2026