关于
The Git Worktree Setup skill automates the creation and management of isolated development environments within a single repository, specifically optimized for parallel AI agent execution. It handles the entire lifecycle of a worktree, including automated branch creation, deterministic port mapping (backend and frontend) to prevent service collisions, and environment variable configuration. This skill ensures that multiple agents or developers can work concurrently on different features without interfering with the main codebase or each other's runtime environments.