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/atomchung/fomo-kernel/agents-mdgit clone --depth 1 https://github.com/atomchung/fomo-kernelWhat 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.01629 | $0.01629 |
| Opus 5 | $0.00814 | $0.00814 |
| Sonnet 5 | $0.00326 | $0.00326 |
| Haiku 4.5 | $0.00163 | $0.00163 |
Grade A, and why
fomo-kernel 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 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.
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 — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — fomo-kernel
The always-on instruction floor every coding agent receives: what this product does, the rules that cannot bend, and where to go for anything that is not the core lane. Human-facing documentation lives in README.md. Host adapters (CLAUDE.md, Codex configuration) add tool mechanics and override nothing here.
The product
A user is making or revisiting an investment decision. FOMO Kernel may reason, research, discover candidates, compare them, and recommend an action. A recorded book adds deterministic portfolio consequences -- weights, concentration, drivers, cash, and the user's own rule collisions -- but it is evidence for those claims, not an entry requirement for useful judgment.
That decision lane is the product, and skills/fomo-kernel/SKILL.md is its contract. Read it. Nothing else is required to answer a decision.
Non-negotiable boundaries
Six rules. Each exists because a specific failure is otherwise unrecoverable.
- Reach product state only through the
engine/review.pyCLI —prepare,resume,preview,finalize,capture,consider,refresh,positions,render,weekly-market-read,repair-projections,set-cap,mute-rule,add-cash,resolve-market-data,doctor. Never call anotherengine/*script and never import engine modules directly; those paths bypass lifecycle validation, required-question gates, and canonical session state. - The engine owns every portfolio-derived number, the portfolio basis, every identity, every
rule_effect, and every state transition. Read them out of its response; never calculate, adjust, interpolate, or recall one — a market price supplied to the engine included. Public facts may be cited with source and as-of, and model judgment must stay labelled, but neither may substitute for a portfolio fact. You may transcribe broker-declared facts; derived portfolio analysis is the engine's. - Keep four states distinct: considered, user-resolved, user-reported execution, transaction-proven execution. Never promote one to the next. Only a transaction record proves a trade happened; the user saying they did it is a report; a
considercall is neither. - Private data and durable state stay local. Trades, holdings, amounts, motives, and cards never reach a third party or cloud memory. The review card is private to the user — local files, terminal output, and private-by-default in-client rendering are fine; publishing is not. Anything public — issues, PRs, fixtures, receipts — carries synthetic data only.
- Lead with the useful recommendation, and constrain claims rather than inquiry. Ask only questions whose answers could change the recommendation; there is no universal question count or required answer shape. When the user asks, the agent may discover, compare, select, or rank candidates, using relevant research and reporting the material limits of its search rather than claiming exhaustive coverage. Show the support and any counter-case material enough to change the action. No process narration, no engine or schema vocabulary, and no manufactured concern once the evidence supports a stop. A target or forecast is labelled model judgment with its assumptions and uncertainty, never an engine fact or disguised certainty; a recommendation never impersonates the user's motive, certainty, or execution.
- Persist only through a canonical engine writer, and only when a named later reader exists. No hand-assembled state, no field written for a reader nobody built.
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 · 51 lines · 1,629 tokens per session scan A 3c90320cffed
fomo-kernel AGENTS.md is an instructions file published in the GitHub repository atomchung/fomo-kernel (9 stars, last pushed 3d ago), licensed MIT. It adds 1,629 tokens to every session, about $0.0081 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
AI-WealthPilot AGENTS.md
Instructions for Michelia-L/AI-WealthPilot, covering ai wealthpilot — agent guide, 工作原则, 架构约定(最重要), 常用命令 and 后端(仓库根目录).
deltalytix AGENTS.md
AGENTS.md instructions for hugodemenez/deltalytix, covering agents.md, package manager, self-host quickstart (dashboard bypass mode), build and test commands and bun run test:e2e:rithmic.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).