Agent Operating Protocol
Description
Fable 5-style AGENTS.md and CLAUDE.md templates for high-agency coding assistants.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agent Operating Protocol
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.
Why This Exists
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:
- classify the request before acting
- inspect actual files and sources before judging
- use the available tool and capability manifest deliberately
- plan across stages for multi-file or risky work
- verify with tests, type checks, lint, builds, or primary sources
- record durable handoffs instead of relying on chat memory
- protect secrets, user data, and paid or external tools by default
- recover from missing tools instead of stopping at a dead end
This repository gives you a clean starting point for that protocol.
What "Fable 5-Style" Means Here
"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:
- an official Anthropic prompt
- a leaked or reconstructed system prompt
- a Fable 5 clone
- a model replacement
- a jailbreak or policy bypass
In this repo, the useful part is the operating pattern: routing, reconnaissance, planning, verification, fallback, and durable handoff.
Included Files
AGENTS.md- shared protocol for Codex, coding agents, and repo-local agent instructions.CLAUDE.md- Claude Code bootstrap that imports or mirrorsAGENTS.mdand
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://