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/mrcatnapper/fps/agents-mdgit clone --depth 1 https://github.com/mrcatnapper/fpsWhat 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.02359 | $0.02359 |
| Opus 5 | $0.01179 | $0.01179 |
| Sonnet 5 | $0.00472 | $0.00472 |
| Haiku 4.5 | $0.00236 | $0.00236 |
Grade B, and why
fps AGENTS.md scanned grade B 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 2d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Integration tests that require TUN/root/sudo must be clearly separated from How it starts
The opening of the file, as written. The whole thing — 217 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Instructions for Codex/agents working on the FPS project in this workspace.
Scope: the whole repository from the directory that contains this file.
Project Context
- The current main specification is
./docs/specification.md. - User/operator documentation lives in
./docs/. - Agent and developer working artifacts live in
./dev/(WORKLOG.md,ROADMAP.md,NETWORK_RECOVERY.md, GitHub operations notes, fresh review briefs and similar files). The repository root should keep only thisAGENTS.mdand the shortREADME.md. - FPS / Free Porn Storage is an experimental hidden L3 TUN tunnel carried over a live cover TLS session.
- Before major changes, reread the specification and the current work log.
Version Control
- Use Git as the source of truth for change history.
- If the Git repository has not been initialized yet, initialize it at the workspace root before starting serious implementation work.
- Commit changes regularly in small logical chunks.
- Commit messages must be meaningful: state what changed and why.
- Prefer local commits and local verification during normal development. Do not push every small edit just to trigger GitHub CI; use remote CI for review, release-candidate and integration checkpoints.
- If a push is necessary for documentation-only or repository-hygiene changes
that do not affect source code, tests, build files, Docker files or workflows,
use a GitHub Actions skip marker such as
[skip ci]in the commit message when branch policy allows it. Do not skip CI for source/runtime/config changes. - On
developand short-lived feature branches, squash, amend and--force-with-leasepushes are allowed when they make review history clearer and do not overwrite another person's work. Never force-pushmain. - To recover details, use
git log,git show,git diff,git blameand the work log, not only the model's current context. - Check
git status --shortbefore starting work. - Do not revert changes made by the user or other agents unless explicitly asked.
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.
- 2d ago First seen · 217 lines · 2,359 tokens per session scan B 495de76df355
fps AGENTS.md is an instructions file published in the GitHub repository mrcatnapper/fps (10 stars, last pushed 2mo ago), licensed MIT. It adds 2,359 tokens to every session, about $0.0118 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
iron AGENTS.md
AGENTS.md instructions for lucascherzer/iron, covering coding guidelines, tests, code style, project management and community skills.
autotask-mcp dev_workflow.instructions.md
Guide for using Taskmaster to manage task-driven development workflows.
Table-GitHub-Capability-Router AGENTS.md
Instructions for duoduoler-ops/Table-GitHub-Capability-Router: This is the canonical repository instruction file. Client-specific compatibility files must point here instead of duplicating these rules.
ESAA-Core AGENTS.md
Instructions for elzobrito/ESAA-Core, covering agents.md — contrato operacional codex/esaa, 1. autoridade e termos, 2. cli e runner, ou configure o runner uma vez por sessão and 3. concorrência.
wiki_ticket_sdd CLAUDE.md
Instructions for SpillwaveSolutions/wiki_ticket_sdd, covering acme platform, work tracking policy and work taxonomy.
super-backlog CLAUDE.md
Instructions for adam-s-k-i/super-backlog: This project uses the combined Backlog.md + Superpowers workflow. Read the integration block in AGENTS.md (section between SUPER-BACKLOG markers) and follow it. Tasks are managed exclusively through the backlog CLI.