One-click install
npx skills add https://github.com/motlin/claude-code-plugins --skill orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration
Source: https://github.com/motlin/claude-code-plugins/tree/main/plugins/orchestration/skills/orchestration
Command: npx skills add https://github.com/motlin/claude-code-plugins --skill orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash.

What problem does it solve?

Managing multiple skills and agents for complex development workflows can be disjointed and inefficient, requiring manual coordination and increasing the chance of missed steps. This Skill acts as a central hub to automate and streamline your entire process.

Core Features & Use Cases

  • Centralized Skill Coordination: Guides the invocation of other essential skills (e.g., @code:code-quality, @git:git-workflow) based on the current task.
  • Structured Workflow Automation: Defines and executes a precise sequence for code changes: build verification, git commit, and rebase, ensuring consistency and correctness.
  • Plugin Health Check: Includes a master doctor script to verify all plugins are properly configured, checking for required binaries, files, and permissions.
  • Use Case: Let the AI automatically orchestrate your development tasks, ensuring that code changes are validated, committed, and rebased in the correct sequence, saving you from manual coordination and ensuring a smooth workflow.

Quick Start

Start the development workflow by running the plugin health check and preparing for code changes.

Frequently Asked Questions about orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multiple development workflow steps in sequence?

Workflow orchestration coordinates multiple skills and agents to execute code-quality checks, testing, git operations, and plugin health checks in a defined sequence. This Skill acts as a central hub that automates the entire process—from build verification through commit and rebase—ensuring consistency and eliminating manual coordination.

Can I automatically run code quality checks and git workflows together?

Yes. This Skill coordinates centralized skill invocation across code-quality checks, git workflows, and precommit operations. It delegates tasks to specialized agents (build:precommit-runner, git:commit-handler, git:rebaser) and enforces the correct sequence for validating, committing, and rebasing code changes.

What's the best way to verify all my plugins and tools are properly configured?

This Skill includes a master doctor script that performs plugin health checks by verifying required binaries, files, and permissions across your entire toolchain. Run this at startup to confirm all plugins are properly configured before initiating development workflows.

How do I ensure my CI/CD and git workflows execute in the correct order?

Structured workflow automation defines and enforces startup sequencing for your development pipeline. This Skill applies orchestration across startup scenarios—including precommit, git workflows, and CLI operations—guaranteeing that build verification, commits, and rebases happen in the right sequence.

Can I use this with existing CI/CD and git tools I already have?

Yes. This Skill works within existing development tool stacks by coordinating with bash-based operations and delegating to git and build agents. It integrates into precommit hooks, git workflows, and CLI operations without replacing your current tools.

What happens if a step in my automated workflow fails?

This Skill enforces workflow policies including file-writing and health-check requirements. If a step fails—such as code-quality checks or precommit validation—the orchestration stops and prevents subsequent steps, ensuring no invalid code moves forward in your pipeline.