Our review
Lists all Git worktrees with their status including branch, cleanliness, changed file count, port, and iTerm tab status.
Strengths
- Displays all worktrees with relevant details in a clear table format.
- Supports filtering worktrees for a specific repository via an optional path argument.
- Includes advanced information like assigned port and iTerm tab status.
- Simplifies managing multiple worktrees without complex Git commands.
Limitations
- Requires the MCP tool worktree-maestro to be configured.
- Does not work with worktrees managed manually outside of this tool.
- The iTerm dependency may be irrelevant on other terminals.
Use this skill when you need a quick, detailed overview of all Git worktrees across your repositories.
Avoid using it for creating, deleting, or switching worktrees, or if you do not use the worktree-maestro tool.
Security analysis
SafeThis skill only uses an MCP tool to list git worktrees with no destructive or exfiltrating actions. No shell commands, network calls, or sensitive data handling.
No concerns found
Examples
Show all git worktrees with their status.List all worktrees for the repository at /Users/me/project.name: wt description: List all git worktrees with status. Use when asked to show, list, or view worktrees. argument-hint: "[repo-path]" allowed-tools: mcp__worktree-maestro__list_worktrees
Use the list_worktrees MCP tool with verbose: true and allRepos: true to show all worktrees.
If $ARGUMENTS contains a path, pass it as repo to filter worktrees from that specific repository.
Display the results in a clear table format showing:
- Repository (if multiple repos)
- Name
- Branch
- Status (clean/dirty)
- Changed files count
- Port (if assigned)
- iTerm tab status
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.