AugmentClaude
FeaturedAgent

🌊Ruflo

Multi-agent orchestration platform for Claude Code β€” coordinate swarms, not just single agents.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Agents load from ~/.claude/agents/ when Claude Code starts. If you don't have Claude Code yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into your terminal.

    Follow any prompts the installer gives you. Some agents install as an MCP server or a CLI tool rather than a single file.

  3. Restart Claude Code.

    Quit and reopen Claude Code. New agents are picked up on startup.

  4. Use it.

    Refer to the source for how to invoke this one. Some agents expose slash commands, an MCP toolset, or a CLI you run directly.

Prefer to read the source first? Open on GitHub.