From git-simple
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.
npx claudepluginhub linkby-com/claude-code-plugin-marketplace --plugin git-simpleThis skill is limited to using the following tools:
Complete worktree lifecycle management for parallel development environments with isolated ports, databases, and configuration.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
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 | /git-simple:create_worktree_prompt | User wants a new parallel environment |
| List | /git-simple:list_worktrees_prompt | User wants to see existing worktrees |
| Remove | /git-simple:remove_worktree_prompt | User wants to delete a worktree |
Keywords: create, new, setup, make, build, start, initialize
Action: Use /git-simple:create_worktree_prompt <branch-name>
Keywords: list, show, display, what, which, status, check, view
Action: Use /git-simple:list_worktrees_prompt
Keywords: remove, delete, cleanup, destroy, stop, kill, terminate
Action: Use /git-simple:remove_worktree_prompt <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.