Share:

Agent orchestration platform for Claude with multi-agent swarms and autonomous workflows.

What is Ruflo?

Ruflo is an orchestration platform focused on Claude-centric multi-agent workflows, swarm coordination, and autonomous task execution.

How to use Ruflo?

Use Ruflo when you need a higher-level orchestration layer for Claude, Codex, and MCP-based multi-agent systems.

Key features of Ruflo

  • Multi-agent orchestration
  • Claude-centric workflow positioning
  • Swarm coordination
  • MCP ecosystem compatibility

Use cases of Ruflo

  1. 1Multi-agent automation
  2. 2Claude workflow orchestration
  3. 3Autonomous task coordination

Installation

RecommendedOne-line install
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/ruflo ~/.agent/skills/ && rm -rf /tmp/ag-skills
Step-by-step install
Step 1: Create skills directory
mkdir -p ~/.agent/skills
Step 2: Clone the skills repository
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: Copy this skill
cp -r /tmp/ag-skills/skills/ruflo ~/.agent/skills/
Step 4: Clean up temporary files
rm -rf /tmp/ag-skills

Supported Platforms

claudecursorantigravitygemini

Server Config

config.json
{
  "mcpServers": {
    "ruflo": {
      "command": "npx",
      "args": [
        "-y",
        "ruflo"
      ]
    }
  }
}
View on GitHub