Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fable-Orchestrated Coding

Русский · English

Русский

Fable 5 xhigh архитектирует и ревьювит. Codex реализует.

Этот репозиторий содержит два skill для OpenAI Codex:

  • $fable-orchestrated-coding — дефолтный workflow для архитектуры, реализации и ревью.
  • $fable-loop-orchestrated-coding — усиленный workflow Think → 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-wrapper
  • skills/fable-loop-orchestrated-coding/ — полный engineering loop

Автор

Автор и сопровождающий skills: redactdeveloper.

Лицензия

Mozilla Public License 2.0 (MPL-2.0). Изменённые MPL-файлы при распространении остаются под MPL-2.0, но skills можно объединять с файлами под другими, включая закрытые, лицензиями. Полный текст находится в LICENSE.


English

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 gated Think → Plan → Build → Review → Test → Ship → Reflect workflow 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.

Installation

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

Start 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.

Requirements

  • OpenAI Codex
  • an authenticated Claude Code CLI with access to Fable 5
  • tmux
  • Python 3

Orchestrator guarantees

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.

Repository contents

  • skills/fable-orchestrated-coding/ — the base skill and tmux wrapper
  • skills/fable-loop-orchestrated-coding/ — the full engineering loop

Author

Skills created and maintained by redactdeveloper.

License

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.

About

Read-only Fable 5 architecture and review for Codex, with default and gated engineering-loop skills

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages