Claude Code plugin for multi-agent orchestration inspired by Solo Leveling
npm install arise-agentsClaude Code plugin for multi-agent orchestration inspired by Solo Leveling
Transform Claude into a Shadow Monarch commanding specialized AI agents for parallel development tasks.
> "ARISE!"
Instead of one monolithic assistant, summon focused shadow agents for different coding tasks:
- Igris reviews code quality
- Beru explores complex systems
- Tusk handles heavy refactors
- Soldiers run parallel reconnaissance
Deploy multiple shadows simultaneously, each optimized for their role. Solo Leveling meets agentic workflows.
- Shadow multiplication: 3 beru or igris x5 for parallel task execution
- Monarch's Domain: Toggle /domain to upgrade shadows from Sonnet → Opus
- Shadow extraction: /extract creates custom agents from your git history patterns
- Natural language: Just say what you need - the system routes to the right shadow
- Thematic output: Solo Leveling-style notifications 「 System 」
- XP System: Earn XP from commits (+50) and PRs (+200), level up your hunter rank
Track your progress with a custom statusline showing XP, level, and rank:
```
「Lv.8」C-Rank ██████░░░░ 900/1,500 XP │ 15 commits │ 2 PRs
Quick setup (recommended):
`bash`
npx arise-agents
This automatically configures:
- ✓ Shadow Monarch statusline (XP, level, rank)
- ✓ Shadow Monarch output style (themed notifications)
Restart Claude Code to see the changes.
`bash`
git clone https://github.com/Vigtu/arise-agents.git
cd your-project
claude --plugin-dir /path/to/arise-agents
Add to your .claude/settings.json:
`json`
{
"plugins": ["/path/to/arise-agents"]
}
`bash`
cd arise-agents
claude --plugin-dir .
The Shadow Monarch theme is automatically enabled when you run npx arise-agents.
If you didn't run the setup, activate it manually:
``
/output-style arise-agents:shadow-monarch
| Shadow | Role | Specialty |
|--------|------|-----------|
| Igris | Knight Commander | Code review, quality enforcement |
| Beru | Ant King | Aggressive research, deep exploration |
| Tusk | High Orc Tank | Heavy lifting, large refactors |
| Soldiers | Infantry | Parallel reconnaissance |
``
ARISE review my auth code → Igris reviews
ARISE explore the payment system → Beru investigates
ARISE refactor the user module → Tusk transforms
``
3 beru para explorar auth, cache e logging
igris x5 review all modules
``
5 soldiers to analyze the codebase
| Command | Description |
|---------|-------------|
| /arise | Summon shadows based on natural language |/shadows
| | Display shadow army roster |/domain
| | Toggle Monarch's Domain (opus mode) |/extract
| | Create new shadow from patterns |
Create .claude/agents/shadow-name.md:
`yaml
---
name: shadow-name
description: When to use this shadow
tools: Read, Grep, Glob
model: sonnet
role: knight | researcher | tank | infantry
---
System prompt here...
``
MIT