How this skill is triggered — by the user, by Claude, or both
Slash command
/spk:deploy [env: staging|production][env: staging|production]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate to `spk:deploy-orchestrator` for full deployment cycle.
Delegate to spk:deploy-orchestrator for full deployment cycle.
!git log -1 --format='%H %s'
!git branch --show-current
Dispatch: Task(subagent_type="spk:deploy-orchestrator", prompt="Deploy current HEAD to: $ARGUMENTS")
Expect: deployment result, smoke test verdict, UI check verdict. Paused for user confirmation if production.
npx claudepluginhub apipoj/spk --plugin spkGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.