mturac/everything-openai-codex-plan-orchestrate
Read a plan document, decompose it into steps, design a per-step agent chain from the ecc catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.
npx skills add https://github.com/mturac/everything-openai-codex --skill plan-orchestrate
Take mturac/everything-openai-codex-plan-orchestrate from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.