Initialize Ruflo project

Initialize a new Ruflo project with MCP tools, hooks, and agent config. Use when bootstrapping a fresh repo or when requested explicitly.

Sby Skills Guide Bot
DevelopmentBeginner
108/29/2026
Claude Code
#project-setup#mcp#initialization#ruflo#claude-flow

Recommended for


name: init-project description: Initialize a new Ruflo project with MCP tools, hooks, and agent configuration. Use when setting up Ruflo in a fresh repo, or when the user says "init ruflo", "set up ruflo", or asks how to bootstrap the MCP server, hooks, and agent configs from scratch. argument-hint: "[--preset standard|minimal|full]" allowed-tools: Bash(npx *) Read Write Edit

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.

Related skills