ワンクリックで
worktree-manager-skill
// 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.
// 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.
| name | worktree-manager-skill |
| description | 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. |
| allowed-tools | SlashCommand, Bash, Read, Write, Edit, Glob, Grep |
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.
Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with parallel-running configuration.
Creates new Agent Skills for Claude Code following best practices and documentation. Use when the user wants to create a new skill, extend Claude's capabilities, or package domain expertise into a reusable skill.
Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions video conversion, audio extraction, transcription, mp4, webm, ffmpeg, or whisper transcription.