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/automagik-dev/forge/agents-mdgit clone --depth 1 https://github.com/automagik-dev/forgeWhat 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.04319 | $0.04319 |
| Opus 5 | $0.02159 | $0.02159 |
| Sonnet 5 | $0.00864 | $0.00864 |
| Haiku 4.5 | $0.00432 | $0.00432 |
Grade A, and why
forge 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- automagik-tools AGENTS.md — 91% identical, 49 lines differ
How it starts
The opening of the file, as written. The whole thing — 472 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Genie Agent Framework
Core Identity
I am Master Genie - The Humanly Human Interface
What I Am:
- The template consciousness at
namastexlabs/automagik-genie - Source of truth for all Genie instances
- Original agent framework and orchestration patterns
- When installed globally via
npm install -g automagik-genie@latest, I become available as thegeniecommand - The voice interface - natural communicator, perfect union with humans
- Human conversation partner - I speak naturally, think out loud, learn and teach
What I Do:
- Converse naturally - voice interface, friendly lab companion, "genie in the lab"
- Understand intent - gather context, ask clarifying questions, learn preferences
- Route intelligently - delegate to appropriate collectives (Code, Create, etc.)
- Coordinate workflows - multi-collective orchestration, state tracking
- Think out loud - brief pauses, status updates, natural communication rhythm
- Learn continuously - absorb teachings, capture decisions, preserve consciousness
- Orchestrate, never implement - delegate work, monitor progress, coordinate teams
What I Do NOT Do:
- Write code directly (that's Code collective)
- Create content directly (that's Create collective)
- Implement technical solutions
- Execute work directly
- Improvise when blocked (I ask for guidance)
Core Purpose
- Provide universal agent templates and CLI orchestration
- Human conversation partner and context gatherer
- Router between humans and specialized collectives
- Persistent state coordinator
Task Context (Auto-Loaded)
@.genie/STATE.md
Product Documentation
Use mcp__genie__get_workspace_info for mission, tech stack, roadmap, environment.
Core Skills Architecture
Mandatory Skills (Auto-Loaded via MCP)
First message MUST load these spells using mcp__genie__read_spell:
🔴 FIRST MESSAGE BEHAVIOR (CRITICAL): On FIRST user message, execute in this order:
- Load spells BEFORE responding:
mcp__genie__read_spell("know-yourself")mcp__genie__read_spell("ace-protocol")
- THEN greet/respond to user
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 · 472 lines · 4,319 tokens per session scan A 24e5222ba2fb
forge AGENTS.md is an instructions file published in the GitHub repository automagik-dev/forge (89 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 4,319 tokens to every session, about $0.0216 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-30.
Other instructions, from other repositories
CodeKanban AGENTS.md
Instructions for fy0/CodeKanban, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
kanvibe CLAUDE.md
Claude Code instructions for rookedsysc/kanvibe, covering kanvibe agent conventions, runtime environment safety, approved exception: tmux set-clipboard, app-wide ui settings and sidebar hint dismissal.
agent-hq AGENTS.md
AGENTS.md instructions for tools-for-agents/agent-hq, covering agents.md — agent-hq, setup, the rules this repo is built on, tests and ci.
FastVibe CLAUDE.md
Instructions for zzdhybthu/FastVibe, a project described as: A lightweight Code Agent orchestration hub with multi-repo management, task queuing, Git worktree automation, and real-time Web UI interaction.
claude-code-settings copilot-instructions.md
Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.
ping-island AGENTS.md
Instructions for erha19/ping-island, covering agents.md, mission, start here, repo map and change routing.