ECC

Active
GitHub JavaScript MIT

Description

Agent harness operating system providing skills, instincts, memory optimization, continuous learning, and security scanning.

Key Features

  • Cross-harness workflows - supports Codex, Claude Code, Cursor, OpenCode, Gemini and more
  • Skills system - reusable agent skill packs covering code generation, review, and testing
  • Continuous learning - mines failed sessions for lessons, auto-writes corrections
  • Security scanning - AgentShield module detects security issues in agent output
  • MCP configuration - pre-built MCP configs and toolchain, ready out of the box

Use Cases

💡 Unify agent harness skills and security policies across a dev team using Claude Code or Cursor
💡 Automate agent workflows in private repos via the GitHub App
💡 Share memory and experience across multi-agent collaboration scenarios

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (246.4k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Quick Start

# Install ECC
npm install -g ecc-universal

# Initialize
ecc init

Related Projects

PM Skills Marketplace

25.9k · Unknown
Normal A

PM Skills Marketplace is an AI skill marketplace for product managers - 68 PM skills and 42 workflows that bake discovery, strategy, execution, and launch frameworks into Claude Code and other assistants.

pmproduct-managementclaude-code +2
  • · 68 PM skills - covering discovery, assumption testing, prioritization, and strategy
  • · 42 chained workflows - skills strung into end-to-end processes, e.g. /discover chains four steps
  • · 9 domain plugins - installable packages grouped by PM domain

Agentic Awesome Skills

45.9k · Python
Active A+

A local skill catalog and composition layer for coding agents — 2100+ skills surfaced to Claude and Codex via a read-only MCP, composed into a reproducible, reviewable stack manifest.

skillsmcpclaude-code +2
  • · Complete local catalog — 2100+ skills live on disk, searchable and readable offline with no hosted dependency
  • · Agent-owned selection — a read-only stdio MCP exposes search_skills, get_skill, and compose_stack so Claude or Codex composes its own stack
  • · Validate and preview — aas stack validate checks the proposal while aas stack plan produces an immutable per-target plan