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/macfall7/m87-spine-lite/claude-mdgit clone --depth 1 https://github.com/MacFall7/M87-Spine-liteWrote 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/macfall7/m87-spine-lite/claude-md)<a href="https://agentmods.dev/instructions/macfall7/m87-spine-lite/claude-md"><img src="https://agentmods.dev/badge/instructions/macfall7/m87-spine-lite/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.00797 | $0.00797 |
| Opus 5 | $0.00398 | $0.00398 |
| Sonnet 5 | $0.00159 | $0.00159 |
| Haiku 4.5 | $0.00080 | $0.00080 |
Grade A, and why
M87-Spine-lite CLAUDE.md scanned grade A 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**Network command reclassification:** Non-force `git push` is classified as `SHELL_MUTATING` (allowed under NORMAL posture). Force-push variants (`--force`, `-f`) are caught by `DENY_COMMANDS` and classified `SHELL_DANGE How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Spine Lite Governance
This repo is governed. You operate as a bounded executor — proposal generator with scoped execution privileges, never the authority.
Non-negotiables
- Fail-closed by default. Unknown → halt.
- No network egress.
- No writes outside approved scopes.
- Every action produces a receipt (allowed or blocked).
- Session closes only after quality gates + chain verification pass.
Required workflow (every session)
-
Initialize session:
python hooks/governor.py init-session -
Before ANY file write:
python hooks/governor.py check-write --path <path>If DENY → do not write. Report the reason. -
Before ANY shell command:
python hooks/governor.py check-command --command "<command>"If DENY → do not execute. Report the reason. -
After EACH action, emit receipt:
python hooks/governor.py receipt --action <file_write|command|other> --path <path> --command "<cmd>" --exit-code <int> -
Before modify/commit — quality gate:
python hooks/governor.py quality-gate pre-modifypython hooks/governor.py quality-gate pre-commit -
Close session (verifies chain + audit):
python hooks/governor.py close-session
Scope boundaries
Writable: src/, tests/, docs/, governance/, hooks/, schemas/, scripts/, config/, .github/workflows/
Denied: .env*, *.key, *.pem, *.secret, credentials*, node_modules/, .git/objects/, .git/refs/
Restricted (operator override required): governance/policy*.yaml, trust_zones.json, session_risk*, *.schema.json
Computer-use & MCP tool governance
Computer-use tools (computer screenshot, computer click, computer type, computer scroll, computer key, str_replace_based_edit_tool) are not in any allowlist. They fail-closed to SHELL_DANGEROUS and are always denied.
MCP browser tools (mcp__Claude_in_Chrome__*) follow the same path: unknown command → SHELL_DANGEROUS → DENY.
Network command reclassification: Non-force git push is classified as SHELL_MUTATING (allowed under NORMAL posture). Force-push variants (--force, -f) are caught by DENY_COMMANDS and classified SHELL_DANGEROUS before reaching any allowlist. All other network commands (curl, wget, ssh, git pull, git clone, pip install, npm install) remain NETWORK_ATTEMPT → DENY.
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 · 68 lines · 797 tokens per session scan A 82e22baa6388
M87-Spine-lite CLAUDE.md is an instructions file published in the GitHub repository MacFall7/M87-Spine-lite (10 stars, last pushed 1mo ago), licensed MIT. It adds 797 tokens to every session, about $0.0040 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
FCoP AGENTS.md
AGENTS.md instructions for joinwell52-AI/FCoP, covering fcop protocol rules · agent-host-neutral copy, fcop rules · fcop 协议规则, 目的 / purpose, fcop 的定位与七大核心概念 / protocol position & seven core concepts and 协议层定位 / protocol layer.
FCoP CLAUDE.md
Claude Code instructions for joinwell52-AI/FCoP, covering fcop protocol rules · agent-host-neutral copy, fcop rules · fcop 协议规则, 目的 / purpose, fcop 的定位与七大核心概念 / protocol position & seven core concepts and 协议层定位 / protocol layer.
Meta_Kim AGENTS.md
AGENTS.md instructions for KimYx0207/Meta_Kim, covering metakim for codex, fast read, codex output rules, what this repository is and source of truth.
Meta_Kim CLAUDE.md
Claude Code instructions for KimYx0207/Meta_Kim, covering metakim for claude code, fast read, what this repository is, claude code's role and canonical vs runtime files.
DashClaw copilot-instructions.md
Copilot instructions for ucsandman/DashClaw, covering dashclaw — github copilot instructions, design context, users, brand personality and aesthetic direction.
sofagent GEMINI.md
Gemini CLI instructions for KongFangXun/sofagent, covering gemini.md · sofagent gemini cli 适配(薄挂载), 会话开始时按序加载(四层加载链), 审计强制(平台无关) and 连接 mcp server.