Skill1.3k estrellas del repoactualizado today
spk-integrate-orchestrator-api
This Claude Code skill enables external systems, agents, and CI jobs to control Spec Kitty workflows through its orchestrator-api while enforcing host boundaries and state contracts. Use it when integrating Spec Kitty into automated pipelines or third-party services that need to advance missions through documented API contracts rather than direct artifact manipulation.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-integrate-orchestrator-api && cp -r /tmp/spk-integrate-orchestrator-api/src/doctrine/skills/spk-integrate-orchestrator-api ~/.claude/skills/spk-integrate-orchestrator-apiDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# spk-integrate-orchestrator-api Use this skill when an agent, script, CI job, or external service needs to drive Spec Kitty through orchestrator-api. ## Flow 1. Identify the external caller and allowed host boundary. 2. Use documented API contracts rather than scraping local artifacts. 3. Preserve state-machine invariants: no implicit success, no skipped gates. 4. Route mission advancement through runtime decisions. ## Legacy Alias For detailed API contracts and host-boundary rules, use `spec-kitty-orchestrator-api-operator` when available.