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 agentmods add instructions/robzilla1738/supergoal/claude-mdgit clone --depth 1 https://github.com/robzilla1738/supergoalWrote 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/instructions/robzilla1738/supergoal/claude-md)<a href="https://agentmods.dev/instructions/robzilla1738/supergoal/claude-md"><img src="https://agentmods.dev/badge/instructions/robzilla1738/supergoal/claude-md.svg" alt="Measured on agentmods" height="20"></a>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 | $0.02555 | $0.02555 |
| Opus 5 | $0.01277 | $0.01277 |
| Sonnet 5 | $0.00511 | $0.00511 |
| Haiku 4.5 | $0.00255 | $0.00255 |
Grade C, and why
supergoal CLAUDE.md scanned grade C with 1 finding 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 4d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf ~/.codex/skills/supergoal How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Project-level instructions for Claude Code sessions opened in this repo. Read AGENTS.md first for the authoritative project doc; this file adds Claude-Code-specific tips on top.
Quick orientation
This repo is the source of truth for the supergoal skill — a Claude Code plugin that turns vague build requests into deeply-planned, autonomously-executed /goal runs with a final audit pass.
Full project doc: see AGENTS.md.
Working in this repo from Claude Code
File map you actually edit
skills/supergoal/SKILL.md— the skill content. Edit here for behavioral changes. ~565 lines (grew with v0.7's Stage 0 namespace-claim section; phase-loop section duplicatesPROTOCOL.mdand is a slim-down candidate).skills/supergoal/references/*.md— progressive-disclosure docs the agent reads when needed (planning-depth.md,phase-design.md,goal-format.md,repo-state-comparison.md).skills/supergoal/scripts/claim-run.sh— atomically claims a unique per-run dir (.supergoal/<slug>-XXXXXXviamktemp -d) so concurrent runs in one working tree can't clobber each other. Edit here to change the namespacing/slug logic; tested bytests/claim-run.test.sh.skills/supergoal/scripts/repo-state.sh— the complete-working-tree-vs-baseline comparison helper. Edit here to change how the audit/cleanliness checks detect committed/staged/unstaged/deleted/untracked work. Copied into the run's.supergoal/<run-id>/dir at Stage 7; tested bytests/repo-state.test.sh.skills/supergoal/templates/PROTOCOL.md— execution loop + failure recovery + final audit. Edit here when changing the per-/goal-session protocol. Paths use the{{RUN_ROOT}}placeholder,sed-substituted to the concrete run dir at Stage 7.skills/supergoal/templates/STATE.md— live-progress template the planner copies to<run-root>/STATE.mdper run. ContainsRun root:(this run's namespaced dir) andBaseline ref:(the HEAD sha captured at Stage 7 dispatch; the audit + cleanliness checks compare the complete working tree against it viarepo-state.sh).skills/supergoal/templates/ROADMAP.md— phase plan withDeliverables:bullets; the audit's deliverable check parses these bullets directly.tests/claim-run.test.sh— fixture tests forclaim-run.sh, incl. the concurrent-claim race (repo-only; run withbash tests/claim-run.test.sh).tests/repo-state.test.sh— fixture tests forrepo-state.sh(repo-only; run withbash tests/repo-state.test.sh)..claude-plugin/plugin.json— bumpversionon every shipped change so the marketplace cache refreshes.CHANGELOG.md— add a top entry per release.README.md— public-facing only. Edit for docs / Mermaid diagram tweaks. No version bump needed.
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.
- 4d ago First seen · 118 lines · 2,555 tokens per session scan C 470ec0c5d723
supergoal CLAUDE.md is an instructions file published in the GitHub repository robzilla1738/supergoal (669 stars, last pushed 16d ago), licensed MIT. It adds 2,555 tokens to every session, about $0.0128 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.