skill-orchestrator

Coordinate multi-domain engineering tasks into phase-based pipelines with explicit skill assignments.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Hashzin-0/Curion --skill skill-orchestrator-hashzin-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-orchestrator
Source: https://github.com/Hashzin-0/Curion/tree/main/.opencode/skills/skill-orchestrator
Command: npx skills add https://github.com/Hashzin-0/Curion --skill skill-orchestrator-hashzin-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Orchestrator removes ambiguity and coordination failures when a request spans multiple domains, files, or agents, ensuring every concern is explicitly assigned, sequenced, and reviewed so work does not stall or produce conflicting outputs.

Core Features & Use Cases

  • Task classification & stack resolution: Classifies complexity (small/medium/large/gigantic) and resolves stack context from cache or fresh detection with clear cache-staleness rules.
  • Explicit skill assignment: Maps domains to primary and auxiliary skills, mandates code-reviewer and skill-improver inclusion, and prescribes conflict-resolution precedence.
  • Pipeline construction & agent prompts: Declares phase-based pipelines (parallel/sequential/hybrid), crafts mandatory agent prompt templates that include the STACK CONTEXT, and enforces execution rules and review gates.
  • Self-logging: Appends detailed orchestration results and skill gaps to an append-only log for continuous improvement and analytics.
  • Use Cases: Building a full-stack feature (UI + API + DB), refactoring cross-cutting modules, architectural migrations, and multi-agent coordinated implementations.

Quick Start

Orchestrate a full-stack feature that includes UI, API, and database work, producing the pipeline, explicit agent assignments with required skills, and an append-only orchestration log.

Frequently Asked Questions about skill-orchestrator

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

FAQPage Schema
How do I coordinate multi-agent workflows for full-stack feature implementation?

Pipeline construction declares parallel, sequential, or hybrid phases to coordinate multi-concern engineering tasks. It injects resolved stack context into agent prompts and enforces review gates between phases to prevent conflicting outputs across UI, API, and database domains.

How does stack detection and cache resolution work for cross-cutting refactors?

Stack detection resolves technology context from cache or fresh detection based on staleness rules. The resolved stack context is then injected into agent prompts to ensure cross-cutting refactors target the correct frameworks and architectural patterns.

Can I use this to orchestrate architectural migrations across multiple domains?

Yes, architectural migrations are supported by classifying complexity and mapping affected domains to primary and auxiliary skills. The orchestrator builds a phase-based pipeline with mandatory code-reviewer inclusion to ensure migration phases are sequenced and verified.

What is the best way to prevent coordination failures in multi-file code generation?

The best way to prevent coordination failures is explicit skill assignment with mandated code-reviewer inclusion. The orchestrator resolves skill conflicts through prescribed precedence and writes detailed results to an append-only log, ensuring every concern is reviewed and sequenced.

Why do I need an append-only orchestration log for pipeline execution?

You need an append-only orchestration log to capture detailed execution results and skill gaps for continuous improvement. This self-logging mechanism provides an immutable history of pipeline phases, enabling analytics to refine future multi-agent coordination and task classification.