Fable 5 xhigh архитектирует и ревьювит. Codex реализует.
Этот репозиторий содержит два skill для OpenAI Codex:
$fable-orchestrated-coding— дефолтный workflow для архитектуры, реализации и ревью.$fable-loop-orchestrated-coding— усиленный workflowThink → Plan → Build → Review → Test → Ship → Reflectс максимум тремя циклами исправлений.
Fable запускается неинтерактивно через claude -p в отдельной tmux-сессии. Его возможности ограничены Read, Glob и Grep: он не может запускать shell-команды, менять файлы, вызывать MCP или делегировать работу. Все изменения и проверки выполняет Codex.
git clone https://github.com/redactdeveloper/fable-orchestrated-coding.git ~/.codex/fable-orchestrated-coding
ln -s ~/.codex/fable-orchestrated-coding/skills/fable-orchestrated-coding ~/.codex/skills/fable-orchestrated-coding
ln -s ~/.codex/fable-orchestrated-coding/skills/fable-loop-orchestrated-coding ~/.codex/skills/fable-loop-orchestrated-codingОткройте новую сессию Codex и вызовите нужный skill:
$fable-orchestrated-coding Спроектируй и реализуй задачу...
$fable-loop-orchestrated-coding Проведи задачу через полный engineering loop...
Loop-вариант использует wrapper из базового skill, поэтому устанавливайте оба каталога.
- OpenAI Codex
- авторизованный Claude Code CLI с доступом к Fable 5
tmux- Python 3
Wrapper всегда запускает Fable с фиксированными параметрами:
claude -p --model fable --effort xhigh \
--permission-mode plan --tools Read,Glob,Grep \
--disable-slash-commands
Временное состояние хранится в защищённом каталоге системного /tmp. Доступны команды start, status, capture, wait, result, review, stop и cleanup.
skills/fable-orchestrated-coding/— базовый skill и tmux-wrapperskills/fable-loop-orchestrated-coding/— полный engineering loop
Автор и сопровождающий skills: redactdeveloper.
Mozilla Public License 2.0 (MPL-2.0). Изменённые MPL-файлы при распространении остаются под MPL-2.0, но skills можно объединять с файлами под другими, включая закрытые, лицензиями. Полный текст находится в LICENSE.
Fable 5 xhigh architects and reviews. Codex implements.
This repository contains two skills for OpenAI Codex:
$fable-orchestrated-coding— the default architecture, implementation, and review workflow.$fable-loop-orchestrated-coding— the gatedThink → Plan → Build → Review → Test → Ship → Reflectworkflow with at most three correction rounds.
Fable runs non-interactively through claude -p in a detached tmux session. Its tools are limited to Read, Glob, and Grep: it cannot run shell commands, edit files, call MCP tools, or delegate work. Codex performs every workspace change and verification command.
git clone https://github.com/redactdeveloper/fable-orchestrated-coding.git ~/.codex/fable-orchestrated-coding
ln -s ~/.codex/fable-orchestrated-coding/skills/fable-orchestrated-coding ~/.codex/skills/fable-orchestrated-coding
ln -s ~/.codex/fable-orchestrated-coding/skills/fable-loop-orchestrated-coding ~/.codex/skills/fable-loop-orchestrated-codingStart a new Codex session and invoke the desired skill:
$fable-orchestrated-coding Architect and implement this task...
$fable-loop-orchestrated-coding Run this task through the full engineering loop...
The loop variant uses the wrapper from the base skill, so install both directories.
- OpenAI Codex
- an authenticated Claude Code CLI with access to Fable 5
tmux- Python 3
The wrapper always starts Fable with fixed arguments:
claude -p --model fable --effort xhigh \
--permission-mode plan --tools Read,Glob,Grep \
--disable-slash-commands
Temporary state is kept in a protected directory under the system temporary directory. The wrapper provides start, status, capture, wait, result, review, stop, and cleanup actions.
skills/fable-orchestrated-coding/— the base skill and tmux wrapperskills/fable-loop-orchestrated-coding/— the full engineering loop
Skills created and maintained by redactdeveloper.
Mozilla Public License 2.0 (MPL-2.0). Modified MPL-covered files remain under MPL-2.0 when distributed, while the skills may be combined with differently licensed files, including proprietary ones. See LICENSE for the full text.