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/hannsxpeter/godplans/agents-mdgit clone --depth 1 https://github.com/hannsxpeter/godplansWhat 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.00416 | $0.00416 |
| Opus 5 | $0.00208 | $0.00208 |
| Sonnet 5 | $0.00083 | $0.00083 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
godplans AGENTS.md 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.
What it actually says
AGENTS.md
This repository ships the godplans Agent Skill: a planning superskill that
produces a comprehensive, audit-aware master plan (.godplans/PLAN.mdx) for a
software project before any code is written.
If you are an agent asked to plan a project: read
skills/godplans/SKILL.md and follow its method. The skill is also installed
via .agents/skills/godplans and .claude/skills/godplans projections in
consuming projects.
If you are an agent working on this repository itself:
- The canonical skill lives at
skills/godplans/; the.agents/and.claude/entries are symlinks to it. Edit the canonical files only. PROMPT.mdis generated byscripts/build-prompt.sh. Never edit it by hand; regenerate it after changing SKILL.md, an inlined reference, the PLAN template, or the validator.- Style and product contracts are mechanically enforced by
npm run check: ASCII punctuation only, no em or en dashes, no Unicode arrows (write ASCII->), no emojis, no smart quotes, no box-drawing characters, in every authored file. - Release-grade validation uses
npm run release:checkwith the pinned official Agent Skills validator fromrequirements/skills-ref.txtand an authenticated GitHub CLI. Ordinarynpm run checkremains offline-friendly. - Reference modules under
skills/godplans/references/follow a fixed six-section contract (Lineage, Decisions to force, Plan requirements, Task seeds, Self-audit rubric, Anti-patterns refused); the linter checks it. - Version appears in every published surface and must agree: SKILL.md frontmatter and body, the top CHANGELOG.md entry, package.json, marketplace and plugin metadata, and the PLAN template. The linter checks them together.
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.
- 3d ago First seen · 32 lines · 416 tokens per session scan A d56eae7e4bf1
godplans AGENTS.md is an instructions file published in the GitHub repository hannsxpeter/godplans (2 stars, last pushed 15d ago), licensed MIT. It adds 416 tokens to every session, about $0.0021 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-31.
Other instructions, from other repositories
genesis-architect CLAUDE.md
Claude Code instructions for maioio/genesis-architect, covering genesis architect - claude code instructions, project structure, how this skill works, development workflow and key constraints (enforced in skill.md).
codemap-skill AGENTS.md
Instructions for Asixa/codemap-skill, covering codemap — agent instructions, read these first, non-negotiable rules and the scripts (deterministic, python 3 stdlib, no install).
sruja AGENTS.md
Instructions for sruja-ai/sruja, covering ⚡ quick reference (top 5 commands), architecture setup (ai agent workflow), step 1: understand the codebase, step 2: classify the architecture and step 3: generate ide context.
symphony AGENTS.md
Instructions for broomva/symphony, covering agents.md - symphony, repository purpose, architecture, key design decisions and gathering context from the knowledge graph.
kleinanzeigen-reader CLAUDE.md
Instructions for its-me-prash/kleinanzeigen-reader, covering claude.md — kleinanzeigen-reader, what this repo is, auto-load instructions for claude code, quick command reference and fetch a listing.
ai-software-architect AGENTS.md
AGENTS.md instructions for codenamev/ai-software-architect, covering agents.md - ai software architect framework, project overview, framework development setup, repository structure and installation for framework development.