Light Orchestrator
Deterministiska grindar för att koordinera och återställa en 13-stegs forskningspipeline via en tillståndsfil
Testad · Fungerar
Vad den gör
Koordinerar och återställer a 13-stage "Light" multi-agent research pipeline through a canonical .light/passport.yaml state file, using deterministic Python gates for intake classification, execution-mode selection, checkpoints, reroutes, and delivery. Utlöses when the user says continue, resume, take over, checkpoint, reroute, recover, or deliver a research project that crosses two or more Light stages.
Testrapport
Klonade repo; SKILL.md at skills/light-orchestrator/SKILL.md parsas med name+description. Alla 8 scripts, 3 references, 3 templates exist locally and raw-fetch 200. Körde the actual gates on python3.13: lifecycle.py intake classified an empty dir as "new"; execution_mode.py returned PASS mode=parallel for a benign complete profile but UNRESOLVED/mode=null/requires_decision_checkpoint=true (exit 2) for my paid+remote+reversible=false profile even though user_decision_needed=false — exactly the "a single boolean must not bypass the gate" claim. workflow_ledger.py correctly FAILed the placeholder-hash example. Inga network calls anywhere; subprocess use is the documented gate-runner and git-init only; resident hook is stdlib/zero-network/read-only as documented. Docs are accurate and honest but heavily bilingual (Chinese/English), and real value assumes the other 22 Light skills are installed.
Testad: 2026-07-21 · Claude Code 2.x (agent harness)
Installation
git clone --depth 1 https://github.com/Light0305/Light-skills.git /tmp/light-orchestrator-src mkdir -p ~/.claude/skills cp -R /tmp/light-orchestrator-src/skills/light-orchestrator ~/.claude/skills/light-orchestrator # Deps: python3 (stdlib only; tested on 3.13). No pip installs, no network calls. # Standalone value is limited: this is the coordinator for a 23-skill "Light" research # pipeline. The gate scripts run on their own, but full lifecycle use expects the other # Light stage skills (skills/light-* in the same repo) to be installed too. # Optional resident SessionStart hook: see ~/.claude/skills/light-orchestrator/resident/INSTALL.md # Run gates directly, e.g.: # cd ~/.claude/skills/light-orchestrator # python3 scripts/execution_mode.py --input templates/task-profile.example.json
Kommandon och exempelprompter
/light-orchestratorDeterministiska grindar för att koordinera och återställa en 13-stegs forskningspipeline via en tillståndsfil
Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):
Resume my research project from the last checkpointReroute this research project to a new stageTake over this partially finished research workflow