FeaturedAgent
πRuflo
By ruvnet
Multi-agent orchestration platform for Claude Code β coordinate swarms, not just single agents.
Installation
- 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 runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- 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.
- Restart Claude Code.
Quit and reopen Claude Code. New agents are picked up on startup.
- 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.