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/joris887/exosuit/claude-mdgit clone --depth 1 https://github.com/joris887/exosuitWrote 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/joris887/exosuit/claude-md)<a href="https://agentmods.dev/instructions/joris887/exosuit/claude-md"><img src="https://agentmods.dev/badge/instructions/joris887/exosuit/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.1 | $0.01650 | $0.01650 |
| Opus 5 | $0.00825 | $0.00825 |
| Sonnet 5 | $0.00330 | $0.00330 |
| Haiku 4.5 | $0.00165 | $0.00165 |
Grade A, and why
exosuit CLAUDE.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 5d 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 — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
[Project Name]
Project Overview
Profile: standard
Tech Stack
Critical Rules
Commands
# Filled by /bootstrap with detected commands:
# dev: <dev server command>
# test: <test command>
# lint: <lint command>
# format: <format command>
# build: <build command>
# typecheck: <typecheck command>
Architecture
Architecture Rules
- Before proposing any architectural change, check @docs/adr/ for prior decisions.
Git Workflow
- Default branch:
- Flow: Modified GitHub Flow (sprint branches → squash merge to main)
- Branches:
<type>/<description>(feat, fix, hotfix, refactor, docs, test, chore) orsprint-<N> - Commits: Conventional Commits:
<type>(<scope>): <description>— atomic, one logical unit each - PRs: ≤400 LOC (target ≤200). Squash merge to main. Delete branch after merge.
- Safety: Force push, reset --hard, clean -f, branch -D, --no-verify, checkout . — all blocked by hooks
- Rollback:
/rewind→reset --soft→stash→revert→ (reset --hard blocked) - Reference: See
docs/reference/GIT_WORKFLOW.mdfor full guide
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.
- 5d ago First seen · 154 lines · 1,650 tokens per session scan A ba4d3ae194a6
exosuit CLAUDE.md is an instructions file published in the GitHub repository joris887/exosuit (4 stars, last pushed 16d ago), licensed MIT. It adds 1,650 tokens to every session, about $0.0083 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
AmbyKit CLAUDE.md
Claude Code instructions for ambystechcom/AmbyKit, covering claude code — notes for the ambykit repo and claude-specific.
better-codebase CLAUDE.md
Claude Code instructions for NicolasYusim/better-codebase: Read and follow AGENTS.md when developing this repository.
AIWiki CLAUDE.md
Claude Code instructions for XuebinMa/AIWiki, covering claude.md — aiwiki 项目记忆, 这是什么, 每次动手前必读(按顺序), 写作 / 翻译用 skill(不要手搓流程) and 保持连贯的硬规则(防止跨会话的风格 / 内容漂移).
Agentic-Ground-Rules GEMINI.md
Gemini CLI instructions for criger/Agentic-Ground-Rules, a project described as: Model-agnostic AGENTS.md templates and project instructions for AI coding agents such as Codex, Claude Code and Gemini CLI.
peky AGENTS.md
AGENTS.md instructions for regenrek/peky, covering strict implementation rules, workflow, testing and coding rules.
Tracework AGENTS.md
AGENTS.md instructions for KKenny0/Tracework, covering agents.md, what this is, configuration, repository structure and skills overview.