mrkeyoor.com_
Tue 01 Sept 17:40 UTC
Dev Toolsevaluationupdated 20 Aug 2026

everything-claude-code review

Everything Claude Code is a bundle of agents, skills, commands, rules, hooks, and MCP configuration examples for customizing Claude Code. This WorldFlowAI repository is a January 2026 snapshot whose README and plugin metadata still identify the original project, now hosted at affaan-m/ECC, so it solves the setup problem with a significant source and maintenance caveat.

+193stars / 7d
Verdict

Do not install the WorldFlowAI snapshot as your default Claude Code toolkit. It contains useful patterns and readable examples, but its stale default branch, upstream-facing identity, and unresolved discovery defects make the maintained affaan-m/ECC repository the obvious first stop. Use this copy only for WorldFlowAI-specific archaeology or for selectively borrowing files after review.

We ran it

Screenshot of everything-claude-code (github.com/WorldFlowAI/everything-claude-code)

Answers from our run

Did you run everything-claude-code yourself?

No. Its code is JavaScript, and it carries no manifest our lab installs from, and no Dockerfile, so there was nothing standard to install, build or test. This review is written from the repository's own documentation.

Who should not use everything-claude-code?

Anyone who wants the maintained original project: this snapshot's README, plugin manifest, marketplace commands, and homepage all point to affaan-m/everything-claude-code, which GitHub now redirects to affaan-m/ECC.

What are the alternatives to everything-claude-code?

Everything Claude Code upstream, Superpowers, Claude Code. Do not install the WorldFlowAI snapshot as your default Claude Code toolkit.

Setup2/5Quick commands target upstream; safe use requires manual curation
Docs3/5Detailed inventory, but identity and installation paths are misleading
Community2/5Recent reports and PRs exist, but maintainers have not merged them
Maturity2/5Useful material, with broken discovery and no default-branch CI

Who it’s for

Claude Code users who want concrete examples of agents, hooks, rules, and reusable workflow skills.
Developers willing to copy selected pieces and inspect every file before enabling it.
Teams studying how session persistence, verification loops, and package-manager detection can be assembled.
WorldFlowAI contributors who specifically need the included Synapse and Arbiter setup notes.

Who it’s NOT for

Anyone who wants the maintained original project: this snapshot's README, plugin manifest, marketplace commands, and homepage all point to affaan-m/everything-claude-code, which GitHub now redirects to affaan-m/ECC.
Users expecting every bundled command and skill to appear in Claude Code: issue #6 identifies 3 skills and 11 commands without required frontmatter, and the correcting pull request remains open.
Teams that require CI-backed configuration changes: pull request #5 says the existing test suite is not run by any workflow on the default branch.
Developers who want a clean, globally applicable preset: WORLDFLOWAI.md includes local paths and conventions for WorldFlowAI's Synapse and Arbiter projects.
Security-sensitive users who would enable every included MCP configuration at once: the README warns that credentials must replace placeholders and that too many enabled tools consume substantial context.

Setup reality

Plugin installation looks like two Claude Code commands, but those commands name the original affaan-m marketplace rather than this WorldFlowAI repository. Manual installation means copying agents, commands, rules, and skills, merging hooks into settings, choosing MCP servers, and replacing credential placeholders. A careful user must also audit missing frontmatter, decide whether WorldFlowAI-specific guidance belongs in their environment, and test hooks that write session data under the user configuration directory. This is a parts bin to curate, not a trustworthy preset to switch on whole.

A useful collection in the wrong repository

Everything Claude Code packages the configuration layer that many Claude Code users eventually build for themselves. There are specialist agents for planning, architecture, testing, review, security, build errors, refactoring, end-to-end tests, and documentation. Commands provide shortcuts into those workflows. Skills hold repeatable methods, rules set persistent expectations, and hooks save session state or suggest context compaction. The repository also includes example contexts and MCP server configurations.

As a catalogue of ideas, it is valuable. A developer can see how a planner agent limits its role, how a test-driven workflow is expressed in Markdown, and how Node.js hooks support Windows, macOS, and Linux. Package-manager detection checks an environment variable, project configuration, package metadata, lockfiles, and a global preference. The README sensibly advises users to take only what fits, modify it, and remove the rest.

The problem is provenance. The requested WorldFlowAI repository is not presented as an independent product. Its README badges, clone command, marketplace command, plugin homepage, plugin repository field, author credit, and guide links point to the original affaan-m/everything-claude-code, now renamed affaan-m/ECC. The WorldFlowAI copy adds a setup guide for two internal projects, but otherwise asks users to install from somewhere else. That makes this repository a snapshot with local notes, not the source you should normally follow.

Installation is less direct than it appears

The advertised easy path is to add a Claude Code marketplace and install the plugin. Those two commands name the affaan-m repository and marketplace. They may take you to the canonical project after GitHub's rename handling, but they do not install from the WorldFlowAI repository being reviewed. A user who wants this exact snapshot must instead clone it and copy components manually.

Manual setup has several judgment calls. Agents, skills, commands, and rules go into the user-level Claude directory, which means they can affect work across projects. Hook definitions must be merged into settings rather than blindly replacing an existing file. MCP examples contain credential placeholders that need real secrets, and every enabled tool consumes context. The README itself recommends keeping fewer than ten MCP servers enabled per project and fewer than eighty tools active.

Hooks deserve particular scrutiny because they run on lifecycle and tool events. Here they persist session context, evaluate sessions, and suggest compaction. Those behaviors can be useful, but copying automation into a global configuration is a trust decision. Read the scripts, decide where their output is stored, and test in a disposable project before allowing them into daily work. The WorldFlowAI guide also refers to local paths, Rust conventions, and ML workflow advice for Synapse and Arbiter. That material is specific to its owner and should not become a universal rule by accident.

Some promised components are not discoverable

The most damaging defect is documented in issue #6. Three skills and eleven commands lack the frontmatter Claude Code uses for discovery or command presentation. The affected list includes the evaluation harness and verification loop skills, plus commands such as build-fix, code-review, learn, checkpoint, and verify. These are not obscure extras. Several are central to the README's recommended workflow. Their content can be good while remaining unavailable through the interface users expect.

Pull request #5 supplies frontmatter, a root instruction file, environment documentation, a Node version file, and a validation script. It also adds continuous integration for the repository's existing tests. The contributor reports 62 tests passing on that branch, but the pull request was still open on August 12. The default branch therefore does not receive those fixes or automatically run the suite. Another open issue reports malformed frontmatter in a separate skill.

This distinction matters when judging the phrase production-ready. The collection has been used in real workflows, and the Node scripts show attention to cross-platform behavior. Yet a toolkit for configuring an agent must be dependable at the discovery layer. Missing metadata that silently hides components is exactly the kind of defect a validation job should catch before publication.

Activity exists, maintenance does not follow it

The last push to the default branch was January 23, 2026, the day the WorldFlowAI repository was created. GitHub listed six open issues and pull requests in August, including multiple contributions opened months after that final push. Recent issue activity proves that people are examining the project, but it does not prove maintainers are integrating fixes. No GitHub release is published for this repository, and GitHub's license field is empty even though the README and plugin manifest say MIT. A root license file is also absent from the listed top-level contents.

That health picture is different from an abandoned idea with no users. The repository has substantial interest and a useful review queue. It is also different from an actively maintained tool. The default branch has not moved while concrete repairs wait. Meanwhile, the canonical affaan-m/ECC repository was pushed on August 19 and carries the MIT license in GitHub's metadata.

What to take, and what to leave

Borrowing individual patterns is the defensible use. The agent role files, modular rules, package-manager detection order, and hook structure can shorten the time needed to design your own setup. The warnings about context use and selective adoption are sound. Copy one component, inspect it, adapt it to the project, and verify Claude Code can actually discover it.

Installing the entire WorldFlowAI snapshot is harder to justify. It mixes upstream material, organization-specific notes, unresolved metadata defects, and global automation. Start with the maintained affaan-m/ECC source if you want this collection. Choose a narrower workflow project such as Superpowers if you want stronger cohesion. Keep the official Claude Code repository close for supported behavior. This snapshot is a readable reference, but it is not the version we would put into a fresh development environment.

Alternatives

ProjectWhat it isPick it when
Everything Claude Code upstream gh↗The active canonical project that this snapshot's metadata and installation instructions reference.pick this instead when you want current fixes, current documentation, and the actual maintained source.
Superpowers gh↗A focused coding-agent workflow built around planning, testing, review, and disciplined execution.pick this instead when you want one opinionated development process rather than a broad configuration collection.
Claude Code gh↗The official Claude Code repository, including product documentation and issue tracking.pick this instead when you need the supported base product and prefer to add customizations gradually.

What people are saying

  1. [github-trending] WorldFlowAI/everything-claude-code

Sources

  1. WorldFlowAI everything-claude-code repository
  2. Everything Claude Code README
  3. Issue 6: missing frontmatter in skills and commands
  4. Pull request 5: frontmatter, CI, and validation fixes
  5. Canonical Everything Claude Code repository

More dev tools reviews

workmux · v2rayNG · SecLists · hashcat · eslint · fastfetch · the whole board →