Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Morrison-Lab/ai-config --skill prune-worktreesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | prune-worktrees |
| description | → clean-worktrees. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Edit","Write"] |
clean-worktrees)This is a spelled-out alias for the clean-worktrees skill. The name echoes
the familiar git worktree prune, but the skill does more than that
stub-only command: it removes whole dead worktrees and their branches (a git worktree prune is just step 2 of the sweep). Read and follow the canonical
skill: