orchestrator

by backnotpropVerified

Agents orchestrating other agents

96
Stars
2
Forks
TypeScript
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/backnotprop/orchestrator

Getting Started

Guides for using skills like orchestrator.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Orchestrator

Orchestrator

Use your harness. To orchestrate many others.

Codex    Claude Code    GitHub Copilot CLI    Grok    Pi

Codex · Claude Code · Copilot CLI · Grok Build · Pi

Orchestrator is a simple skill built on a powerful local CLI inspired by Kubectl. Work with one of your agents; it orchestrates others (Claude Code, Codex, etc) in the background.

You speak in models and outcomes:

Use Fable for the UI, GPT-5.6 Sol for the implementation, and Grok 4.5 for the small fixes. Run independent work in parallel, then have Opus review the result.

Explore the repository with Kimi 2.7. Give the plan to GPT-5.6 Sol, then use Fable only where the interface needs real design work.

Install

npx skills add backnotprop/orchestrator
npm install -g @backnotprop/orchestrator-cli

The CLI install is optional up front. The skill can install it on first use.

/orchestrator launch a gpt5.6 sol agent to build the backend, 
              a fable agent to design the frontend wireframes, 
              and after that a grok4.5 agent to build the frontend

Preferences

Preferences are optional. Edit skills/orchestrator/PREFERENCES.md, or tell your agent what to put there:

Use Fable for extensive UI work.
Use GPT-5.6 Sol for deep execution.
Use Grok 4.5 for small coding tasks.
Use Kimi 2.7 for exploration.
When Fable is usage is capped, use GPT-5.6 Sol.
When GPT-5.6 Sol is unavailable, use Opus.
When every preferred model is unavailable, pause and notify me.

Orchestrator discovers current model names and IDs from installed runtimes instead of relying on stale model slugs.

Human model names are fine. The skill resolves them against live runtime catalogs, checks available provider limits when supported, and follows the current request before saved preferences.

Under The Hood

Orchestrator is not a harness. You use it in your preferred harness and it orchestrates others in the background.

Every worker is a named task with status, logs, output, follow-up, resume, and stop controls. Agents use a small JSON command loop:

orchestrator doctor --json --compact
orchestrator models <runtime> --json --compact
orchestrator launch <runtime> --json --compact --brief "<task>"
orchestrator ps --json --compact --active --brief
orchestrator read <task-id>... --wait --json --compact
orchestrator interrupt <task-id> --json --compact --reason "<reason>"

The CLI owns process supervision and task state. The calling agent owns judgment, delegation, and synthesis.

Read the Operator Guide for the full control contract, or see custom agents, architecture decisions

License

Business Source License 1.1 today, with production use allowed except for commercial hosted or managed agent-orchestration services. Converts to Apache License 2.0 on July 9, 2029.

Frequently Asked Questions

What is orchestrator?

orchestrator is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by backnotprop. Agents orchestrating other agents. It has 96 GitHub stars.

Is orchestrator safe to use?

Yes. orchestrator passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install orchestrator?

Clone the repository with "git clone https://github.com/backnotprop/orchestrator" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is orchestrator written in?

orchestrator is primarily written in TypeScript. It is open-source under backnotprop on GitHub, so you can review or fork the full source.

Are there alternatives to orchestrator?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh orchestrator against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details