openskills-dev-orchestrator
Installation
SKILL.md
OpenSkills Dev Orchestrator
Use this skill to decide which OpenSkills project skill or subagent to invoke first, and in what order, for the fastest safe outcome.
Routing Rules
1) Runtime failures or sandbox regressions
- Start with
openskills-runtime-debug. - If issue spans multiple execution paths or platforms, use
runtime-sandbox-auditorsubagent. - Re-run runtime tests before concluding.
2) Plugin/build feature changes
- Start with
openskills-plugin-separation. - If dependency topology is unclear, use
wasm-plugin-build-specialistsubagent. - Validate runtime default-feature behavior and binding impact.