OpenSkills Dev Orchestrator

Routing-Tabelle, die OpenSkills-Entwicklungsaufgaben an eigene Projektskills und Subagenten verteilt

von Geeksfino · Geeksfino/openskills

Tested · Didn't pass

OpenSkills Dev Orchestrator — Routing-Tabelle, die OpenSkills-Entwicklungsaufgaben an eigene Projektskills und Subagenten verteilt

Was es kann

Ein Router für das OpenSkills project, der entscheidet, welche internal project skill oder welcher subagent zuerst für runtime debugging, plugin/build changes, binding breakages, skill authoring, e2e checks und release prep aufgerufen werden soll. Wird ausgelöst, wenn an der OpenSkills codebase gearbeitet wird und ein starting point und escalation order festgelegt werden.

Testbericht

Eine 2 KB große dispatch table, deren gesamter value die named targets sind, auf die sie verweist — openskills-runtime-debug, the runtime-sandbox-auditor subagent, und five more siblings that all live in the same repo but are not bundled by copying this one directory, so a standalone install routes to skills that aren't installed. Strip the project-specific names und the routing logic left over (start with the specialist, escalate to a subagent, re-validate) is generic und adds little over a plain plan.

Getestet am: 2026-07-24 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/Geeksfino/openskills
mkdir -p ~/.claude/skills
cd openskills && cp -r .cursor/skills/openskills-dev-orchestrator ~/.claude/skills/openskills-dev-orchestrator

Befehle & Beispiel-Prompts

  • /openskills-dev-orchestratorRouting-Tabelle, die OpenSkills-Entwicklungsaufgaben an eigene Projektskills und Subagenten verteilt

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Where do I start debugging this OpenSkills runtime issue?
  • Route this plugin build change to the right subagent
  • What's the escalation order for an e2e check failure here?