Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install WorldFlowAI/everything-claude-code. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

WorldFlowAI/everything-claude-code Installation Guide

How to install WorldFlowAI/everything-claude-code. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for WorldFlowAI/everything-claude-code. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i WorldFlowAI/everything-claude-code
or

Install via npx

npx @hexmos/ipm i WorldFlowAI/everything-claude-code

Prerequisites

Node.js

runtime

git

cli

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install as Plugin (Recommended)

/plugin marketplace add affaan-m/everything-claude-code

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

Install as Plugin (Direct to settings.json)

echo '{ "extraKnownMarketplaces": { "everything-claude-code": { "source": { "source": "github", "repo": "affaan-m/everything-claude-code" } } }, "enabledPlugins": { "everything-claude-code@everything-claude-code": true } }' >> ~/.claude/settings.json

Manual Installation

git clone https://github.com/affaan-m/everything-claude-code.git

cd everything-claude-code

cp agents/*.md ~/.claude/agents/

cp rules/*.md ~/.claude/rules/

cp commands/*.md ~/.claude/commands/

cp -r skills/* ~/.claude/skills/

cp hooks/hooks.json ~/.claude/settings.json

cp mcp-configs/mcp-servers.json ~/.claude.json

Package Manager Detection Setup (Global Config)

node scripts/setup-package-manager.js --global pnpm

Package Manager Detection Setup (Project Config)

node scripts/setup-package-manager.js --project bun

Run All Tests

node tests/run-all.js