con un clic
worktree-create
Create git worktree for parallel work. Agent-driven naming.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create git worktree for parallel work. Agent-driven naming.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
Basado en la clasificación ocupacional SOC
| name | worktree-create |
| description | Create git worktree for parallel work. Agent-driven naming. |
Create a git worktree for isolated parallel work.
This skill MAY: run git worktree commands, ask user for branch name, suggest names. This skill MAY NOT: edit code, run tests, implement features.
/unipi:worktree-create <string(greedy)>
string(greedy) — description or desired branch namefeat/auth, fix/login-bug → use directlyIf clear branch name:
"Creating worktree on branch
feat/auth. Confirm?"
If description:
"Based on your description, I suggest:
feat/user-auth. What name would you like?"
Let user confirm or provide different name.
git worktree add .unipi/worktrees/<branch> -b <branch>
Report:
"Worktree created:
.unipi/worktrees/<branch>(branch:<branch>)" "To work in this worktree:/unipi:work worktree:<branch> specs:<plan>"
.unipi/worktrees/ directory/unipi:worktree-list to see all worktrees/unipi:worktree-merge to merge back to main