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/edithatogo/sourceright/agents-mdgit clone --depth 1 https://github.com/edithatogo/sourcerightWrote 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/edithatogo/sourceright/agents-md)<a href="https://agentmods.dev/instructions/edithatogo/sourceright/agents-md"><img src="https://agentmods.dev/badge/instructions/edithatogo/sourceright/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.02484 | $0.02484 |
| Opus 5 | $0.01242 | $0.01242 |
| Sonnet 5 | $0.00497 | $0.00497 |
| Haiku 4.5 | $0.00248 | $0.00248 |
Grade A, and why
sourceright 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 5d 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 — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sourceright Codex instructions
The live Sourceright repository has advanced beyond the previous overlay plan. Treat the current repository as the source of truth.
Do not bulk-apply the old overlay ZIP. Do not overwrite existing Rust modules. Do not split the crate into a workspace unless explicitly asked after an audit. Prefer additive changes: schemas, docs, examples, benchmark fixtures, demo apps, plugin manifests, validation scripts, and policy files.
Preserve these architectural boundaries:
references.csl.jsonis canonical clean bibliographic data.references.verification.jsonstores provider evidence, provenance, confidence, conflicts, and review state.review-queue.jsonlis derived operational review work.- Provider data must never silently overwrite canonical CSL.
- Legal citations remain separate from academic CSL.
- Claim/source/provenance work should not assert claim truth.
- MCP write tools must wait until read-only server contracts, schemas, audit logs, and dry-run semantics are stable.
Before modifying files:
- Inspect the current repo.
- Run existing checks where possible.
- Use any older overlay only as design reference.
- Produce a slice-by-slice implementation plan.
After each slice, run as many as apply:
cargo fmt --check
cargo clippy --all-targets -- -D warnings
cargo test
cargo check --locked
If new validation scripts are added, run them too.
Market-readiness pack guidance:
- Use
.codex-plan/material as planning guidance only, not as source files to bulk-apply over the repo. - Prefer small, reviewable implementation slices for benchmark maturity, schemas, docs, rustdoc/API docs, public demos, plugin/provider status matrices, case-study fixtures, read-only MCP examples, and launch checklists.
- When applicable, also run:
cargo run --bin sourceright -- benchcargo run --bin sourceright -- report --json examples/workspace- schema/demo validation scripts
- the docs build command
- Keep benchmark claims separate from product claims.
- Accurate market wording includes “technical preview,” “pilot-ready,” “fixture-backed regression benchmark,” and “deterministic benchmark scaffold.”
- Avoid claims such as “production-ready institutional platform,” “SOTA benchmarked performance,” “legal filing compliance system,” or “AI detector” unless the repo evidence proves them.
Do not commit automatically. Summarize changed files, checks run, failures, uncertainty, and deferred work.
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.
- 5d ago First seen · 208 lines · 2,484 tokens per session scan A 27a9a07364ea
sourceright AGENTS.md is an instructions file published in the GitHub repository edithatogo/sourceright (1 stars, last pushed 2d ago), licensed MIT. It adds 2,484 tokens to every session, about $0.0124 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
scientific-writing CLAUDE.md
Instructions for koljaschoepe/scientific-writing, covering scientific writing framework, schnellstart, workflow, befehle and regeln für generierte texte.
avoid-overkill AGENTS.md
AGENTS.md instructions for 6Kmfi6HP/avoid-overkill: This repository packages a reusable Agent Skill and plugin manifests.
academic-writer-skills AGENTS.md
AGENTS.md instructions for muhammad1438/academic-writer-skills, covering academic writer skills — multi-agent workflow guide, skill dependency map, pipeline patterns, pattern 1: full research paper and pattern 2: grant application pipeline.
SciCrucible CLAUDE.md
Claude Code instructions for Xinyang-Li666/SciCrucible, covering 科学知识库, 知识库结构, 可用命令, 项目目录 and 工作原则.
trigsight AGENTS.md
AGENTS.md instructions for Raghu23-dev/trigsight: This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in nodemodules/next/dist/docs/ (resolved from this file's directory; in monorepos the next package may not be visible from the repo…
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.