How this skill is triggered — by the user, by Claude, or both
Slash command
/spwnr:spwnr-worker-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this health-check and recovery surface only for registry/package/injected-agent readiness recovery. It is not a prerequisite for `/spwnr-task`; normal execution performs its own worker resolution first.
Use this health-check and recovery surface only for registry/package/injected-agent readiness recovery. It is not a prerequisite for /spwnr-task; normal execution performs its own worker resolution first.
Use targeted reads and directory checks:
.claude-plugin/workers.json; if absent, report the built-in dynamic defaults..claude/agents/ and user agents under ~/.claude/agents/.spwnr is available directly; if not, recommend installing the published spwnr-cli.vendor/spwnr-registry and the local registry state.resolve-workers query..claude-plugin/workers.json still means dynamic mode is active by default.spwnr sync-registry.Use these sections:
Worker PolicyLocal RegistryInjected AgentsReadiness GapsInstall SuggestionsRecommended Next StepWhen local packages are missing, prefer install or inject guidance:
spwnr sync-registryspwnr resolve-workers --search "<search query>" --host claude_code --format jsonWhen a specific agent must be visible in Claude Code, prefer:
spwnr inject <name> --host claude_code --scope userspwnr inject <name> --host claude_code --scope project.claude-plugin/workers.json is absent, say the defaults are registrySource=local, selectionMethod=llm_choose, missingPolicy=auto_install_local, and lineup 1-4./spwnr-task can resolve directly.npx claudepluginhub cheong43/spwnr --plugin spwnrGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.