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/christopherarter/superpowers-reasonix/agents-mdgit clone --depth 1 https://github.com/christopherarter/superpowers-reasonixWhat 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.00761 | $0.00761 |
| Opus 5 | $0.00380 | $0.00380 |
| Sonnet 5 | $0.00152 | $0.00152 |
| Haiku 4.5 | $0.00076 | $0.00076 |
Grade A, and why
superpowers-reasonix 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.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project guidance
Skills — STOP. Load a skill before you act.
This project ships skills (playbooks) under skills/. They only work if you load them.
The rule: before you do ANYTHING non-trivial — before you explore, run bash,
write code, or answer — STOP and check the skills index. If a skill might fit, load it.
Loading a skill is cheap. Skipping it is the #1 mistake. Process skill FIRST. Action SECOND.
Do NOT jump straight to explore or bash or a direct answer. The skill tells you HOW
to explore, debug, build, and verify. So it comes first, every time.
Match the situation:
| If… | Load this FIRST |
|---|---|
| starting a feature, or you have a rough idea | superpowers-brainstorming |
| a bug, a failing or flaky test, or anything surprising | superpowers-systematic-debugging |
| writing or fixing any code | superpowers-test-driven-development |
| you have a spec for a multi-step task | superpowers-writing-plans |
| executing a written plan in this session | superpowers-executing-plans |
| about to say "done" / "fixed" / "passing" | superpowers-verification-before-completion |
| work is done and tests pass | superpowers-finishing-a-development-branch |
you got code-review feedback (from review or a human) |
superpowers-receiving-code-review |
| need an isolated workspace | superpowers-using-git-worktrees |
| making or editing a skill | superpowers-writing-skills |
Load it: run_skill({ name: "<skill-name>", arguments: "<the task>" }).
These skills supplement Reasonix's native tools — they don't replace them. For
dispatching subagents, code review, parallel work, and codebase exploration, use the
native tools directly: task (run a subagent), review (code-review a diff),
wait (join parallel jobs), explore (investigate the codebase). There is no
skill for these — reach for the native tool.
If you catch yourself about to explore, fix, or answer without loading a skill — STOP and load it.
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 · 59 lines · 761 tokens per session scan A ba6976ee0b88
superpowers-reasonix AGENTS.md is an instructions file published in the GitHub repository christopherarter/superpowers-reasonix (96 stars, last pushed 13d ago), licensed MIT. It adds 761 tokens to every session, about $0.0038 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 instructions, from other repositories
cherry-studio CLAUDE.md
Claude Code instructions for CherryHQ/cherry-studio, covering guiding principles (must follow), mindset, operational rules, development and commands.
cherry-studio AGENTS.md
AGENTS.md instructions for CherryHQ/cherry-studio, a project described as: AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs.
dscode AGENTS.md
Instructions for creativedswork/dscode, covering agents.md, ⛔ pre-flight checklist(每次写文件前必答), 编码规范, 文档绘图 and 图像识别.
ClawRouter CLAUDE.md
Claude Code instructions for BlockRunAI/ClawRouter, covering clawrouter, commands, project structure, key dependencies and conventions.
agent-skills AGENTS.md
Instructions for sayeed1999/agent-skills, covering agents.md, output style, output style, 1. think before code and 2. simplicity.
full-stack-skills AGENTS.md
AGENTS.md instructions for partme-ai/full-stack-skills, covering agents.md, 仓库概览, 创建新技能, 目录结构 and 命名规范.