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/agents-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.01186 | $0.01186 |
| Opus 5 | $0.00593 | $0.00593 |
| Sonnet 5 | $0.00237 | $0.00237 |
| Haiku 4.5 | $0.00119 | $0.00119 |
Grade A, and why
FounderOS 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.
FounderOS - Agent Instructions
A thin bridge for Codex, Cursor, Windsurf, Gemini, and other non-Claude agents operating in this repo.
The canonical instruction file is CLAUDE.md. It is the source of truth for how this OS behaves: what the repo is, the repo map, the six role modes (four active, two reference-until-invoked), the full skill and command lists, the brain substrate, the hooks, the wiki conventions, and what not to do. Read it in full. This file only carries the deltas a non-Claude agent needs on top of it. If anything here ever disagrees with CLAUDE.md, CLAUDE.md wins.
Read first
CLAUDE.md- the source of truth for behaviour, structure, roles, skills, commands, hooks, and substrate.README.md- the product picture and the setup path.
The skill registry is skills/index.md (95 skills, 45 commands); the long-form per-skill reference is docs/skills.md. Read those for the lists rather than expecting them duplicated here.
Cross-agent deltas (what differs from a Claude Code session)
- Slash commands are Claude Code specific. The 45 commands in
.claude/commands/cannot be run by a non-Claude agent. Treat them as documented procedures, not executable actions. - Skills are procedural reference. Each
skills/<name>/SKILL.mdhas trigger frontmatter for Claude's auto-invocation (ignore that) and a protocol body that is portable. Follow the body by hand. - You cannot run hooks, MCP tools, slash commands, or local writes unless your environment actually supports them. Do not claim that setup, hooks, file writes, MCP authentication, or scheduled routines have run. Say plainly what you can and cannot do in this environment.
- 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 your environment can write to the folder you may run alocal-writesskill; if it cannot run a script you read the produced artifacts for alocal-execskill and say so. If anything here disagrees,CLAUDE.mdwins. - Opinions of consequence: Claude has
/founder-os:devilto run the output bias self-check. You do not. Followrules/biases.mdby hand - attach the strongest counter-case, a confidence level (high / medium / low), what evidence is absent, and the do-nothing option. Name the most likely bias and argue the other side; do not claim bias-free advice. - Do not modify the operator's data files (
core/,context/,cadence/,brain/) without explicit instruction. Claude has approval-gates and hooks guarding this; you do not, so the burden is on you to ask first. - Empty state: if the six context files named in
CLAUDE.mdare missing, the OS is not set up. Do not invent identity, priorities, decisions, clients, or revenue. Point the user to the setup wizard and stop.
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,186 tokens per session scan A 459561602b4e
FounderOS AGENTS.md is an instructions file published in the GitHub repository ARCASSystems/FounderOS (5 stars, last pushed 19d ago), licensed MIT. It adds 1,186 tokens to every session, about $0.0059 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
FounderOS-DEMO CLAUDE.md
Instructions for Bennettxai/FounderOS-DEMO, covering founder os, commands, stack, architecture: larp-first, real-ready and g-brain — answered (2026-06-11).
skill-based-architecture AGENTS.md
Instructions for WoJiSama/skill-based-architecture, covering agents.md, quick routing (survives context truncation), auto-triggers and red flags — stop.
research-os AGENTS.md
Instructions for lxinfei5/research-os, covering researchos — constitution, §0 what this is, §1 directory discipline, §2 half-life (innovation 1) — memory design and §3 behavior pillars (innovations 2–5).
markview CLAUDE.md
Instructions for paulhkang94/markview, covering markview — ai development guide, quick reference, architecture, mcp tools (for ai integration) and safety rules.
codex copilot-instructions.md
Instructions for bocan/codex, covering codex - ai coding instructions, architecture overview, mcp server architecture, critical commands and docker deployment.
Cecil AGENTS.md
AGENTS.md instructions for Cecilapp/Cecil, covering cecil - agent instructions, start here, critical commands, architecture at a glance and coding conventions.