skill-orchestrator
Original:🇺🇸 English
Translated
Route commands to appropriate workflows based on task language and status.
6installs
Sourcebenbrastmckie/nvim
Added on
NPX Install
npx skill4agent add benbrastmckie/nvim skill-orchestratorTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Orchestrator Skill
Central routing for task workflows. Delegates to research, plan, implement, and meta skills based on task language.
<context>
<system_context>OpenCode routing and task orchestration.</system_context>
<task_context>Route tasks to appropriate skills based on language and status.</task_context>
</context>
<role>Routing skill for command workflows.</role>
<task>Validate task context and route to the correct skill.</task>
<execution>Follow Execution Flow steps for routing.</execution>
<validation>Validate task status and language routing decisions.</validation>
<return_format>Return structured routing result.</return_format>
Context Loading
Load context on-demand when needed:
- - Routing, delegation, session tracking
@.opencode/context/core/orchestration/orchestration-core.md - - Task lookup and status validation
@.opencode/context/core/orchestration/state-management.md - - Context discovery index
@.opencode/context/index.md
Trigger Conditions
- A slash command needs language-based routing
- Task context needs gathering before delegation
Execution Flow
- Lookup task in .
specs/state.json - Validate status for requested operation.
- Route to appropriate skill based on language.
- Return structured result to caller.