🎯

worktree-manager

🎯Skill

from testacode/llm-toolkit

VibeIndex|
What it does

Manages Git worktrees by creating, listing, and organizing multiple working trees in a dedicated .worktrees/ directory for efficient parallel development.

worktree-manager

Installation

Install skill:
npx skills add https://github.com/testacode/llm-toolkit --skill worktree-manager
15
Last UpdatedJan 25, 2026

Skill Details

SKILL.md

Overview

# LLM Toolkit

Coleccion de herramientas, configuraciones y extensiones para trabajar con modelos de lenguaje (Claude, GPT, Qwen, Mistral, etc.).

> Quick Start: Ver [docs/QUICK-START.md](docs/QUICK-START.md) para empezar en 5 minutos.

Estructura del Repositorio

```

llm-toolkit/

β”œβ”€β”€ skills/ # Skills para Claude Code

β”‚ β”œβ”€β”€ llms-txt-generator/

β”‚ β”œβ”€β”€ claude-md-writer/

β”‚ β”œβ”€β”€ nextjs-project-starter/

β”‚ └── doc-writer/

β”œβ”€β”€ agents/ # Agentes especializados

β”œβ”€β”€ commands/ # Slash commands organizados

β”‚ β”œβ”€β”€ git/ # commit

β”‚ β”œβ”€β”€ code/ # explain, simplify, translate

β”‚ β”œβ”€β”€ docs/ # diagram, document

β”‚ └── dev/ # prototype, summary

β”œβ”€β”€ docs/ # Documentacion

β”œβ”€β”€ .claude-plugin/ # Configuracion del marketplace

β”‚ β”œβ”€β”€ marketplace.json

β”‚ └── plugin.json # Declaracion de todo el contenido

β”œβ”€β”€ .claude/ # Configuracion local

β”‚ └── settings.template.json

β”œβ”€β”€ rules/ # Reglas y guidelines (futuro)

β”œβ”€β”€ hooks/ # Hooks para Claude Code (futuro)

β”œβ”€β”€ prompts/ # Prompts reutilizables (futuro)

└── configs/ # Configuraciones por IDE (futuro)

```

Skills Disponibles

| Skill | Descripcion | Trigger |

|-------|-------------|---------|

| [llms-txt-generator](skills/llms-txt-generator/) | Genera documentacion optimizada para LLMs siguiendo el estandar llms.txt | "crear llms.txt", "generate LLM docs" |

| [claude-md-writer](skills/claude-md-writer/) | Guia para escribir y mejorar archivos CLAUDE.md siguiendo best practices | "crear CLAUDE.md", "revisar CLAUDE.md" |

| [nextjs-project-starter](skills/nextjs-project-starter/) | Crea proyectos Next.js con stack configurable (Mantine, Supabase, Zustand) | "crear proyecto", "new nextjs project" |

| [pr-reviewer](skills/pr-reviewer/) | Revisa PRs aplicando KISS, DRY, SOLID con respuestas en espaΓ±ol | "revisar PR", "code review" |

| [git-reconciler](skills/git-reconciler/) | Sincroniza branch con main/master detectando conflictos antes de merge | "sync con main", "reconciliar", "actualizar branch" |

| [worktree-manager](skills/worktree-manager/) | Gestiona git worktrees en carpeta .worktrees/ | "crear worktree", "listar worktrees" |

| [setup-project](skills/setup-project/) | Configura proyectos con scripts de check y detecta CLIs disponibles | "configurar proyecto", "setup", "quΓ© CLIs tengo" |

| [feature-planner](skills/feature-planner/) | Planifica features con entrevista estructurada y genera plan de implementacion | "planificar feature", "nueva funcionalidad" |

| [doc-writer](skills/doc-writer/) | Organiza specs, planes y docs tecnicos en docs/ con categorias y naming automatico | "escribir spec", "crear plan", "documentar ADR" |

| [doc-organizer](skills/doc-organizer/) | Organiza y categoriza documentos existentes en estructura correcta | "organizar docs", "categorizar archivos" |

| [investor-profiler](skills/investor-profiler/) | Entrevista estructurada para determinar perfil de inversor y recomendar asset allocation | "perfil inversor", "en quΓ© invertir", "asset allocation" |

| [github-actions](skills/github-actions/) | Configura GitHub Actions con deteccion proactiva de repos sin CI. Soporta Node.js, Python, Go | "agregar CI", "configurar GitHub Actions", "workflow de deploy" |

Commands Disponibles

Git

| Command | Descripcion | Uso |

|---------|-------------|-----|

| [commit](commands/git/commit.md) | Genera commits siguiendo conventional commits | /commit |

Code

| Command | Descripcion | Uso |

|---------|-------------|-----|

| [explain](commands/code/explain.md) | Explica codigo o arquitectura | /explain |

| [simplify](commands/code/simplify.md) | Refactoriza codigo complejo | /simplify |

| [translate](commands/code/translate.md) | Traduce codigo entre lenguajes | /translate |

Docs

| Command | Descripcion | Uso |

|---------|-------------|-----|

| [dia