wt
✓Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.
Installation
SKILL.md
Manages isolated LlamaFarm development environments using git worktrees. Each worktree has its own services, ports, and data directories - enabling parallel agent sessions without conflicts.
For complete documentation, architecture details, and advanced usage: @scripts/wt/README.md
| Create worktree and start services | wt create feat/my-feature | | Create and cd into worktree | wt create --go feat/my-feature | | List all worktrees with status | wt list | | Check service health | wt status or wt health | | Start/stop services | wt start / wt stop | | View service logs | wt logs [server\|rag\|runtime\|designer\|all] |
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees. Source: llama-farm/llamafarm.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/llama-farm/llamafarm --skill wt- Source
- llama-farm/llamafarm
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is wt?
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees. Source: llama-farm/llamafarm.
How do I install wt?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/llama-farm/llamafarm --skill wt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/llama-farm/llamafarm
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01