agentic-flow-quickstart

Initialize and configure agentic-flow projects with MCP server integration for Claude Code.

799|175|Updated Sep 2, 2024
One-click install
npx skills add https://github.com/ruvnet/agentic-flow --skill agentic-flow-quickstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-flow-quickstart
Source: https://github.com/ruvnet/agentic-flow/tree/main/agentic-flow/.claude/skills/agentic-flow-quickstart
Command: npx skills add https://github.com/ruvnet/agentic-flow --skill agentic-flow-quickstart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up an AI agent orchestration environment involves many manual steps: initializing projects, configuring MCP servers, and wiring agents into Claude Code. This Skill consolidates those steps into a guided quickstart so you can get agentic-flow running without digging through documentation.

Core Features & Use Cases

  • Project Initialization: Run npx agentic-flow@alpha init to scaffold settings, hooks, and agent definitions in .claude/settings.json.
  • MCP Server Integration: Start the MCP server with npx agentic-flow@alpha mcp start to expose 213+ tools for swarm coordination and GitHub integration.
  • Agent Access: List and run 54+ specialized agents (coder, reviewer, tester, coordinators) via CLI commands.
  • Use Case: A developer starting a new TypeScript project uses this Skill to initialize agentic-flow, launch the MCP server, and immediately spawn a coder agent to implement a feature.

Quick Start

Initialize agentic-flow in my project and start the MCP server so Claude Code can use the available agents.

Frequently Asked Questions about agentic-flow-quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize agentic-flow in a new project?

Run `npx agentic-flow@alpha init` in your project directory. This creates the `.claude/settings.json` configuration with hooks, agent definitions, and MCP server settings for Claude Code integration.

How do I start the agentic-flow MCP server for Claude Code?

Run `npx agentic-flow@alpha mcp start` to launch the MCP server. This exposes 213+ MCP tools for swarm coordination and GitHub integration that Claude Code can invoke.

What agents are available in agentic-flow?

Agentic-flow provides 54+ specialized agents including core agents (coder, reviewer, tester, planner, researcher), swarm coordinators, GitHub agents (pr-manager, issue-tracker), and SPARC methodology agents. List them with `npx agentic-flow@alpha --list`.

How do I run a specific agent on a task?

Use `npx agentic-flow@alpha --agent <name> --task "<description>"`, for example `--agent coder --task "implement feature X"`. You can also spawn agents through Claude Code's Task tool once the MCP server is running.

Where does agentic-flow store its configuration?

Configuration is stored in `.claude/settings.json` within your project. It contains hooks for pre/post operations, agent definitions, MCP server configuration, and statusline customization.