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/wandererer/codebeacon/agents-mdgit clone --depth 1 https://github.com/Wandererer/codebeaconWhat 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.00539 | $0.00539 |
| Opus 5 | $0.00269 | $0.00269 |
| Sonnet 5 | $0.00108 | $0.00108 |
| Haiku 4.5 | $0.00054 | $0.00054 |
Grade A, and why
codebeacon AGENTS.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
Lookup strategy
A pre-built index lives in
.codebeacon/. Follow the 3-step lookup below so parallel agents converge on the same answer.
Repo type:
single— Single-project repo.
Step 1 — codebeacon wiki
Routes, controllers, services, entities.
.codebeacon/wiki/index.md ← global index
.codebeacon/wiki/{project}/controllers/{Name}.md ← controller logic
.codebeacon/wiki/{project}/services/{Name}.md ← service methods
.codebeacon/wiki/{project}/entities/{Name}.md ← data models
.codebeacon/wiki/routes.md ← all API routes across projects
Step 2 — obsidian notes
Class-level detail (methods, fields, incoming/outgoing edges) the wiki omits.
Look up by class name — replace {project} with the relevant folder:
.codebeacon/obsidian/{project}/{ClassName}.md
| Project | Notes | Example |
|---|---|---|
| codebeacon | 413 services, 3 entities | affected_from_paths.py.md |
Step 3 — source file
Open the paths surfaced by Steps 1–2.
Projects
| Project | Framework | Routes | Services | Entities | Components |
|---|---|---|---|---|---|
| codebeacon | python | 5 | 413 | 3 | 0 |
Common Commands
codebeacon (python)
# see project README # build
# see project README # run
# see project README # all tests
Architecture
codebeacon: python · python Routes: 5 | Services: 413 | Entities: 3 | Components: 0
High-Impact Files
Changes here affect many other files:
codebeacon/common/safety.py(imported by 9 files)codebeacon/discover/detector.py(imported by 6 files)codebeacon/wiki/generator.py(imported by 6 files)codebeacon/affected.py(imported by 5 files)codebeacon/common/symbols.py(imported by 5 files)
Generated by codebeacon · 2026-06-11
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 · 75 lines · 539 tokens per session scan A 90e604ae4a5c
codebeacon AGENTS.md is an instructions file published in the GitHub repository Wandererer/codebeacon (2 stars, last pushed 1mo ago), licensed MIT. It adds 539 tokens to every session, about $0.0027 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-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/.
arbor CLAUDE.md
Claude Code instructions for getArbor-dev/arbor, covering claude.md, commands, build, test all crates and test single crate.
navegador CLAUDE.md
Instructions for ConflictHQ/navegador, covering navegador — claude context, what it is, stack, package layout and falkordb connection.
aptu-coder AGENTS.md
AGENTS.md instructions for clouatre-labs/aptu-coder, covering agents.md, project structure, ci runners, commands and observability.
aptu-coder copilot-instructions.md
Copilot instructions for clouatre-labs/aptu-coder, covering copilot instructions, assigning issues to copilot, pr iteration, copilot code review and design references.
codeTree CLAUDE.md
Instructions for ThinkyMiner/codeTree, covering claude.md, what this is, structural analysis tools (13), graph & onboarding tools (10) and supported languages.