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/scaffoldic/agentforge-graph/claude-mdgit clone --depth 1 https://github.com/Scaffoldic/agentforge-graphWhat 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.00133 | $0.00133 |
| Opus 5 | $0.00067 | $0.00067 |
| Sonnet 5 | $0.00027 | $0.00027 |
| Haiku 4.5 | $0.00013 | $0.00013 |
Grade C, and why
agentforge-graph CLAUDE.md scanned grade C 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- Claude Code-specific instructions go here. This section survives `agentforge upgrade`. --> What it actually says
See AGENTS.md for AgentForge conventions. Claude Code reads both files; AGENTS.md is the canonical source.
This file exists so Claude Code's native CLAUDE.md discovery
keeps working. Put Claude-Code-specific instructions in the custom
section below.
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 · 15 lines · 133 tokens per session scan C 193b38f2158e
agentforge-graph CLAUDE.md is an instructions file published in the GitHub repository Scaffoldic/agentforge-graph (4 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 133 tokens to every session, about $0.0007 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
graphify AGENTS.md
AGENTS.md instructions for Graphify-Labs/graphify: This project has a graphify knowledge graph at graphify-out/.
CodeNib AGENTS.md
Instructions for sysevol-ai/CodeNib, covering agents.md, layered objectives, dev commands, git, commit, and pr rules and testing guidance.
code-context AGENTS.md
Instructions for infino-ai/code-context, covering code-context: notes for ai agents, project overview, repo map, build, test, gates and conventions.
codeTree CLAUDE.md
Instructions for ThinkyMiner/codeTree, covering claude.md, what this is, structural analysis tools (13), graph & onboarding tools (10) and supported languages.
codeTree AGENTS.md
Instructions for ThinkyMiner/codeTree, covering agents.md, what this is, supported languages, commands and activate venv (required before all commands).
code-meridian AGENTS.md
Instructions for Driftya/code-meridian, covering agents.md, behavior expectations, required codemeridian usage, trigger rules and repository rules.