Install in one command
Everything auto-wires — agents, RTK compression, Terse mode, codebase graph, MCP server. Zero configuration required.
npm i -g kodelyth-ecc
kodelythecc --target claude-code --codebase-graphInstalls 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.
kodelythecc --target claude-codekodelythecc --target cursorkodelythecc --target windsurf-homekodelythecc --target antigravitykodelythecc --target codex-homekodelythecc --target opencodekodelythecc --target clinekodelythecc --target roocodekodelythecc --target aiderkodelythecc --target kimikodelythecc --target gemini-homeOnce installed, just type kodelythecc alone in your terminal — an arrow-key menu opens with update check, dashboard, IDE picker, background daemon, and full uninstall.
kodelythecc --version
kodelythecc rtk status
kodelythecc terse status
kodelythecc codebase status
kodelythecc mcp-register --statusWe 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