ephemeral-worktree
Installation
SKILL.md
ephemeral-worktree
Use an ephemeral git worktree to implement changes safely without modifying the developer's main workspace.
This skill provides a safe development workflow for AI agents when implementing non-trivial code changes.
When to use
Use this skill when:
- implementing features
- performing refactors
- fixing bugs affecting multiple files
- making experimental or risky changes
- modifying multiple parts of the repository
Do not use this skill for trivial edits such as:
Related skills