explaingit

affaan-m/everything-claude-code

Analysis updated 2026-06-20

174,582JavaScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

TLDR

Everything Claude Code is a prebuilt system of agents, skills, hooks, and security tooling for AI coding assistants, 48 agents, 182 skills, and rules for 12 language ecosystems, grown from 10 months of daily real-product use.

Mindmap

mindmap
  root((everything-claude-code))
    What it does
      Prebuilt agent skills
      Language rule sets
      Security tooling
    Components
      48 agents
      182 skills
      Rust control plane
    Features
      Selective install
      Memory persistence
      Token optimization
    Audience
      Daily AI tool users
      Power developers
    Setup
      npm install
      Per-harness flow
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install a ready-made layer of skills and rules for Claude Code instead of building your own from scratch.

USE CASE 2

Use the selective install pipeline to pick only the language reviewers and build resolvers relevant to your stack.

USE CASE 3

Add the ecc-agentshield security package to guard your AI coding workflow against prompt injection and other attacks.

USE CASE 4

Use the Rust control-plane to start, manage, and resume multiple AI coding agent sessions from the command line.

What is it built with?

JavaScriptRustSQLite

How does it compare?

affaan-m/everything-claude-codetrekhleb/javascript-algorithmsaffaan-m/ecc
Stars174,582195,932197,268
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires reading three companion guides for full configuration, installation flow differs per AI coding harness (Claude Code, Codex, Cursor).

MIT licensed, use freely for any purpose, including commercial, as long as you keep the copyright notice.

In plain English

Everything Claude Code describes itself as a performance optimization system for the kind of tooling that wraps an AI coding assistant, with named targets including Claude Code, Codex, Cursor, OpenCode, and Gemini. The README frames it as more than configs: a system of skills, instincts, memory optimization, continuous learning, security scanning, and research-first development, grown out of more than ten months of daily use building real products. The project is MIT licensed and credits an Anthropic hackathon win. The repo ships a catalog the README counts at 48 agents, 182 skills, and 68 legacy command shims, with rule sets spanning 12 language ecosystems. The latest release, v2.0.0-rc.1, adds a Tkinter desktop dashboard, operator-focused agents such as brand-voice, customer-billing-ops, google-workspace-ops, and workspace-surface-audit, plus media tooling for Manim and Remotion video work. An in-tree Rust control-plane prototype under ecc2/ exposes commands like start, sessions, status, resume, and daemon, and is described as alpha rather than a general release. Version 1.9.0 introduced a selective install pipeline through install-plan.js and install-apply.js, backed by a SQLite state store, six new language reviewers and build resolvers covering TypeScript, PyTorch, Java, and Kotlin, and reliability fixes for an observer loop. Companion npm packages include ecc-universal and ecc-agentshield, the latter tied to the security guide. The README says the repo is raw code and points readers to three companion guides. The Shorthand Guide covers setup and philosophy, the Longform Guide covers token optimization, memory persistence via hooks, evaluation loops, and parallelization through git worktrees, and the Security Guide covers attack vectors, sandboxing, sanitization, and CVEs. Someone who already uses an AI coding tool every day and wants a prebuilt layer of skills, rules, hooks, and security tooling, rather than building one from scratch, is the intended reader.

Copy-paste prompts

Prompt 1
I installed Everything Claude Code. How do I use install-plan.js to selectively install only the TypeScript and Python language reviewers for my project?
Prompt 2
Walk me through adding a new custom skill to Everything Claude Code following the project's existing skill file format.
Prompt 3
Show me how ecc-agentshield protects an AI coding session against prompt injection, what does it intercept and how?
Prompt 4
I want to use the git worktree skill in Everything Claude Code to run two features in parallel. Walk me through the setup.
Prompt 5
Explain how the memory persistence hooks in Everything Claude Code work to retain context across separate AI coding sessions.

Frequently asked questions

What is everything-claude-code?

Everything Claude Code is a prebuilt system of agents, skills, hooks, and security tooling for AI coding assistants, 48 agents, 182 skills, and rules for 12 language ecosystems, grown from 10 months of daily real-product use.

What language is everything-claude-code written in?

Mainly JavaScript. The stack also includes JavaScript, Rust, SQLite.

What license does everything-claude-code use?

MIT licensed, use freely for any purpose, including commercial, as long as you keep the copyright notice.

How hard is everything-claude-code to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is everything-claude-code for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub affaan-m on gitmyhub

Verify against the repo before relying on details.