git-worktrees
✓创建独立的 git 工作区以进行功能开发。智能目录选择、安全验证和跨平台支持(Windows/Unix)。
SKILL.md
🌳 GIT WORKTREES: ISOLATED WORKSPACES Philosophy: Isolation prevents contamination. Work on features without affecting the main workspace. Systematic directory selection + safety verification = reliable isolation.
ISOLATION INTEGRITY MANDATE (CRITICAL): Never create worktrees in directories that are not explicitly ignored by Git. AI-generated workflows often fail by polluting the primary repository with tracked worktree data. You MUST verify that the destination directory is within .gitignore before execution. Furthermore, you MUST ensure a 'Clean Baseline' by running tests before starting any feature work in a new worktree...
🎯 OVERVIEW Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Benefits:
创建独立的 git 工作区以进行功能开发。智能目录选择、安全验证和跨平台支持(Windows/Unix)。 来源:xenitv1/claude-code-maestro。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 git-worktrees?
创建独立的 git 工作区以进行功能开发。智能目录选择、安全验证和跨平台支持(Windows/Unix)。 来源:xenitv1/claude-code-maestro。
如何安装 git-worktrees?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/xenitv1/claude-code-maestro
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01