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/the-void-ia/void-box/agents-mdgit clone --depth 1 https://github.com/the-void-ia/void-boxWhat 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.18103 | $0.18103 |
| Opus 5 | $0.09052 | $0.09052 |
| Sonnet 5 | $0.03621 | $0.03621 |
| Haiku 4.5 | $0.01810 | $0.01810 |
Grade B, and why
void-box 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.
# sudo dnf install -y gcc-aarch64-linux-gnu sysroot-aarch64-fc43-glibc How it starts
The opening of the file, as written. The whole thing — 1,422 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — VoidBox
VoidBox is a lightweight micro-VM runtime for sandboxed execution. It boots a guest agent from initramfs, optionally performs an OCI root switch, and exposes a host↔guest API over vsock. This file covers architecture, testing, validation, and debugging guidance for agents working on the project.
Design proposals: RFC + ADR process
Changes that are large, complex, cross-cutting, or that need peer review before commitment go through an RFC (proposal + discussion) in docs/rfc/; the resulting load-bearing decisions are recorded as ADRs (atomic, immutable, superseded-not-edited) in docs/adr/. Small, local, obvious changes skip the RFC and go straight to a PR. The full process — when to write an RFC, numbering, statuses, and templates — is documented once in docs/rfc/README.md.
Code intelligence
Always prefer LSP operations (goToDefinition, findReferences, hover,
documentSymbol, workspaceSymbol, etc.) over Grep/Glob for code navigation.
LSP provides compiler-aware results that understand types, scopes, and cross-file
relationships. Fall back to Grep/Glob only for pattern-based searches LSP doesn't
cover (comments, config files, non-Rust files).
Commit and PR messages
Write commit message bodies and pull-request descriptions as Markdown, with
each paragraph on a single line — do not hard-wrap prose to a fixed column.
The renderer (GitHub, git log viewers) wraps it for display; manual line
breaks mid-paragraph render as ragged text and produce noisy diffs on edits.
Keep the commit subject line short (~72 chars), and use blank lines to separate
paragraphs and normal Markdown for lists. Reserve hard line breaks for content
that is genuinely line-oriented (lists, tables, code blocks).
Do not add AI-agent attribution anywhere — no "Generated by"/"Co-Authored-By" tool credits, no session links, no "written with " notes — in commit messages, PR titles or descriptions, code, comments, or docs. The work stands on its own; tooling used to produce it is not part of the record.
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 · 1,422 lines · 18,103 tokens per session scan B 26b029507c13
void-box AGENTS.md is an instructions file published in the GitHub repository the-void-ia/void-box (88 stars, last pushed 5d ago), licensed Apache-2.0. It adds 18,103 tokens to every session, about $0.0905 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-30.
Other instructions, from other repositories
openllmetry CLAUDE.md
Instructions for traceloop/openllmetry, covering openllmetry repository guide, repository structure, nx workspace commands, run tests across all packages and run linting across all packages.
clawmetry AGENTS.md
Instructions for vivekchand/clawmetry, covering agents.md — for ai coding agents, quick context, where new code goes (open-core split), the rules that bite and common tasks.
signoz-mcp-server CLAUDE.md
Instructions for SigNoz/signoz-mcp-server, covering claude.md — development conventions, feature planning convention, rules, git & pr and code style.
clawmetry CLAUDE.md
Instructions for vivekchand/clawmetry, covering claude.md — clawmetry, what is this?, architecture, key files and core.
opentelemetry-agent-skills AGENTS.md
Instructions for ollygarden/opentelemetry-agent-skills, covering agents.md, what this repository is, preferred workflow, running the gates locally and skill constraints.
agent-skills CLAUDE.md
Instructions for SigNoz/agent-skills: Follow CONTRIBUTING.md for all contribution conventions.