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/silo-code/silo/claude-mdgit clone --depth 1 https://github.com/silo-code/siloWhat 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.00401 | $0.00401 |
| Opus 5 | $0.00200 | $0.00200 |
| Sonnet 5 | $0.00080 | $0.00080 |
| Haiku 4.5 | $0.00040 | $0.00040 |
Grade A, and why
silo CLAUDE.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 yesterday.
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.
What it actually says
@AGENTS.md
Claude Code
- The workflows referenced above under
.agents/skills/*/SKILL.md(silo-testing,silo-docs-sync,silo-domain-modeling) are registered Claude Code skills — invoke them via the Skill tool rather than reading them manually; Claude Code also surfaces them proactively when a task matches their description. Claude Code only discovers skills under.claude/skills/, not the canonical.agents/skills/(the Codex-native,agentskills.io-spec-aligned location) — each skill's real content lives in.agents/skills/<name>/, and.claude/skills/<name>is a symlink to it, so both tools read the same file with nothing to keep in sync. silo-domain-modelingis a repo-local fork of the personaldomain-modelingskill, adapted to this repo's actual doc layout and format (docs/domain-language.md,docs/decisions/,docs/proposals/), rather than that skill's genericCONTEXT.md/docs/adr/defaults.- Other externally-installed skills:
improve-codebase-architectureandgrill-with-docs(frommattpocock/skills) still hardcodeCONTEXT.mdanddocs/adr/in their own instructions and have no concept ofdocs/proposals/(RFCs). When running them: treatdocs/adr/asdocs/decisions/(read/write there, continuing the existing numbering — never create a separatedocs/adr/directory), andCONTEXT.mdasdocs/domain-language.md. Don't expect either skill to read or writedocs/proposals/.
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.
- yesterday First seen · 26 lines · 401 tokens per session scan A 3bff791bd059
silo CLAUDE.md is an instructions file published in the GitHub repository silo-code/silo (53 stars, last pushed yesterday), licensed MIT. It adds 401 tokens to every session, about $0.0020 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
agtx AGENTS.md
Instructions for fynnfluegge/agtx, covering agents.md, what is agtx?, build & test, key architecture and core concepts.
agtx CLAUDE.md
Instructions for fynnfluegge/agtx, covering agtx - terminal kanban for coding agents, quick start, build, run in a git project directory and or run in dashboard mode (no git project required).
cmux CLAUDE.md
Claude Code instructions for manaflow-ai/cmux, covering cmux agent notes, setup, build and reload, shared mac fleet capacity and tag-bound debug cli.
opencode-bar AGENTS.md
Instructions for opgginc/opencode-bar, covering important restriction, coding rules, branding guides, ui styling rules and explicit 'used' or 'left'.
superset AGENTS.md
AGENTS.md instructions for superset-sh/superset, covering superset monorepo, project structure, exception: shadcn/ui components, database and releases.
cmux AGENTS.md
AGENTS.md instructions for manaflow-ai/cmux, a project described as: Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.