Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Cheong43/spwnr --skill spwnr-worker-auditコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.