Other · Channel: Claude Code, Codex, OpenClaw, AI Agent

everything-claude-code

A Claude Code and Codex-oriented skill suite for agent harnesses, coding standards, memory, security, research, and engineering workflows.

Suiteaffaan-m/everything-claude-codeVerify upstream fit
Rank signal95/100

This rank signal uses GitHub stars, measured star growth, and recent maintenance. It is not a safety score or install approval.

SKILL.md proofSKILL.mdOpen the upstream source before installing.
GitHub stars175,660Adoption baseline, not a quality guarantee.
Adoption momentum+559/wk starsMeasured star growth from the current scan window.
Recent update5 days agoRecent maintenance signal: last pushed May 3, 2026.
Why we list it

Worth reviewing before you install

Worth a closer look if the use case fits. It has adoption, measured growth, and recent maintenance. Install notes are available, but you should still inspect the source.

Approved public shortlistSKILL.md evidenceAlternatives kept nearby
Best for

engineering workflow teams. Channel tag: Claude Code, Codex, OpenClaw, AI Agent. Use it as a search fit signal, not compatibility proof. when you want a concrete install path. The strongest...

Review before install

Inspect docs/ja-JP/skills/backend-patterns/SKILL.md and the install command before adding it to a shared agent workflow. No actionable warning was returned for this snapshot.

Compare alternatives

Compare this other pick with other skills in the Claude Code, Codex, OpenClaw, AI Agent channel when 175,660 GitHub stars, source freshness, or install notes are close. This page has a clearer install path, so alternatives can change the adoption decision.

GitHub175,660 stars27,161 forksSuite

How to install everything-claude-code

/plugin marketplace add https://github.com/affaan-m/everything-claude-code
/plugin install everything-claude-code@everything-claude-code
git clone https://github.com/affaan-m/everything-claude-code.git
Source evidence preview

We show selected README/SKILL.md excerpts, not a full mirror of the repo. Use the focus cards for install notes, usage, and skill rules, then open GitHub before installing.

Install evidence

Command extracted from README.md.

/plugin marketplace add https://github.com/affaan-m/everything-claude-code
Usage evidence

Review README.md for usage examples and expected workflow.

Skill rules

Review docs/ja-JP/skills/backend-patterns/SKILL.md for trigger rules and constraints.

README.mdSections: Install

Step 1: Install the Plugin (Recommended)

NOTE: The plugin is convenient, but the OSS installer below is still the most reliable path if your Claude Code build has trouble resolving self-hosted marketplace entries.
# Add marketplace
/plugin marketplace add https://github.com/affaan-m/everything-claude-code

# Install plugin
/plugin install everything-claude-code@everything-claude-code

Naming + Migration Note

ECC now has three public identifiers, and they are not interchangeable:

  • GitHub source repo: affaan-m/everything-claude-code
  • Claude marketplace/plugin identifier: everything-claude-code@everything-claude-code
  • npm package: ecc-universal

This is intentional. Anthropic marketplace/plugin installs are keyed by a canonical plugin identifier, so ECC standardized on everything-claude-code@everything-claude-code to keep the listing name, /plugin install, /plugin list, and repo docs aligned to one public install surface. Older posts may still show the old short-form nickname; that shorthand is deprecated. Separately, the npm package stayed on ecc-universal, so npm installs and marketplace installs intentionally use different names.

Step 2: Install Rules (Required)

WARNING: Important: Claude Code plugins cannot distribute rules automatically. If you already installed ECC via /plugin install, **do not run ./install.sh --profile full, .\install.ps1 --profile full, or npx ecc-install --profile full afterward**. The plugin already loads ECC skills, commands, and hooks. Running the full installer after a plugin install copies those same surfaces into your user directories and can create duplicate skills plus duplicate runtime behavior.

Need the full source? Read full README on GitHub