📦 ECC/ affaan-m
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Установка и запуск
Install with Claude Code
Run these commands inside Claude Code:
/plugin marketplace add https://github.com/affaan-m/ECC
/plugin install ecc@ecc
That installs ECC's skills, agents, commands, and plugin-managed hooks. If you choose this path, stop there. Do not also run a full manual install into Claude Code.
<div align="center"> <table aria-label="ECC primary links"> <tr> <td width="33%" align="center"> <a href="https://ecc.tools/pricing"> <br /> <strong>ECC Pro + GitHub App</strong> </a><br /> <sub><a href="https://github.com/apps/ecc-tools">Install free</a> · <a href="https://ecc.tools/pricing">Private repos from $19/seat/mo</a></sub> </td> <td width="33%" align="center"> <a href="https://github.com/sponsors/affaan-m"> <br /> <strong>Sponsor ECC</strong> </a><br /> <sub>Fund the open-source project</sub> </td> <td width="33%" align="center"> <a href="https://discord.gg/36yGMHGFbR"> <br /> <strong>Community</strong> </a><br /> <sub>Discord · Q&A · Show and Tell</sub> </td> </tr> </table> </div>Guided package setup is coming in
ecc-universal2.2.0. Use the native Claude plugin commands above while npm remains on 2.1.0.
<sub>OSS stays free. This repo is MIT-licensed forever. ECC Pro is the hosted GitHub App for private repos. <a href="https://github.com/sponsors/affaan-m">Sponsors</a> and <a href="https://ecc.tools/pricing">Pro subscribers</a> fund the work. That's why a single maintainer ships weekly across 7 harnesses.</sub>
<div align="center"><sub><strong>Partners & sponsors</strong></sub>
…
Install ECC
[!IMPORTANT] Guided package setup is coming in
ecc-universal2.2.0. The current npm release, 2.1.0, does not include the guided setup commands. Use the native Claude plugin commands at the top of this README until 2.2.0 is published.
Running Tests
The plugin includes a comprehensive test suite:
# Run all tests
node tests/run-all.js
# Run individual test files
node tests/lib/utils.test.js
node tests/lib/package-manager.test.js
node tests/hooks/hooks.test.js
Из README репозитория · полный README на GitHub