Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.
Complete worktree lifecycle management for parallel development environments with isolated ports, databases, and configuration.
Use this skill when the user wants to:
Do NOT use this skill when:
This skill manages three core worktree operations:
| Operation | Command | When to Use |
|-----------|---------|-------------|
| Create | /create_worktree | User wants a new parallel environment |
| List | /list_worktrees | User wants to see existing worktrees |
| Remove | /remove_worktree | User wants to delete a worktree |
Keywords: create, new, setup, make, build, start, initialize
Action: Use /create_worktree <branch-name> [port-offset]
Keywords: list, show, display, what, which, status, check, view
Action: Use /list_worktrees
Keywords: remove, delete, cleanup, destroy, stop, kill, terminate
Action: Use /remove_worktree <branch-name>
For step-by-step operation instructions, see OPERATIONS.md.
For detailed examples and usage patterns, see EXAMPLES.md.
For troubleshooting and common issues, see TROUBLESHOOTING.md.
For technical details and quick reference, see REFERENCE.md.
npx skills add disler/worktree-manager-skill下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer