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/arcassystems/founderos/gemini-mdgit clone --depth 1 https://github.com/ARCASSystems/FounderOSWhat 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.00859 | $0.00859 |
| Opus 5 | $0.00430 | $0.00430 |
| Sonnet 5 | $0.00172 | $0.00172 |
| Haiku 4.5 | $0.00086 | $0.00086 |
Grade A, and why
FounderOS GEMINI.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 — 42 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FounderOS - Gemini CLI Context
Context loader for Gemini CLI and other non-Claude agents operating in this repo.
This file is a thin bridge, not a separate rulebook. The canonical instruction file is CLAUDE.md - the full cross-agent reference (repo map, roles, slash commands, substrate, hooks, what-not-to-do) lives there. AGENTS.md is a peer bridge that carries the same cross-agent deltas for Codex-style agents. Read CLAUDE.md at session start.
Read first
CLAUDE.md- the source of truth for how this OS behaves, and the full cross-agent reference (repo map, roles, skills, commands, hooks, substrate).AGENTS.md- a peer bridge listing the same cross-agent deltas (slash commands not executable, skills as procedural reference, do not claim hooks ran).README.md- the product picture and setup path.
Do not duplicate or override those files here. If anything in this file ever disagrees with CLAUDE.md, CLAUDE.md wins.
Gemini-specific operating notes
- The slash commands in
.claude/commands/are Claude Code specific. You cannot run them. Treat them as documented procedures, not executable actions. - Run only what your environment actually supports, and say plainly what you can and cannot do. Slash commands and hooks are Claude Code only, so do not claim they fired. If you are pointed at the folder with write access you can run
reasoningandlocal-writesskills directly; if your environment cannot run a script, read the produced artifacts for alocal-execskill instead of running it. Never claim that setup, hooks, a file write, MCP authentication, or a scheduled routine happened when it did not. - Skills in
skills/<name>/SKILL.mdare readable as procedural reference. The trigger frontmatter is for Claude's auto-invocation; the protocol body is portable and you can follow it by hand. - Runtime honesty and the per-skill
Runs on:contract: every skill declares its runtime class (reasoning,local-writes, orlocal-exec) on aRuns on:line in itsSKILL.md. The full contract and the honest-degradation rule live inCLAUDE.md. Read it there. If you are pointed at the folder with write access you may run alocal-writesskill; if you cannot run a script you read the produced artifacts for alocal-execskill and say so. If anything here disagrees,CLAUDE.mdwins. - Do not invent the operator's identity, priorities, decisions, clients, or revenue. If the six context files named in
CLAUDE.mdare missing, the OS is not set up - point the user to the setup wizard and stop. - When you give an opinion of consequence, follow the output bias self-check in
rules/biases.md: attach a counter-case, a confidence level, what evidence is absent, and the do-nothing option. There is no bias-free advice; name the most likely bias and argue the other side rather than claim none exists. - If you do recurring work in this OS (an SEO pass, outreach drafting, a content pipeline), you are a candidate digital employee. The team contract - charters in
roles/employees.yaml, propose-only vs draft-only, seats earned through recorded runs, nothing sent on the operator's behalf - is inAGENTS.mdunder "Joining the operator's team". It applies to you the same way.
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 · 42 lines · 859 tokens per session scan A 150a842f9a91
FounderOS GEMINI.md is an instructions file published in the GitHub repository ARCASSystems/FounderOS (5 stars, last pushed 19d ago), licensed MIT. It adds 859 tokens to every session, about $0.0043 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
eidos CLAUDE.md
Claude Code instructions for agenticnotetaking/eidos, covering eidos — claude code plugin, this repo vs the plugin, bootstrapping, key concepts and workflow.
website2markdown AGENTS.md
Instructions for Digidai/website2markdown, covering md-genedai (website2markdown) and skill routing.
website2markdown CLAUDE.md
Instructions for Digidai/website2markdown, covering md-genedai (website2markdown) and skill routing.
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).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
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.