Skip to main content
Kodelyth ECC
v2.4.2

Install in one command

Everything auto-wires — agents, RTK compression, Terse mode, codebase graph, MCP server. Zero configuration required.

Recommended
Claude Code
Claude Code--target claude-code · Default & Recommended
npm i -g kodelyth-ecc
kodelythecc --target claude-code --codebase-graph

Installs both binaries (kodelyth-ecc, kodelythecc), copies 70 agents + 194 skills + 97 commands + 22 hooks + 14 rules into ~/.claude/, auto-installs RTK, drops in Terse mode, and wires codebase-memory-mcp. Then restart Claude Code.

Install for another IDE
Claude Code
Claude Code
kodelythecc --target claude-code
Cursor
Cursor
kodelythecc --target cursor
Windsurf
Windsurf
kodelythecc --target windsurf-home
Antigravity
Antigravity
kodelythecc --target antigravity
Codex CLI
Codex CLI
kodelythecc --target codex-home
OpenCode
OpenCode
kodelythecc --target opencode
Cline
Cline
kodelythecc --target cline
Roo Code
Roo Code
kodelythecc --target roocode
Aider
Aider
kodelythecc --target aider
Kimi
Kimi
kodelythecc --target kimi
Gemini CLI
Gemini CLI
kodelythecc --target gemini-home
Interactive menu

Once installed, just type kodelythecc alone in your terminal — an arrow-key menu opens with update check, dashboard, IDE picker, background daemon, and full uninstall.

Learn about the interactive CLI →
Verify
kodelythecc --version
kodelythecc rtk status
kodelythecc terse status
kodelythecc codebase status
kodelythecc mcp-register --status
Uninstall completely

We leave a completely clean footprint. Full removal is interactive and dry-run friendly. It safely removes all 759+ ECC-shipped files, unwires RTK and codebase-memory-mcp from your IDE configs, and deletes ~/.kodelythecc/ memory stores.

# Preview exactly what would be removed (safe)
kodelythecc uninstall --dry-run

# Run full cleanup
kodelythecc uninstall --yes

# Finally remove the binary
npm uninstall -g kodelyth-ecc
Read the full uninstall guide →