An intelligent task router that coordinates specialized AI agents to handle complex coding lifecycles from exploration to deployment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install code-orchestrator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install code-orchestrator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Code Orchestrator acts as the central command center for your development workspace, intelligently routing requests to the most appropriate specialized agents. Instead of applying a one-size-fits-all approach, it analyzes the context of your task to determine whether you need architectural planning, deep code exploration, or immediate implementation.
By leveraging the ecosystem of Openclaw Skills, this orchestrator ensures a logical progression from analysis to git submission. It prevents redundant operations by selecting the minimal set of tools required, making the development process faster and more reliable while maintaining high standards for security and code quality.
To get started with this skill within your Openclaw environment, follow these steps:
# Install the orchestrator skill
openclaw install code-orchestrator
# Configure your workspace routing rules
openclaw configure code-orchestrator --init
Code Orchestrator organizes its execution logic based on task boundaries and agent specializations. It tracks the following metadata during a workflow:
| Component | Purpose |
|---|---|
| Routing Table | Maps user intent to specialized skills like $code-write or $code-debug. |
| Task Sequence | Defines the order of operations (e.g., explore before write). |
| Security Context | Ensures $shell-safe-exec is used for all terminal operations. |
| Git Metadata | Managed via $git-discipline to ensure clean commit histories. |
Loading
A comprehensive skill for integrating Langfuse observability, prompt management, and evaluation into AI coding agent workflows.

A high-precision diagnostic skill for identifying and repairing software bugs with minimal code changes.

A comprehensive automation skill for executing stock trades, managing holdings, and querying accounts via a local HTTP API bridge.

A professional tool for auditing and improving web accessibility to ensure WCAG compliance and inclusive user experiences.

Code Architect generates minimal, actionable implementation plans and architectural designs optimized for your existing local codebase.

A precision-focused skill for AI agents to implement or modify code in local projects while strictly adhering to existing project styles and handling edge cases.








































