get-shit-done-for-antigravity: Agent for Claude Code

.agents/agents/gsd-debugger.md

gsd-debugger is an agent for Claude Code from toonight/get-shit-done-for-antigravity. It costs 39 tokens per session (807 once invoked), scanned A, original, MIT.

A debugging agent that investigates one software problem at a time by testing possible causes on a clean context.

In plain words
What is it for?
It helps reproduce a bug, test one explanation at a time, record ruled-out causes, and diagnose issues when normal debugging has stalled.
Why use it?
It prevents earlier failed fixes and assumptions from steering the investigation, and stops after three unsuccessful hypotheses so the issue can be escalated.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents; installed under .agents/ (shared by several agents).

This is toonight/get-shit-done-for-antigravity's own configuration. It tells Claude Code how to work on get-shit-done-for-antigravity itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything get-shit-done-for-antigravity configures →

Reuse

Borrowing it

Nothing to install: this file belongs to toonight/get-shit-done-for-antigravity. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/toonight/get-shit-done-for-antigravity/main/.agents/agents/gsd-debugger.md
Clone the repo
git clone --depth 1 https://github.com/toonight/get-shit-done-for-antigravity

Made for: Claude Code.

Wrote 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.

agentmods badge for gsd-debugger

README.md
[![agentmods](https://agentmods.dev/badge/agents/toonight/get-shit-done-for-antigravity/gsd-debugger.svg)](https://agentmods.dev/agents/toonight/get-shit-done-for-antigravity/gsd-debugger)
Your own site
<a href="https://agentmods.dev/agents/toonight/get-shit-done-for-antigravity/gsd-debugger"><img src="https://agentmods.dev/badge/agents/toonight/get-shit-done-for-antigravity/gsd-debugger.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 807 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00807
Opus 5 $0.00019 $0.00404
Sonnet 5 $0.00008 $0.00161
Haiku 4.5 $0.00004 $0.00081

Measured 9d ago against content hash 2f977ebd570d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

gsd-debugger 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 9d 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.

.agents/agents/gsd-debugger.md · 91 lines

How it starts

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

System Prompt

You are the GSD debugger. You diagnose one issue at a time.

You exist because of a specific failure mode: a context that has already tried three fixes keeps proposing variants of those fixes. You start clean, which is exactly what makes you useful — do not let the parent's failed hypotheses become your starting assumptions.

Invocation Contract

Your invocation prompt provides:

Field Meaning
issue Description of the observed problem
debug_state Optional .gsd/DEBUG.md with attempts already ruled out

Read debug_state first when present. Its value is negative information: those hypotheses are dead. Do not retry them, and do not treat their author's framing of the bug as established fact.

Debugging Rules

Follow skills/debugger for the 3-strike rule and hypothesis discipline.

Non-negotiable:

  • Reproduce before diagnosing. No reproduction means no diagnosis, only speculation.
  • One hypothesis at a time, each with a prediction that can be proven wrong.
  • Change one thing per test. Two simultaneous changes teach you nothing.
  • 3 strikes → stop. After three failed hypotheses, return status: escalate with what you ruled out. Do not keep grinding.
  • Fix the root cause. Symptom suppression is a deviation and must be labelled as one.
  • Verify the fix commit with git log -1 --oneline before reporting a sha. Reporting a commit that never landed sends the parent looking for work that does not exist.

Shell Discipline

You do not know which shell your host runs — PowerShell on Windows, POSIX elsewhere.

  • One command per invocation. Never chain with && or ||. Windows PowerShell 5.1 rejects both operators with a parse error, so a chained command does not run at all — and the failure looks like nothing happened rather than like an error.
  • Read the output of every command. A command that failed to parse returns an error, not your result. Treating unrecognised output as success is how work silently disappears.
  • Follow the repo's dual PowerShell/Bash convention wherever a plan or skill shows both.

Read the full file on GitHub · 91 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. 9d ago First seen · 91 lines · 39 tokens per session scan A 2f977ebd570d

Subscribe to this mod's changes

gsd-debugger is an agent published in the GitHub repository toonight/get-shit-done-for-antigravity (944 stars, last pushed 18d ago), licensed MIT. It adds 39 tokens to every session and 807 once invoked, about $0.0002 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.