🇺🇸 English🇨🇳 中文
SkillsNav
Home

using-git-worktrees

★ 5.5K repogenerationN/A

How to Install

Claude Code:
git clone https://github.com/jnMetaCode/superpowers-zh && cp skills/using-git-worktrees ~/.claude/skills/
Cursor:
Copy SKILL.md into your .cursorrules file
# 使用 Git 工作树 ## 概述 确保工作发生在隔离的工作区中。优先使用你的平台的原生 worktree 工具。仅在没有原生工具可用时,再回退到手动 git worktree。 **核心原则:** 先检测现有隔离。然后用原生工具。再回退到 git。绝不与 harness 对抗。 **开始时宣布:** "我正在使用 using-git-worktrees 技能来建立一个隔离的工作区。"

Details

Category Coding → generation
Sourcehttps://github.com/jnMetaCode/superpowers-zh
Stars★ 5.5K
Risk LevelN/A

Related Skills