Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudecode-bootstrap:list-agent-worktreesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Shows all active agent worktrees with their paths and branches.
Shows all active agent worktrees with their paths and branches.
/list-agent-worktrees
#!/bin/bash
git worktree list | grep "worktrees/agent-" || echo "No agent worktrees found"
npx claudepluginhub stevengonsalvez/ainb-toolkitCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.