智能体 · 中文选型解读

ECC

已解读GitHubMITJavaScript

ECC是面向Claude Code、Cursor等AI编程工具的智能体优化系统,可为AI编程智能体提供标准化工程流程、技能库与安全管控能力。

244.9kstar今天仍有更新维护状态MIT · 可评估商用商用提醒
在 GitHub 查看官方项目
适合解决让 AI 拆解任务、调用工具并完成多步骤流程
更适合希望自动化运营、调研、销售或内部流程的团队
投入判断上手门槛:需评估。需要明确流程边界,并持续评测结果
一分钟看懂

这个项目值得继续研究吗?

AI 依据上游资料解读 · 2026/8/27

ECC是面向Claude Code、Cursor等AI编程工具的智能体优化系统,可为AI编程智能体提供标准化工程流程、技能库与安全管控能力。

解决什么问题
企业使用AI编程工具时,常需反复在提示词中说明开发规范与流程,AI输出的代码质量不稳定,缺少统一安全校验、经验复用机制,重复工作多,还易出现代码漏洞。
适合什么团队
适合已使用Claude Code、Cursor等AI编程工具的技术团队,尤其是需要统一AI代码输出规范、提升AI编程效率、降低安全风险的研发团队。
使用前注意
需从官方指定渠道安装,避免第三方版本携带恶意代码;当前2.1.0版本建议使用Claude原生插件命令安装,不要同时采用插件与手动安装方式避免冲突;私有仓库使用Pro版需按每账号每月19美元付费。

本页用于缩短初步筛选时间,不构成技术、采购或法律结论。 正式使用前请在真实业务数据上验证,并以官方说明与许可证为准。

项目导读

从官方资料看清能力、部署与采用边界

AI 翻译整理 · 保留官方来源

以下内容依据项目公开 README 或模型卡翻译整理,代码、命令和产品名保持原样。

项目定位

ECC是一套AI编程智能体的配套性能优化系统,相当于给AI编程工具加装了标准化的工程作业框架,无需每次在提示词中重复说明开发流程与规则,安装一次即可成为AI编程的默认工作逻辑。 项目当前对Claude Code的适配最完善,也为Codex、Cursor、OpenCode、GitHub Copilot等其他主流AI编程工具提供了适配组件,开源版本采用MIT许可,可免费使用。

核心能力

ECC内置了多类成熟的AI作业能力,可直接落地使用,核心包含以下内容:

  1. 专属智能体:共68个细分场景的智能体,分别负责需求规划、代码审核、构建故障修复、安全检测、架构设计、特定领域开发等不同环节的工作;
  2. 现成技能库:共286个预制技能,覆盖测试驱动开发、技术调研、安全检测、文档生成、前端开发、数据处理、机器学习、运维等各类研发场景;
  3. 安全管控:自带AgentShield安全扫描能力,可对提示词、配置项、权限设置、密钥信息、智能体文件进行检测,规避代码安全风险;
  4. 规则与记忆:可按编程语言、项目类型自定义统一的代码规范,同时支持会话记忆、经验沉淀,可将过往优质实践固化下来复用,无需每次重复向AI提要求。

典型工作逻辑

安装ECC后,AI编程会自动按照「规划→测试→实现→审核→验证→记忆→优化」的固定流程执行开发任务:收到开发需求后先输出实现方案,提前编写测试用例,再完成代码开发,AI会先自行审核代码内容,验证符合要求后再输出,同时会将本次的优质做法沉淀到记忆库,后续同类需求可直接复用规则与经验,大幅减少重复沟通成本。

安装方式

当前2.1.0版本最简便的安装方式是通过Claude Code原生插件安装,仅需在Claude Code内执行以下两条命令即可完成安装,自动部署所有技能、智能体、命令与钩子规则:

/plugin marketplace add https://github.com/affaan-m/ECC
/plugin install ecc@ecc

注意选择插件安装后,不要再重复执行手动安装流程,避免出现冲突。官方透露后续2.2.0版本将推出引导式通用安装包,安装流程会进一步简化。

版本与权益说明

ECC的开源版本采用MIT许可,永久免费,可无限制用于公开代码仓库场景。如果需要对接内部私有代码仓库,可采购ECC Pro托管GitHub App服务,收费标准为每账号每月19美元。 项目目前维护状态活跃,每周都会发布更新,由官方维护者持续迭代适配更多AI编程工具与场景。

使用注意事项

请仅从官方指定渠道(GitHub官方仓库、官方npm包、官网ecc.tools、官方GitHub App、插件标识ecc@ecc)安装ECC,第三方重发版本、非官方镜像未经过官方审核,可能包含恶意代码,存在安全风险。

采用建议

如果你的团队已经在使用AI编程工具,面临提示词重复编写、AI输出代码不符合团队规范、安全风险不可控、优秀经验无法复用等问题,可先部署开源版本对接公开仓库测试效果,确认符合需求后,再根据内部私有仓库的使用需求,按需采购Pro版服务。

可核对的事实层

官方资料与来源

查看来源 →
  • ai-agents
  • anthropic
  • claude
  • claude-code
  • developer-tools
  • llm
  • mcp
  • productivity
默认分支main
关注仓库1.2k
复刻次数36.8k
开放议题182
近期更新2026/8/26
仓库状态未标记归档
上游部署线索
## Install with Claude Code

Run these commands inside Claude Code:

```text
/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.

> Guided package setup is coming in `ecc-universal` 2.2.0. Use the native
> Claude plugin commands above while npm remains on 2.1.0.

<div align="center">

<table aria-label="ECC primary links">
<tr>
<td width="33%" align="center">
  <a href="https://ecc.tools/pricing">
    <img src="assets/images/community/ecc-tools-mark.svg" height="42" alt="ECC Tools" /><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

该片段来自项目 README,仅用于初步判断;实际部署请以官方文档为准。

核对上游原始说明节选

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

Language: English | Português (Brasil) | 简体中文 | 繁體中文 | 日本語 | 한국어 | Türkçe | Русский | Tiếng Việt | ไทย | Deutsch | Español

[!WARNING]
Official sources only. Install ECC only from verified channels: the GitHub repository github.com/affaan-m/ECC, the npm packages ecc-universal and ecc-agentshield, the GitHub App, the plugin slug ecc@ecc, and the project website ecc.tools. Third-party re-uploads and unofficial mirrors are not maintained or reviewed by the project and may contain malware.

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.

Guided package setup is coming in ecc-universal 2.2.0. Use the native
Claude plugin commands above while npm remains on 2.1.0.

ECC Pro + GitHub App Install free · Private repos from $19/seat/mo Sponsor ECC Fund the open-source project Community Discord · Q&amp;A · Show and Tell

OSS stays free. This repo is MIT-licensed forever. ECC Pro is the hosted GitHub App for private repos. Sponsors and Pro subscribers fund the work. That's why a single maintainer ships weekly across 7 harnesses.

Partners &amp; sponsors

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;

Community sponsors: Mike Morgan · @jasonwu513 · @1anter · @massimotodaro · @meadmccabe

Become a Sponsor · Sponsor Tiers · Sponsorship Program

Jump to install ↓

ECC

Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills and workflows.

plan -> test -> implement -> review -> verify -> remember -> improve

Instead of rebuilding that process in every prompt, you install it once and make it part of how your agent works.

Optimize the context window. Persist everything else.

ECC is MIT-licensed open source. It works best with Claude Code today, has a supported Codex sync path, and provides capability-limited adapters for Cursor, OpenCode, Gemini, Zed, GitHub Copilot, Antigravity, Qwen, and other harnesses. See the support status matrix before assuming feature parity.

Access to 68 agents, 286 skills, and 94 legacy command shims, plus hooks, rules, memory, continuous learning, and AgentShield security scanning. The agents are specialized for planning, review, build repair, security, architecture, and domain work.

| Included | Count | What it gives you | | ---------------- | ----------: | ------------------------------------------------------------------------------------ | | Agents | 68 agents | Planning, review, build repair, security, architecture, and domain work | | Skills | 286 skills | TDD, research, security, docs, frontend, data, ML, operations, and more | | Commands | 94 commands | Convenient entry points while ECC moves to a skills-first surface | | Hooks and memory | Runtime | Enforcement, session summaries, continuous learning, instincts, and context controls | | Rules | Selective | Always-loaded standards you choose by language or project | | AgentShield | Included | Scanning for prompts, hooks, MCP config, permissions, secrets, and agent files |

<img src="assets/star-history-light.svg" alt="ECC star history: first 40,000 stars, January 18 to Februa

上游文档较长,此处为节选。完整内容见官方项目。