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-codeor
Install via npx
npx @hexmos/ipm i WorldFlowAI/everything-claude-codePrerequisites
Node.js
runtimegit
cliManual 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-codeInstall 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.jsonManual 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.jsonPackage Manager Detection Setup (Global Config)
node scripts/setup-package-manager.js --global pnpmPackage Manager Detection Setup (Project Config)
node scripts/setup-package-manager.js --project bunRun All Tests
node tests/run-all.js