Kata Code
Description
Cloud, desktop and mobile coding agent orchestration
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Kata Code
Kata Code is an "agent harness control surface". It enables control of the agents on your machine with a [web app](https://app.kata.sh) and an Electron desktop app.
Works with your subscriptions on Claude Code, Codex, Cursor, Grok Build, and OpenCode. If they're set up on your computer, Kata Code can control them.
Installation
[!WARNING] Kata Code currently supports Codex, Claude, Cursor, Grok Build and OpenCode. Install and authenticate at least one provider before use:
- Codex: install Codex CLI and run
codex login- Claude: install Claude Code and run
claude auth login- Cursor: install Cursor CLI and run
agent login- Grok Build: install Grok Build CLI and run
grok login- OpenCode: install OpenCode and run
opencode auth login
Try it out (install-free)
The easiest way to test Kata Code is to run the server in your terminal (requires Node.js 22.16+, 23.11+, or 24.10+):
npx @kata-sh/code-cli@latest
This will launch Kata Code's backend on your machine as well as the local web app to control your agents.
Tip: Use `npx @kata-sh/code-cli@latest --help` for the full CLI reference.
Test a headless remote environment
Run a second, isolated server on your machine:
npx @kata-sh/code-cli@latest serve \
--port 53210 \
--base-dir ~/.katacode-headless-test
In the desktop app, open **Settings** → **Connections** → **Add environment** → **Remote link**, paste the printed pairing URL into **Host**, then click **Add environment**. Use `@nightly` instead of `@latest` when testing with the Nightly app.
To expose a headless Linux server through Kata Code Connect:
npx @kata-sh/code-cli@latest connect link --headless
npx @kata-sh/code-cli@latest serve
Approve the managed relay-client installation when prompted. Then open the author
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11