Skip to content

jdavv/claude-orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude AI Orchestrator

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.

Install Marketplace

/plugin marketplace add LF-Certification/claude-orchestrator

Install Plugin

/plugin install ai-orchestrator@claude-orchestrator

Skill Overview

  • Describes the tmux layout (Claude, Codex, Shell panes)
  • Keeps Claude from running commands outside the Shell pane
  • Encourages deliberate planning and delegation to Codex

Usage Pattern

  1. Clarify the task with the user
  2. Execute inspections/tests via the Shell pane (tmux send-keys -t Shell ...)
  3. Prompt Codex for code changes or refactors
  4. Apply results and report back to the user

Repository Structure

claude-orchestrator/
├── .claude-plugin/
│   └── marketplace.json
├── plugins/
│   └── ai-orchestrator/
│       ├── plugin.json
│       └── skills/
│           └── ai-session-orchestrator/
│               └── SKILL.md
└── README.md

Development

  • Edit SKILL.md to refine instructions for Claude
  • Update plugin.json and marketplace.json when releasing new versions
  • Tag releases so the marketplace can distribute updates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages