Skip to main content
AI/MLruvnet

init-project

Initialize a new Ruflo project with MCP tools, hooks, and agent configuration

Stars
56,726
Source
ruvnet/claude-flow
Updated
2026-05-31
Slug
ruvnet--claude-flow--init-project
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/ruvnet/claude-flow/HEAD/plugins/ruflo-core/skills/init-project/SKILL.md -o .claude/skills/init-project.md

Drops the SKILL.md into .claude/skills/init-project.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Run npx @claude-flow/cli@latest init --wizard to set up the project interactively, or npx @claude-flow/cli@latest init --preset standard for defaults.

This creates CLAUDE.md, .claude/settings.json, and .claude-flow/ config with MCP server registration for the ruflo MCP tools.