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/sane-apps/saneprocess/copilot-instructionsgit clone --depth 1 https://github.com/sane-apps/SaneProcessWrote 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/sane-apps/saneprocess/copilot-instructions)<a href="https://agentmods.dev/instructions/sane-apps/saneprocess/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/sane-apps/saneprocess/copilot-instructions.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.00695 | $0.00695 |
| Opus 5 | $0.00347 | $0.00347 |
| Sonnet 5 | $0.00139 | $0.00139 |
| Haiku 4.5 | $0.00069 | $0.00069 |
Grade A, and why
SaneProcess copilot-instructions.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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SaneProcess - GitHub Copilot Instructions
Project Overview
SaneProcess is workflow enforcement for AI-assisted development across Codex, Claude Code, and compatible coding agents.
It provides:
- Client-neutral
AGENTS.mdoperating rules - Native lifecycle-hook adapters
- Codex-compatible skills, MCP guidance, and shared runtime guards
SaneMaster.rbwrappers for verify, release, status, tool discovery, metrics, remote runners, and quality checks- SaneUI guardrails for shared settings/About/license/update surfaces
Source Of Truth
Read these before making non-trivial changes:
AGENTS.mdfor active rules and mandatory workflowsDEVELOPMENT.mdfor commands and definition of doneARCHITECTURE.mdfor system design and durable decisionsSESSION_HANDOFF.mdfor current status when it exists
Use CLAUDE.md only for Claude-specific overlay behavior. Do not put general policy only in Claude files.
Code Structure
scripts/
SaneMaster.rb Main workflow CLI
sanemaster/ SaneMaster command modules
hooks/ Native hook adapters and tests
automation/ Automation helpers behind SaneMaster paths
codex-bin/ Codex helper source mirrored to ~/.codex/bin/
skills/ Reusable agent skills
templates/ Project/docs/release/UI templates
.github/ GitHub metadata and assistant instructions
Rules For Changes
- Use plain English in docs.
- Prefer updating existing docs/scripts over creating new parallel files.
- Use
SaneMaster.rbwrappers for stateful workflows instead of raw command chains. - Do not claim done without running the relevant verification or explicitly saying what was not run.
- Keep SaneProcess agent-neutral unless a section is explicitly about one client.
- Preserve public safety: no secrets, private contact details, local-only state, or generated runtime caches in tracked files.
SaneUI Rules
For settings, About, license, updater, button-style, or typography work:
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 · 78 lines · 695 tokens per session scan A b6f2a2ad4278
SaneProcess copilot-instructions.md is an instructions file published in the GitHub repository sane-apps/SaneProcess (11 stars, last pushed 11d ago), licensed MIT. It adds 695 tokens to every session, about $0.0035 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
microsandbox AGENTS.md
AGENTS.md instructions for superradcompany/microsandbox, covering agents.md, scope, project map, design principles and backward compatibility review.
warp AGENTS.md
AGENTS.md instructions for warpdotdev/warp, covering agents.md, development commands, build and run, running with local warp-server and connect to server on default port 8080.
terax-ai AGENTS.md
AGENTS.md instructions for crynta/terax-ai, a project described as: Lightweight (7MB) Terminal-first AI-native dev workspace.
swift-tui AGENTS.md
Instructions for SwiftTUI/swift-tui, covering agents.md, build & test commands, architecture (one-page summary), development guidelines and code style.
best-claude-hud AGENTS.md
Instructions for GaoSSR/best-claude-hud, covering project agent instructions and release work.
dotfiles AGENTS.md
Instructions for sebastienrousseau/dotfiles, covering project overview, key commands, repository layout, chezmoi naming conventions and conventions.