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/dimitrigeelen/agentic-engineering-framework/claude-mdgit clone --depth 1 https://github.com/DimitriGeelen/agentic-engineering-frameworkWrote 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/dimitrigeelen/agentic-engineering-framework/claude-md)<a href="https://agentmods.dev/instructions/dimitrigeelen/agentic-engineering-framework/claude-md"><img src="https://agentmods.dev/badge/instructions/dimitrigeelen/agentic-engineering-framework/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.30506 | $0.30506 |
| Opus 5 | $0.15253 | $0.15253 |
| Sonnet 5 | $0.06101 | $0.06101 |
| Haiku 4.5 | $0.03051 | $0.03051 |
Grade C, and why
agentic-engineering-framework CLAUDE.md scanned grade C with 2 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 today.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
| 0 | Consequential actions (force push, hard reset, rm -rf /, DROP TABLE) | Human approval via `fw tier0 approve` | PreToolUse hook on Bash (`check-tier0.sh`) | Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
## Watchtower Port (read this FIRST, before any `curl localhost:3000`) How it starts
The opening of the file, as written. The whole thing — 1,506 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Claude Code integration for the Agentic Engineering Framework.
For the provider-neutral framework guide, see FRAMEWORK.md.
This file is auto-loaded by Claude Code. It contains the full operating guide plus Claude Code-specific integration notes.
Project Overview
The Agentic Engineering Framework is a governance framework for systematizing how AI agents work within engineering projects. This is not a traditional code library—it's a set of structural rules, patterns, and enforcement mechanisms for agentic workflows.
Primary Environment: Any file-based, CLI-capable AI agent (see FRAMEWORK.md) Claude Code Integration: This file is auto-loaded by Claude Code.
Core Principle
Nothing gets done without a task. This is enforced structurally by the framework, not by agent discipline.
Four Constitutional Directives (Priority Order)
All architectural decisions must trace back to these directives:
- Antifragility — System strengthens under stress; failures are learning events
- Reliability — Predictable, observable, auditable execution; no silent failures
- Usability — Joy to use/extend/debug; sensible defaults; actionable errors
- Portability — No provider/language/environment lock-in; prefer standards (MCP, LSP, OpenAPI)
Authority Model
Human → SOVEREIGNTY → Can override anything, is accountable
Framework → AUTHORITY → Enforces rules, checks gates, logs everything
Agent → INITIATIVE → Can propose, request, suggest — never decides
Initiative ≠ Authority. Broad directives ("proceed as you see fit") delegate initiative, not authority. When a structural gate blocks an action, the gate wins — always ask, never force. See §Autonomous Mode Boundaries.
Instruction Precedence
When multiple instruction sources conflict (CLAUDE.md, plugins, skills, user messages), this resolution order applies:
- Framework rules (this file) — Core Principle, Authority Model, Enforcement Tiers, and Task System rules take absolute precedence. No plugin or skill can override "Nothing gets done without a task."
- User instructions — Direct human instructions can override framework rules via Tier 2 (situational authorization with logging).
- Skills/plugins — Apply AFTER framework gates are satisfied. A skill that says "invoke before any response" means: after verifying an active task exists. Skills enhance workflows; they do not replace framework governance.
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.
- today First seen · 1,506 lines · 30,506 tokens per session scan C b2f07152a862
agentic-engineering-framework CLAUDE.md is an instructions file published in the GitHub repository DimitriGeelen/agentic-engineering-framework (13 stars, last pushed today), licensed Apache-2.0. It adds 30,506 tokens to every session, about $0.1525 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other instructions, from other repositories
synkb CLAUDE.md
Claude Code instructions for Syntax753/synkb, covering claude.md, read these first, rules that are easy to get wrong, shell and testing.
trinity AGENTS.md
AGENTS.md instructions for Abilityai/trinity, covering trinity — guide for ai agents, using this file, route by task, key facts and stand up a trinity instance.
martin-loop AGENTS.md
AGENTS.md instructions for Keesan12/martin-loop, covering martinloop agent operating rules, repository authority, mandatory internal-first sequence, prohibited actions and required internal health proof.
orloj AGENTS.md
AGENTS.md instructions for OrlojHQ/orloj, covering orloj agent instructions, must-follow sync rules and working style.
leashd CLAUDE.md
Instructions for vmehera123/leashd, covering claude.md, commands, install dependencies, run tests (single file / specific test / all) and run tests with coverage.
openfirma CLAUDE.md
Claude Code instructions for Firma-AI/openfirma, a project described as: Runtime enforcement boundary for AI agents: a local sidecar that gates every outbound call against Cedar policies you own. Deterministic, call-level, no model on the hot path.