Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codexin

Русский · English

Русский

Fable 5 xhigh — архитектор и голова. Codex — руки.

Репозиторий содержит два скилла Claude Code со строгим разделением ролей:

  • Fable 5 xhigh изучает проект, фиксирует архитектурный контракт, составляет план, управляет задачами, проверяет изменения и запускает тесты.
  • OpenAI Codex пишет и редактирует все файлы проекта через codex exec.
  • Если Fable находит проблему, он возвращает замечания Codex, а не исправляет код самостоятельно.

Режимы работы:

  • /codexin — дефолтный быстрый workflow: архитектура, реализация через Codex, ревью и тесты.
  • /loopcodexin — усиленный workflow Think → 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 — дефолтный /codexin
  • loopcodexin/SKILL.md — усиленный /loopcodexin
  • README.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.


English

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 gated Think → Plan → Build → Review → Test → Ship → Reflect workflow with at most three correction rounds.

Codex runs in persistent tmux sessions, making progress observable and allowing tasks to survive a disconnected terminal.

Installation

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/loopcodexin

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

Requirements

  • Claude Code with access to Fable 5
  • An authenticated OpenAI Codex CLI available as codex
  • tmux
  • Git

Repository contents

  • SKILL.md — the default /codexin
  • loopcodexin/SKILL.md — the gated /loopcodexin
  • README.md — installation and usage documentation

Security

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.

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

Claude Code is the head. Codex is the hands.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors