WirasmWirasmCommunityยท6 Agent Skills Included

kild

Orchestrate parallel coding agents across isolated git worktrees

Runs and steers multiple coding agents in parallel, each inside its own isolated git worktree. Eliminates manual branch juggling, merge conflicts between concurrent tasks, and lost agent output. Provides a scriptable CLI and HTTP API to spawn agents, send messages, review git state, and merge finished work safely.
npx skills add Wirasm/kild --all -g -y
Available:

Gives the AI agent the architectural boundaries, vocabulary, and workflow rules it must follow when building or operating inside the kild orchestration engine.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’