用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Cheong43/spwnr --skill spwnr-worker-audit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | spwnr-worker-audit |
| description | Audit Spwnr worker readiness. |
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.