waza marketplace

A personal collection of eight skills for AI coding tools, covering thinking, checking, research, interface work, reading, writing, learning, and maintainability audits.

In plain words
What is it for?
Use it for code and project audits, interface tasks, research, documentation, learning workflows, and checks of agent configuration and AI maintainability.
Why use it?
It groups repeatable ways to plan, inspect, create, and maintain projects in one toolkit across several coding-agent applications.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add tw93/Waza
agentmods
npx agentmods add plugins/tw93/waza/marketplace
Clone the repo
git clone --depth 1 https://github.com/tw93/Waza

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

waza marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "waza",
  "description": "Personal skill collection for Claude Code, Codex, Antigravity, OpenCode, and Pi: think, check, hunt, ui, read, write, learn, and health for agent config and AI maintainability audits.",
  "owner": {
    "name": "Tw93",
    "email": "[email protected]"
  },
  "plugins": [
    {
      "name": "waza",
      "description": "Installs the full Waza toolkit. Registers all eight skills under the waza namespace, callable as /waza:think, /waza:check, /waza:hunt, /waza:ui, /waza:read, /waza:write, /waza:learn, and /waza:health. For one skill on Claude Code v2.1.143 or newer, use /plugin install waza-<name>@waza.",
      "version": "3.34.1",
      "category": "development",
      "source": "./",
      "homepage": "https://github.com/tw93/Waza"
    },
    {
      "name": "waza-check",
      "description": "Reviews code diffs, PRs, issue queues, release readiness, commits, pushes, publishing, and project audits. Use when users ask in any language for code review, issue or PR triage, release gates, publishing follow-through, or project audits. Not for debugging root causes or prose review.",
      "version": "3.34.1",
      "category": "development",
      "source": "./skills/check",
      "homepage": "https://github.com/tw93/Waza",
      "skills": [
        "./"
      ],
      "strict": false
    },
    {
      "name": "waza-health",
      "description": "Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users ask in any language to audit Claude, Codex, Pi, agent instructions, MCP or hooks, verifier coverage, or AI-maintainability drift. Not for debugging application code or reviewing PRs.",
      "version": "3.34.1",
      "category": "development",
      "source": "./skills/health",
      "homepage": "https://github.com/tw93/Waza",
      "skills": [
        "./"
     

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 116 lines scan A fd6b7c748e66

Subscribe to this mod's changes

waza marketplace is a plugin published in the GitHub repository tw93/Waza (6,944 stars, last pushed yesterday), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.