Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,085+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1181
    • Coding1018
    • Infrastructure446
    • Marketing412
    • Design362
    • Projects332
    • Analytics318
    • Research303
    • Testing197
    • Data169
    • Integration166
    • Security166
    • MCP158
    • Learning145
    • Communication129
    • Extensions119
    • Commerce115
    • Prompts114
    • Voice106
    • DevOps91
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. ECC Tools (Everything Claude Code)
    ECC Tools (Everything Claude Code) icon

    ECC Tools (Everything Claude Code)

    Agent Harness
    Featured

    Agent harness engineering toolkit that extracts coding patterns from git history and generates skills to guide AI coding agents like Claude Code.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Free OSS and public-repo path for trying ECC and staying open-source-first.

    Pro: $190/yr
    Enterprise: Custom/contact

    Engagement

    Available On

    Windows
    macOS
    Linux
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent HarnessCode IntelligenceAgent Frameworks

    Alternatives

    tui-useclaude-bootstrapAutoAgent
    Developer
    Affaan MustafaSan Francisco, CAEst. 2025$15K raised

    Updated Apr 2026

    About ECC Tools (Everything Claude Code)

    Everything Claude Code (ECC) is a comprehensive, open-source performance optimization system for AI agent harnesses — the infrastructure that guides, controls, and optimizes AI coding agents so they produce reliable output without constant human supervision. Evolved over 10+ months of intensive daily use building real products, ECC ships production-ready agents, skills, hooks, rules, MCP configurations, and legacy command shims that work across Claude Code, Codex, Cursor, OpenCode, Gemini, and other AI coding tools. The system won the Anthropic x Forum Ventures hackathon and has grown to 140K+ stars with 170+ contributors across 12+ language ecosystems.

    The core problem ECC solves is that every codebase contains implicit knowledge — architectural decisions, naming conventions, testing patterns, deployment workflows — buried in commit history. Without a harness, each AI coding session starts from scratch. ECC makes this knowledge explicit and machine-readable, giving agents computed context at session start so they follow your conventions from the first line of code.

    • 47 Specialized Agents — Delegate tasks to purpose-built subagents for planning, architecture, TDD, code review, security analysis, build error resolution, documentation syncing, and more; invoke via /ecc:plan, /tdd, /code-review, etc.
    • 181 Skills — The primary workflow surface covering coding standards, backend and frontend patterns, TDD, security review, continuous learning, eval harnesses, and domain-specific frameworks including Django, Spring Boot, Laravel, Go, Rust, Swift, Perl, and more.
    • Automated Skill Generation — Install the GitHub App, comment /ecc-tools analyze on any issue, and receive a PR with SKILL.md and instincts extracted from up to 5,000 commits of git history.
    • Continuous Learning v2 — Instinct-based learning system that automatically extracts patterns from sessions with confidence scoring; use /instinct-status, /instinct-import, /instinct-export, and /evolve to cluster related instincts into full skills.
    • Hook-Based Automations — Trigger-based hooks (PreToolUse, PostToolUse, Stop, SessionStart) for memory persistence, strategic compaction, secret detection, auto-formatting, and TypeScript checks; runtime-controlled via ECC_HOOK_PROFILE and ECC_DISABLED_HOOKS.
    • AgentShield Security Auditor — Run npx ecc-agentshield scan to audit CLAUDE.md, settings.json, MCP configs, hooks, and agent definitions across 102 static analysis rules and over 1,200 tests; supports red-team/blue-team/auditor pipeline.
    • 79 Legacy Command Shims — Familiar slash-command entrypoints (/plan, /build-fix, /e2e, /orchestrate) that map to the underlying skills system during migration.
    • Cross-Platform Harness Support — Full support for Windows, macOS, and Linux with tight integration for Claude Code, Cursor (DRY adapter pattern), OpenCode (plugin system), Codex (TOML config + AGENTS.md), and Antigravity IDE.
    • Token Optimization — Recommended settings for model selection, MAX_THINKING_TOKENS, and strategic compaction to reduce costs and prevent agent context overflow.
    • Multi-Agent Orchestration — PM2 process management and parallel execution using git worktrees for complex multi-service harness coding workflows.
    • MCP Configurations — Pre-built server configs for GitHub, Supabase, Vercel, Railway, Context7, Exa, Playwright, Sequential Thinking, and Memory.
    • Selective Install Architecture — Manifest-driven install pipeline with full or per-language targeting (TypeScript, Python, Go, Swift, PHP); state store tracks installed components.
    • Dashboard GUI — Desktop application with tabbed interface for Agents, Skills, Commands, Rules, and Settings with dark and light theme toggle.

    To get started, install globally with npm i -g ecc-universal, add the plugin in Claude Code with /plugin marketplace add affaan-m/everything-claude-code, or install the GitHub App at github.com/apps/ecc-tools for automated repository analysis.

    ECC Tools (Everything Claude Code) - 1

    Community Discussions

    Be the first to start a conversation about ECC Tools (Everything Claude Code)

    Share your experience with ECC Tools (Everything Claude Code), ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Free OSS and public-repo path for trying ECC and staying open-source-first.

    • Everything Claude Code OSS install stays free
    • Public repo GitHub App analysis only
    • 10 analyses per month, 200 commits per run
    • Issue-comment triggered PRs from repo history
    • Community support and no billing setup

    Pro

    Popular

    Private-repo GitHub App path with billing and ongoing automation for small-team rollout.

    $190/yr
    billed annually
    • Private repo analysis and PR-triggered audits
    • 50 analyses per active developer seat, pooled on the installation
    • Optional metered overage for higher-usage workspaces
    • 1,000 commits per run
    • AgentShield-backed config and harness scanning
    • Billing portal for invoices, payment updates, and cancel-anytime self-serve
    • Auto-triggers on large pushes and PRs
    • Priority support

    Enterprise

    Procurement, rollout, and governance for org-wide deployment.

    Custom
    contact sales
    • Unlimited analyses, 5,000 commits per run
    • SSO-ready governance and audit log surfaces
    • Custom rules and policy packs
    • Dedicated onboarding and SLA
    • Org-wide rollout and procurement support
    View official pricing

    Capabilities

    Key Features

    • Agent harness engineering framework for AI coding tools
    • AI-powered skill generation from git history
    • Automated GitHub App analysis with PR creation
    • Continuous learning v2 with confidence-weighted instincts
    • Harness-first architecture with strict rules, hooks, and verification loops
    • Specialized subagents for delegated harness coding tasks
    • Cross-platform harness support for Claude Code, Cursor, OpenCode, and Codex
    • Hook system for fast feedback loops and session lifecycle management
    • Context management to prevent agent drift and context overflow
    • Slash commands for TDD, planning, code review, E2E testing, and security
    • AgentShield integration with 102 security rules
    • Pattern detection from commit history and coding conventions
    • Instinct evolution that clusters patterns into reusable harness skills
    • Language-specific harness skills for TypeScript, Go, Python, Django, Java, and Swift
    • Plugin marketplace installation for Claude Code
    • Context window management and strategic compaction
    • Pre-configured MCP server setups for GitHub, Supabase, Vercel, and Railway
    • Verification loops with checkpoint and continuous evaluation
    • Multi-agent orchestration with PM2 and git worktrees
    • Rules system for enforcing non-negotiable coding standards across agents
    • Cross-platform Node.js hooks for Windows, macOS, and Linux

    Integrations

    Claude Code
    Cursor
    OpenCode
    Codex
    VS Code
    Windsurf
    GitHub
    Supabase
    Vercel
    Railway
    npm
    pnpm
    yarn
    bun

    Reviews & Ratings

    No ratings yet

    Be the first to rate ECC Tools (Everything Claude Code) and help others make informed decisions.

    Developer

    Affaan Mustafa

    Affaan Mustafa builds AI coding tools and writes about AI infrastructure security. He created the Everything Claude Code repository, which has become one of the most popular Claude Code configuration resources on GitHub with tens of thousands of stars. He also created AgentShield, an AI agent security scanner. Mustafa won the Anthropic x Forum Ventures hackathon in September 2025 building zenith.chat entirely with Claude Code.

    Founded 2025
    San Francisco, CA
    $15K raised
    5 employees

    Used by

    Polymarket users
    Kalshi users
    GitHub developers
    Read more about Affaan Mustafa
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    tui-use icon

    tui-use

    A CLI tool that lets AI agents interact with terminal programs expecting human input — REPLs, debuggers, TUI apps, and anything bash can't reach.

    claude-bootstrap icon

    claude-bootstrap

    A bootstrap configuration and harness for Claude AI agents, providing a structured starting point for building and running Claude-powered autonomous agents.

    AutoAgent icon

    AutoAgent

    An autonomous agent harness engineering tool that lets an AI meta-agent iteratively build, benchmark, and optimize agent configurations overnight without human intervention.

    Browse all tools

    Related Topics

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    55 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    51 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    214 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    67views
    Discussions