Teach Claude how to operate inside the custom ai tmux session: gather requirements,
plan the work, run commands only from the shared Shell pane, and delegate heavy code
tasks to Codex.
/plugin marketplace add LF-Certification/claude-orchestrator/plugin install ai-orchestrator@claude-orchestrator- Describes the tmux layout (Claude, Codex, Shell panes)
- Keeps Claude from running commands outside the Shell pane
- Encourages deliberate planning and delegation to Codex
- Clarify the task with the user
- Execute inspections/tests via the Shell pane (
tmux send-keys -t Shell ...) - Prompt Codex for code changes or refactors
- Apply results and report back to the user
claude-orchestrator/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── ai-orchestrator/
│ ├── plugin.json
│ └── skills/
│ └── ai-session-orchestrator/
│ └── SKILL.md
└── README.md
- Edit
SKILL.mdto refine instructions for Claude - Update
plugin.jsonandmarketplace.jsonwhen releasing new versions - Tag releases so the marketplace can distribute updates