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.