Fable5 Push Skill
Description
Its a skill which mostly based on anthropics's Claude fable 5.
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
FABLE-5 ULTRA
**Any agent. Any model. Ships like a 20-year engineering org.**
A portable elite-output protocol for **any agentic AI or coding agent** — Claude Code, OpenAI Codex CLI, Cursor, Windsurf, Cline, Roo Code, Amp, GitHub Copilot, JetBrains Junie, Aider, OpenHands, Devin, or any chat API — tuned to the verified behavior of **Claude Fable 5** (Anthropic's Mythos-class model, June 2026) and degrading gracefully on every other model.
The pipeline
For any `fable`-tagged task the agent runs:
0 INTAKE → 1 ARCHITECT → 2 PLAN → 3 BUILD → 4 COUNCIL → 5 RED TEAM → 6 VERIFY → 7 SHIP
- Spec-locked — testable success criteria, binding non-goals, exact acceptance commands
- 8-role council — architect, security, performance, QA, reliability, data, reviewer, docs; findings as
[ROLE] P0/P1/P2: … (file:line) - Red team before ship — 5 production-death questions, defensive framing
- Rule of evidence — nothing claimed as passing without execution;
[UNVERIFIED]tags; the Verdict Block names the model and harness that did the work - Caveman mode — 70–90% token compression (
caveman/caveman off) - ULTRATHINK — highest effort + explicit self-validation (
ultrathink) - Harness-aware — detects full-agentic (H1) / IDE-approval (H2) / chat-only (H3) and degrades the pipeline honestly instead of faking evidence
Repo layout
fable5-ultra/
├── .claude-plugin/
│ └── plugin.json ← Claude Code plugin manifest
├── .cursor/rules/
│ └── fable5-ultra.mdc ← Cursor project rule (alwaysApply)
├── CLAUDE.md ← always-on core for Claude Code
├── CURSOR.md ← always-on core for Cursor
├── EXAMPLES.md ← worked examples + common mistakes
├── README.md ← this file
├── README.zh.md ← 中文说明
└── skills/
└── fable5-ultra/ ← the full skill (canonical)
├── SKILL.md ←
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11