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.
npx skills add mhawthorne/gza --skill gza-summarygit clone --depth 1 https://github.com/mhawthorne/gzaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mhawthorne/gza/gza-summary)<a href="https://agentmods.dev/skills/mhawthorne/gza/gza-summary"><img src="https://agentmods.dev/badge/skills/mhawthorne/gza/gza-summary/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mhawthorne/gza/gza-summary"><img src="https://agentmods.dev/badge/skills/mhawthorne/gza/gza-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.00948 |
| Opus 5 | $0.00015 | $0.00474 |
| Sonnet 5 | $0.00006 | $0.00190 |
| Haiku 4.5 | $0.00003 | $0.00095 |
Grade A, and why
gza-summary 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gza Summary
Produce an operator triage summary by combining dedicated gza surfaces, then recommend the next concrete actions.
Process
Step 1: Gather task data
Run these commands to collect the canonical source data:
Failed-task history:
uv run gza history --status failed
Unimplemented plan/explore work:
uv run gza advance --unimplemented
Until uv run gza unimplemented exists, uv run gza advance --unimplemented is the canonical surface.
Unmerged code work:
uv run gza unmerged
Queue state, including blocked rows:
uv run gza next --all
Optional failed-recovery decision surface:
uv run gza watch --restart-failed --dry-run
Step 2: Analyze the output
Treat each command as the authoritative surface for one domain:
From uv run gza history --status failed:
- Treat this as factual failed-task history, including attempts that were later retried or resumed successfully
- Suggest factual follow-up like
uv run gza log <full prefixed task id>when operators need details - Use
uv run gza watch --restart-failed --dry-runwhen operators need the current failed-task recovery decision surface - Do not treat this as a replacement for the old mixed-bucket
gza incompleteoutput
From uv run gza unmerged:
- Each listed row is completed code work that still needs merge/review/sync attention
- Prefer gza-native guidance like
uv run gza merge <full prefixed task id>oruv run gza sync <full prefixed task id>
From uv run gza advance --unimplemented:
- Identify completed
planorexplorerows that do not yet have implementation work - Suggest bare
uv run gza implement <full prefixed task id>only for completed plan rows; note that it queues by default - Suggest
uv run gza advance --unimplemented --createwhen implement tasks should be queued from listed source rows
From uv run gza next --all:
- Identify the runnable next task(s) for
uv run gza work - Call out blocked rows, including dropped-dependency blockers, as queue state rather than lineage state
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.
- 6d ago Changed 914f3dd075c8
- 10d ago First seen · 110 lines · 29 tokens per session scan A 4513d3e2f8be
gza-summary is a skill published in the GitHub repository mhawthorne/gza (12 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 948 once invoked, about $0.0001 per session on Opus 5. 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.
Other skills, from other repositories
aip-tracker
Track Airflow Improvement Proposal (AIP) implementation progress by comparing Confluence specs against codebase evidence. Use when asked to assess, report on, or compare AIP status.
issue-triage
Triage Paperclip inbox issues that are stale, blocked, in-review, or assigned-but-not-progressing, and decide a single next action per issue (resume, reassign, unblock, escalate, or close).
multi-agent
A process for coordinating multiple coding agents by splitting work among scouts, workers, reviewers, and repair agents. Each agent has a defined role and task.
todo-for-ai-agent-runtime
Runtime integration skill for external agents connecting to Todo for AI over HTTP API Token / Agent Key, including auth, task lease, events, commit, and task logs.
tencent-meeting-mcp
A Tencent Meeting assistant for scheduling meetings and working with participants, recordings, transcripts, and AI-generated meeting notes.
flow-next-plan
Plan a feature into a flow-next spec with tasks in .flow/. Use when asked to plan, spec out, or break down work (fn-N ids).