Neta
Description
A leader agent that delegates to tiered worker agents behind the coding-agent CLI you already use — Claude Code, Codex, or OpenCode.
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
Neta
[](https://github.com/sudhanshug16/neta/actions/workflows/ci.yml) [](https://www.npmjs.com/package/@intervene/neta)
Neta is the interface, engine, and machine service for running persistent agent teams across workspaces. You talk to the leader belonging to a workspace on a machine; sustained work becomes missions with mission leads and agents, isolated in worktrees, visible on a spine canvas.
**v3 is in progress.** This checkout is being rebuilt from scratch against [MANIFESTO.md](MANIFESTO.md); the engineering plan is [docs/plan/README.md](docs/plan/README.md). The last v2 release is 2.2.x on npm, and there is no migration: v2 sessions are not imported.
Install
npm install -g @intervene/neta
One bundled file, no runtime dependencies. Neta needs Node 22+.
Documentation
- MANIFESTO.md — the product: workspaces, leaders, missions, agents, Lead and Lead++, the spine.
- How it works — the architecture as it ships today.
- Settings — providers, leader defaults, models.
Development
The toolchain is [Bun](https://bun.sh):
bun install
bun test # tests talk only to the fake ACP agent fixture
bun run check # biome + tsc --noEmit
bun run build # dist/main.js — one file, targets Node
The macOS app lives in `apps/macos` (Swift 6, Swift Package Manager):
cd apps/macos
swift build
swift test
To release, bump `version` in `package.json` and push to `main`. CI publishes that version to npm if the registry does not already have it. The CLI reads its version from `package.json`, so there is nothing else to bump.
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