How this skill is triggered — by the user, by Claude, or both
Slash command
/de:lsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
List all worktree-based development environments for this project.
List all worktree-based development environments for this project.
Output: Shows environment name and worktree path for each environment.
Run (script is at the plugin root, two levels above this skill's base directory):
!lib/dev-env.sh ls
npx claudepluginhub danielcarmingham/dev-envManages git worktrees via unified bash script for parallel development: creates isolated feature environments, lists/switches status, copies .env files, cleans up merged/stale worktrees.
Lists all git worktrees including native, legacy, and development track info from .devteam state DB. Debug command for worktree diagnostics in multi-track projects.
Manages git worktrees via bash script: create/list/switch/cleanup and copy .env files. Enables parallel feature work, isolated reviews, or clean workspaces.