关于
The Worktree Tending skill optimizes multi-branch Git workflows by enabling developers to manage separate working directories within a single repository. It leverages a custom set of scripts to automate the creation of worktrees in a centralized .tree/ directory, handles the synchronization of environment files, and facilitates efficient merging or archiving of features. This skill is particularly useful for developers who need to switch contexts frequently or work on multiple tasks simultaneously without the overhead of stashing or constant branch switching.