Fable 5 xhigh — архитектор и голова. Codex — руки.
Репозиторий содержит два скилла Claude Code со строгим разделением ролей:
- Fable 5 xhigh изучает проект, фиксирует архитектурный контракт, составляет план, управляет задачами, проверяет изменения и запускает тесты.
- OpenAI Codex пишет и редактирует все файлы проекта через
codex exec. - Если Fable находит проблему, он возвращает замечания Codex, а не исправляет код самостоятельно.
Режимы работы:
/codexin— дефолтный быстрый workflow: архитектура, реализация через Codex, ревью и тесты./loopcodexin— усиленный workflowThink → Plan → Build → Review → Test → Ship → Reflectс максимум тремя циклами исправлений.
Codex запускается в постоянных сессиях tmux: за ходом работы можно наблюдать, а отключение терминала не прервёт задачу.
Клонируйте репозиторий в каталог пользовательских скиллов Claude Code:
git clone https://github.com/redactdeveloper/codexin.git ~/.claude/skills/codexin
ln -s ~/.claude/skills/codexin/loopcodexin ~/.claude/skills/loopcodexinПерезапустите Claude Code или выполните /reload-skills, затем вызовите нужный скилл:
/codexin
/loopcodexin
Также можно попросить Claude Code передать реализацию задачи Codex.
- Claude Code с доступом к Fable 5
- Авторизованный OpenAI Codex CLI, доступный как команда
codex tmux- Git
SKILL.md— дефолтный/codexinloopcodexin/SKILL.md— усиленный/loopcodexinREADME.md— документация по установке и использованию
Сейчас скилл запускает Codex с флагом --dangerously-bypass-approvals-and-sandbox. Используйте его только в доверенных репозиториях и окружениях. Перед включением ознакомьтесь с процессом работы в SKILL.md.
Автор и сопровождающий skills: redactdeveloper.
Mozilla Public License 2.0 (MPL-2.0). Изменённые MPL-файлы при распространении остаются под MPL-2.0, но skills можно объединять с файлами под другими, включая закрытые, лицензиями. Полный текст находится в LICENSE.
Fable 5 xhigh is the architect and head. Codex is the hands.
This repository contains two Claude Code skills with strict role separation:
- Fable 5 xhigh reads the project, defines the architecture contract, plans the work, orchestrates tasks, reviews diffs, and runs verification.
- OpenAI Codex writes and edits all project files through
codex exec. - When Fable finds a problem, it sends review feedback back to Codex instead of fixing the code itself.
Available modes:
/codexin— the default fast workflow: architecture, Codex implementation, review, and tests./loopcodexin— the gatedThink → Plan → Build → Review → Test → Ship → Reflectworkflow with at most three correction rounds.
Codex runs in persistent tmux sessions, making progress observable and allowing tasks to survive a disconnected terminal.
Clone the repository into your personal Claude Code skills directory:
git clone https://github.com/redactdeveloper/codexin.git ~/.claude/skills/codexin
ln -s ~/.claude/skills/codexin/loopcodexin ~/.claude/skills/loopcodexinRestart Claude Code or run /reload-skills, then invoke the desired skill:
/codexin
/loopcodexin
You can also ask Claude Code to let Codex implement a task.
- Claude Code with access to Fable 5
- An authenticated OpenAI Codex CLI available as
codex tmux- Git
SKILL.md— the default/codexinloopcodexin/SKILL.md— the gated/loopcodexinREADME.md— installation and usage documentation
This skill currently invokes Codex with --dangerously-bypass-approvals-and-sandbox. Use it only in repositories and environments you trust. Review the workflow in SKILL.md before enabling it.
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.