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/dpeluche/trs/agents-mdgit clone --depth 1 https://github.com/dPeluChe/trsWhat 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.01573 | $0.01573 |
| Opus 5 | $0.00787 | $0.00787 |
| Sonnet 5 | $0.00315 | $0.00315 |
| Haiku 4.5 | $0.00157 | $0.00157 |
Grade B, and why
trs AGENTS.md scanned grade B with 2 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 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 the agent to reveal its instructionsmediumSystem prompt leakage
Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.
anti-preamble / anti-narration / structured-output directives. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `trs upgrade`: detects the install channel (npm / curl) and re-runs How it starts
The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md: trs (Token-Reducing Shell)
What is trs
A Rust CLI that transforms noisy terminal output into compact, structured signal. Reduces token consumption by 68-99% for developers, AI agents, and automation pipelines.
Pre-generated codebase digest
docs/development/codebase-digest.md
is a snapshot of the entire trs codebase produced by trs ingest.
Drop it into any agent's context for an instant map of the project
without having to run trs ingest yourself.
The digest can drift from HEAD between releases. Regenerate before
tagging a release, or whenever src/ has moved meaningfully.
Run ./scripts/sync-codebase-digest.sh. It uses trs from PATH and
falls back to ./target/release/trs if one isn't installed.
Related commands worth knowing
trs stats: cumulative savings across commands (shows date range, today vs. average, last command, top-reducers).trs doctor: installation health check. Warns when AGENTS.md / CLAUDE.md exceed ~5k tokens and points attrs audit-docs.trs audit-docs: static analysis of agent instruction files (CLAUDE.md, AGENTS.md, rules files). Surfaces cross-file duplicates, embedded code/SQL/JSON blocks that belong elsewhere, dead@imports, and (for code fences) cross-references declared symbols against the actual source tree (so you can REMOVE ones already defined in src/ and EXTRACT ones that don't live anywhere yet).trs output-saver: install a short output-reduction rules block into each agent's global config (AGENTS.md / CLAUDE.md / Cursor rules). Closes the symmetric gap: trs compresses what agents SEE viatrs rewrite; output-saver compresses what they EMIT via anti-preamble / anti-narration / structured-output directives. Check-first by default (--installto commit,--removeto undo).trs ingest: project digest for LLM consumption. Use symbol index, compression levels, orowner/repoURL shorthand.trs init --show: see which AI agents have trs hooks installed.trs upgrade: detects the install channel (npm / curl) and re-runs it for the latest release.--checkdry-runs,-yskips the confirmation prompt. Seedocs/features/upgrade.md.trs init <tool>: now runs a collision pre-check: detects hooks from other token-compression tools (via@importstoo) and aborts by default.--replaceremoves competitor hooks cleanly,--forceinstalls alongside (risky, double-compression can corrupt output). Seedocs/support/other-token-savers.mdfor the list of tools we coexist with.trs stats --by-agent: breakdown by which AI agent fired each rewrite. Reads theTRS_AGENTenv var thattrs rewriteand plugin templates inject into the command line. Rules-only agents and direct shell runs show as(untagged).- TRS_SKIP=1 prefix: per-invocation bypass. Agents (or users)
that need raw output for a specific command can prefix
TRS_SKIP=1 <cmd>;trs rewritepasses it through unchanged.
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 · 118 lines · 1,573 tokens per session scan B 277d6be4ba51
trs AGENTS.md is an instructions file published in the GitHub repository dPeluChe/trs (10 stars, last pushed 4d ago), licensed MIT. It adds 1,573 tokens to every session, about $0.0079 per session on Opus 5. A static security scan graded it B with 2 findings (asks the agent to reveal its instructions, 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
skills AGENTS.md
Instructions for qdrant/skills, covering qdrant skills, project overview, project structure, navigating skills locally and conventions.
agentic-playwright selectors.instructions.md
Instructions for idavidov13/agentic-playwright, covering selector strategy, critical, instructions, phase 1: open and authenticate and phase 2: explore like a user.
nezha AGENTS.md
AGENTS.md instructions for hanshuaikang/nezha, covering nezha — agents.md, 项目概述, 开发命令, 架构设计 and 前端(src/).
awesome-copilot-id AGENTS.md
Instructions for GulajavaMinistudio/awesome-copilot-id, covering communication, explanation and documentation, markdown formatting, user communication style and workflow & methodology.
llm-ide-rules pytest-integration-tests.instructions.md
Instructions for iloveitaly/llm-ide-rules, covering pytest integration tests and example integration test.
toki AGENTS.md
Instructions for choi138/toki, covering workspace rules, source of truth, toki workflow, required checks and global safety rules.