kild
Orchestrate parallel coding agents across isolated git worktrees
All Skills in This Repository (6)
Pure Emerald Level Indicatorsarchon
Manage multiple AI coding sessions through isolated git worktrees.
kild-brain
Coordinate AI agent fleets across multiple work environments.
kild-wave-planner
Plan parallel AI development waves with conflict and dependency assessments.
kild
Automate parallel AI development sessions in isolated Git worktrees.
gpui
Build GPU-accelerated native UIs with gpui and gpui-component libraries.
kild-peek
Capture, inspect and validate macOS-native app windows and UI elements via accessibility APIs and image processing tools.
Frequently Asked Questions
FAQPage SchemaHow to install kild?โผ
Run `npx skills add Wirasm/kild --all -g -y` in your terminal to install all skills in this suite globally.
How to run multiple coding agents in parallel?โผ
Use `kild new` to create an isolated worktree with one or more agents, then steer them with `kild send` and monitor progress with `kild log` and `kild ls --git`.
How does kild prevent merge conflicts between agents?โผ
Each kild runs in its own git worktree on a separate branch, and `kild land` previews merges and reports collisions before anything is merged.
Does kild work with Claude Code and other agents?โผ
Yes. Any command-line agent can drive the kild CLI, and external harnesses like Claude Code can attach to a kild with `kild attach` to send and receive messages.
Can I delegate a coding task to a sub-agent?โผ
Yes. Use `kild run` for a one-shot task or `kild spawn` to add a specialized agent with a chosen persona and model to a live kild.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core