Initech — Development skill for Claude Code
An runtime for agents who collaborate with each other from one terminal.
How to install Initech
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open nmelo/initech and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Initech does
An runtime for agents who collaborate with each other from one terminal. Optimized for steerability.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Create Blog Article For Claude Code Component — You will create a complete, SEO-optimized blog article for a Claude Code component 23.4k ★
- Dev — Switch to Dev Work mode - optimized for software development 2.8k ★
README
[](https://go.dev) [](https://opensource.org/licenses/MIT) [](https://github.com/nmelo/initech) [](https://github.com/nmelo/homebrew-tap) [](https://deepwiki.com/nmelo/initech)
No tmux required!!
**initech** is an agent runtime for directing teams of AI coding agents. Each agent gets its own PTY-backed pane, reliable IPC messaging, and bead-aware state tracking — all in one TUI. Works with Claude Code, Codex, Amp, or any CLI.
Why
Running multiple Claude Code agents in tmux breaks in three specific ways:
- Messages drop silently.
tmux send-keyshas no delivery guarantee. When a completion report from eng to super drops, the dispatch chain stalls. initech's IPC socket confirms delivery or returns an explicit error. - Agent state is invisible. A hung agent and a productive one look identical in tmux. initech shows every agent's activity state simultaneously — active, idle, stalled, or idle-with-work-waiting.
- Work is invisible to the runtime. tmux doesn't know what beads exist or who's working on what. initech parses Claude's session logs for bead events and surfaces them as typed notifications: green toast when an agent finishes, yellow when it stalls, red when it's error-looping.
Quick Start
# Install
brew tap nmelo/tap && brew install initech
# Bootstrap a new project
mkdir myproject && cd myproject
initech init
# Launch
initech
`initech init` prompts for a project name, lets you pick roles interactively, and scaffolds the full workspace: `in
Related Skills
SafeClaw
to make running containerized Claude Code sessions easy. It lets you spin up multiple isolated sessions, each
Claude Code Theme
Claude-inspired VS Code theme pack with dark/light/high-contrast and brand variants, semantic token tuning, an
Swe Mux
Terminal multiplexer and agentic control plane with tailscale enabled. optimized for mobile development
Clio — Claude Code CLI Clone
Agentic coding CLI that connects to Anthropic API (or compatible endpoints) to provide a terminal-based Claude
Agent Hop
Runtime for coding-agent harnesses. Run Claude Code, Codex, OpenCode, Pi, and Grok in one terminal; hop live b
Kingcrab
KINGCRAB: ontology-first durable agent runtime and terminal command deck.
Related Agents
IDE Debugger
Autonomous debugging agent that uses IDE bridge debug and terminal tools. Sets breakpoints, evaluates expressi
GitHub Issue Creator
Use this agent when you need to create GitHub issues for the project. The agent will collaborate with planner
Confluence Collaborate
Manage Confluence collaboration surface: comments, attachments, labels, watchers. Routed by mk:confluence-coll