An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
Using Git Worktrees
Summary
Set up an isolated workspace with git worktrees before starting feature work or executing a plan.
Features
- Isolates feature work from the current workspace
- Lets several tasks proceed without branch thrash
- Falls back gracefully when worktrees are unavailable
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Agents that edit files in your active checkout create a specific kind of anxiety. This skill removes it by establishing an isolated workspace first.
It creates a git worktree for the task, so changes happen on a separate branch in a separate directory, leaving your working copy untouched. Several tasks can run at once without stashing, branch switching, or the risk of half-finished work colliding.
The skill handles setup, dependency installation in the new worktree, and cleanup afterwards, plus a fallback path when native worktree support is not available in the environment.
Part of the Superpowers collection.
Related Skills
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.