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/stellar-experimental/stellar-raven/agents-mdgit clone --depth 1 https://github.com/stellar-experimental/stellar-ravenWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/stellar-experimental/stellar-raven/agents-md)<a href="https://agentmods.dev/instructions/stellar-experimental/stellar-raven/agents-md"><img src="https://agentmods.dev/badge/instructions/stellar-experimental/stellar-raven/agents-md.svg" alt="Measured on agentmods" height="20"></a>What 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.02405 | $0.02405 |
| Opus 5 | $0.01203 | $0.01203 |
| Sonnet 5 | $0.00481 | $0.00481 |
| Haiku 4.5 | $0.00241 | $0.00241 |
Grade A, and why
stellar-raven 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 3d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — stellar-raven-codemode
Canonical repository instructions for Codex, Claude Code, and other coding agents. Keep this file short, current, and operational. Put architecture, research, history, and task runbooks in the linked docs and skills instead of accumulating them here.
Project and source-of-truth map
This is a Cloudflare Workers MCP server exposing search and execute over Lumenloop, Stellar
Light/Scout, Stellar Docs (Algolia), and selected ecosystem skills. Model-authored JavaScript runs
in a networkless Dynamic Worker; host adapters own all service traffic, policy, and secrets.
- Read
PLAN.mdfor current product scope and status, thenARCHITECTURE.mdfor the implemented request, catalog, scoring, sandbox, and auth design. - Use
README.mdfor connection and operator setup. - Use
research/for dated evidence and design context; it is not an instruction layer. - Use
.agents/skills/<name>/SKILL.mdfor repeatable task workflows..claude/skillsis the committed symlink to the same canonical directory. - Use
.agents/TODO.mdfor the own-repo work queue and.agents/rounds/for round ledgers..agents/README.mdsays which note belongs where. CLAUDE.mdimports this file. Do not duplicate shared rules there.
Commands and verification
- Install reproducibly:
npm ci. A fresh clone then needs both of the following beforenpm run typecheckis usable, becauseenv.d.tsand.dev.varsare generated/gitignored: create a placeholder.dev.varscarrying the names CI uses (see the.dev.varsstep inci.yml— values are irrelevant, the names defineEnv's secret members), then runnpm run typegen.typegenalone is not enough: without.dev.varsit emits anEnvmissing every secret and typecheck still fails onWORKOS_*,MCP_SERVER_SECRET, andDEV_ALLOW_UNAUTHENTICATED. - Baseline validation for code changes:
npm run typecheck,npm test, andnpm run build.npm testexcludestest/smoke/**; addnpm run test:smokewhen touchingsrc/executororsrc/demo— it is the only lane exercising those paths against the assembled worker (unit tests import the modules directly; CI always runs both). - Run the narrowest relevant eval or maintenance command in addition to the baseline; the selected skill defines the exact gate for eval, drift, golden-truth, improvements, and observability work.
- Scan before committing:
npm run secrets:scan -- --tree. - Do not start a second Wrangler process. Find the pane already running
npm run dev(herdr pane list) and reuse it; read its bound URL from that pane's output. - Generated outputs are rebuilt by their
package.jsonscripts, never edited by hand.
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.
- 3d ago First seen · 150 lines · 2,405 tokens per session scan A 749d3977002f
stellar-raven AGENTS.md is an instructions file published in the GitHub repository stellar-experimental/stellar-raven (6 stars, last pushed today), licensed Apache-2.0. It adds 2,405 tokens to every session, about $0.0120 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
Get-Started-with-Web3 AGENTS.md
AGENTS.md instructions for beihaili/Get-Started-with-Web3, covering get started with web3 agent notes, 项目定位, ceo 运营目标, 常用命令 and ai-native 内容层.
core copilot-instructions.md
Copilot instructions for asdecided/core: These decisions are already accepted. Do not re-open or contradict them; ask the AsDecided MCP tools (getartifact, searchartifacts) for the full text before proposing a change that touches one.
hqbase AGENTS.md
AGENTS.md instructions for HQBase/hqbase, covering hqbase workspace guide, boundaries and quality gate.
slideops CLAUDE.md
Claude Code instructions for glukicov/slideops, covering claude.md, what this repository is, commands, the demo deck's citations must still match this repo and the citation mechanism (the core idea).
valuein CLAUDE.md
Claude Code instructions for valuein/valuein, covering claude.md, what this repo is (and isn't), sibling repos — where the actual code lives, commands and with a paid/sp500 token.
docs AGENTS.md
Instructions for argos-ci/docs, covering agents.md, always use the documentation skills and keep the table of contents in sync.