safe-editing
SolidEnsure AI agents work in an isolated Git worktree to prevent changes to the main working directory. Use when AI is about to make its first code modification in a session, or when the user requests isolated/safe editing. Triggers include starting to edit files, implementing features, or fixing bugs.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- koborin-ai
- Repository
- koborin-ai/site
- Created
- 9 months ago
- Last Updated
- 3 days ago
- Language
- MDX
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
using-git-worktrees
Use before non-trivial work on a default branch to isolate changes in a feature branch or dedicated git worktree.
working-in-isolation
Use when you're about to start changing files in a repository — code, docs, config, or content, whether a feature, bugfix, refactor, or docs/config update — to establish an isolated workspace so your work doesn't collide with existing or in-progress work.
git
Git operations and worktree management