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/evan-moon/skope/claude-mdgit clone --depth 1 https://github.com/evan-moon/skopeWrote 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/evan-moon/skope/claude-md)<a href="https://agentmods.dev/instructions/evan-moon/skope/claude-md"><img src="https://agentmods.dev/badge/instructions/evan-moon/skope/claude-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.1 | $0.01371 | $0.01371 |
| Opus 5 | $0.00685 | $0.00685 |
| Sonnet 5 | $0.00274 | $0.00274 |
| Haiku 4.5 | $0.00137 | $0.00137 |
Grade A, and why
skope 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 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 — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.
skope — Project Context
skope is a local-first personalized news intelligence tool — a lens + watcher on the world. Not "the world's news" but "news that reaches you". It scans broadly, aligns to your situation (Reachability), and watches you against your own echo chamber. Target audience: developers worldwide (Hacker News / GeekNews demographic), any MCP client. Herald ecosystem family member, alongside [firma] (assets) and [memex] (memory).
Core philosophy
- Lens, not filter. Relevance = Reachability (does a causal path reach you?), not "is this my
interest?". Broadens without becoming random noise.
brazil rate hikereaches you via currency exposure → relevant;a Brazilian's daily lifehas no path → excluded. - Collection is active (non-deterministic), the ledger is deterministic. The LLM (the MCP caller / orchestrator) decides what to search, synthesizes causal narrative, infers interests. skope owns the deterministic ledger: profile, dedup (URL hash), rule-based impact scoring, Effective-N concentration, the read/mute feedback log, and the rule-match seed of reachability.
- MCP-first, CLI is the safety net. Analysis/synthesis is MCP tools. The CLI is for setup, manual profile editing, and read-only inspection.
- Federation, not dependency. skope owns its interest profile (single source of truth). firma /
memex are optional adapters — the LLM reads them and feeds skope via
update_profile. skope never imports another tool; it does not break if firma dies.
Architecture
Turborepo monorepo with Yarn Berry (nodeLinker: node-modules):
apps/
cli/ — @evan-moon/skope TypeScript CLI (Commander + Clack). Safety net only.
mcp/ — @skope/mcp MCP server (shares ~/.skope/skope.db with CLI)
packages/
domain/ — Ports (interfaces + types), no external-API dep
domain/ — @skope/domain — Profile/Axis, Article/Tier, ImpactScore/ReachabilitySeed,
Brief/Concentration, SearchProvider port
external-api/ — Raw API clients, no @skope/domain dep
tavily/ — @skope/tavily — Tavily Search + extract client
source-trust/ — @skope/source-trust — Tier-1 global anchors + country→Tier-2 seed data
adapter/ — The only layer that imports both sides
adapters/ — @skope/adapters — SearchProvider registry (tavily + source-trust)
use-case/ — Business logic (depends on domain only)
profile/ — @skope/profile — axis upsert, weight normalization (sum=1.0), 6-axis cap, cold-start
discovery/ — @skope/discovery — scan (query budget, incremental) + score (dedup, rule impact, reachability seed)
brief/ — @skope/brief — 2-layer assembly: [your radar] + [world headlines] + concentration
watch/ — @skope/watch — Effective-N (Inverse Simpson) concentration watcher
shared/ — Cross-cutting
db/ — @skope/db — Drizzle schema + repository (~/.skope/skope.db)
utils/ — @skope/utils — pure helpers (url hash, Effective-N math, date)
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 · 88 lines · 1,371 tokens per session scan A 25bcf8eeab2f
skope CLAUDE.md is an instructions file published in the GitHub repository evan-moon/skope (0 stars, last pushed 1mo ago), licensed MIT. It adds 1,371 tokens to every session, about $0.0069 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
gini-agent AGENTS.md
AGENTS.md instructions for Open-Curiosity/gini-agent, covering gini agent instructions, shape, adrs, boundaries and branches.
plur CLAUDE.md
Claude Code instructions for plur-ai/plur, covering claude.md, what is plur, development, package dependency and version bumps.
barkeep AGENTS.md
AGENTS.md instructions for iannuttall/barkeep, covering agent notes, product rules, repo map, commands and app structure.
rondoflow CLAUDE.md
Claude Code instructions for rondoflow/rondoflow, covering rondoflow, project overview, tech stack, development and setup.
blz AGENTS.md
Instructions for outfitter-dev/blz, covering blz repository instructions for ai agents, important, working memory, use blz and 🚀 quick start for agents.
linggen CLAUDE.md
Claude Code instructions for linggen/linggen, covering claude.md, doc and spec, build, test, run, architecture and configuration.