Are you the author? Sign in to claim
Fable 5-style AGENTS.md and CLAUDE.md templates for high-agency coding assistants.
A Fable 5-style AGENTS.md and CLAUDE.md template for high-agency coding assistants.
This project is not Claude Fable 5, is not affiliated with Anthropic, and does not reproduce vendor system prompts. It is designed to help coding agents behave more like what developers valued in Fable 5-style agents: proactive investigation, long-horizon planning, tool discipline, verification, fallback behavior, and durable handoff.
Strong coding agents are not only strong because of model weights. The "Fable 5 feeling" many developers noticed is also an operating protocol: the agent classifies the task, gathers real context, uses tools deliberately, verifies its work, and leaves a recovery path.
This repository turns that style into reusable agent instructions:
This repository gives you a clean starting point for that protocol.
"Fable 5-style" means high-agency coding behavior inspired by public discussion of Claude Fable 5 and similar frontier coding agents. It does not mean:
In this repo, the useful part is the operating pattern: routing, reconnaissance, planning, verification, fallback, and durable handoff.
AGENTS.md - shared protocol for Codex, coding agents, and repo-local agent instructions.CLAUDE.md - Claude Code bootstrap that imports or mirrors AGENTS.md and adds Claude-specific guidance.examples/AGENTS.project.md - a project-local overlay example.examples/CLAUDE.project.md - a Claude Code project overlay example.scripts/install.sh - optional dry-run-first installer for global Codex and Claude Code locations.NOTICE.md - attribution and non-affiliation notes.For a repo-local setup, copy the templates into your project root:
cp AGENTS.md /path/to/your/repo/AGENTS.md
cp CLAUDE.md /path/to/your/repo/CLAUDE.md
For global use, inspect the files first, then run the installer:
./scripts/install.sh
./scripts/install.sh --apply
The installer defaults to dry-run mode. With --apply, it backs up existing files before writing:
~/.codex/AGENTS.md~/.claude/CLAUDE.mdThis is a public, vendor-neutral operating protocol. It is inspired by public discussions of high-agency coding agents and public model announcements, including Anthropic's public Fable/Mythos announcements, but it does not include or claim to reconstruct any private system prompt.
Do not present this project as:
It is a practical engineering template.
Useful public context:
Keep global files focused on durable behavior:
Keep project-local files focused on project facts:
MIT. See LICENSE.
Context engineering patterns and templates for AI coding agents. CLAUDE.md / AGENTS.md examples from single-file through
Claude Code governance templates by tech stack : CLAUDE.md, scoped rules, architecture docs, cost control & dev-level ad
CLAUDE.md + PROGRESS.md templates for AI-assisted productivity
Opinionated, agent-native Rails template — the production Rails starter ZAR uses internally, packaged with a CLAUDE.md o