worktrees
✓使用 git 工作树与编码代理并行开发的指南。当用户请求在新工作树中工作或想要单独处理单独的功能(例如,“在新工作树中工作”、“为功能 X 创建工作树”)时,请使用此技能。
SKILL.md
This skill enables parallel development by using git worktrees. Each worktree provides an isolated working directory with its own branch, allowing multiple agents to work on different features simultaneously without conflicts.
Choose a descriptive branch name for the feature or task to be worked on. The branch name should follow standard git naming conventions (lowercase, hyphen-separated, e.g., add-user-authentication, fix-login-bug).
Create a new worktree in the .worktrees/ directory within the current project:
使用 git 工作树与编码代理并行开发的指南。当用户请求在新工作树中工作或想要单独处理单独的功能(例如,“在新工作树中工作”、“为功能 X 创建工作树”)时,请使用此技能。 来源:nilecui/skillsbase。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/nilecui/skillsbase --skill worktrees- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 worktrees?
使用 git 工作树与编码代理并行开发的指南。当用户请求在新工作树中工作或想要单独处理单独的功能(例如,“在新工作树中工作”、“为功能 X 创建工作树”)时,请使用此技能。 来源:nilecui/skillsbase。
如何安装 worktrees?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nilecui/skillsbase --skill worktrees 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/nilecui/skillsbase
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01