npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

arise-agents

v0.1.0

Published

Claude Code plugin for multi-agent orchestration inspired by Solo Leveling

Readme

arise-agents

Claude 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!"

What is this?

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.

Key Features

  • 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

XP Statusline (Optional)

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):

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.

Installation

Option 1: Clone and load

git clone https://github.com/Vigtu/arise-agents.git
cd your-project
claude --plugin-dir /path/to/arise-agents

Option 2: Add to settings

Add to your .claude/settings.json:

{
  "plugins": ["/path/to/arise-agents"]
}

Option 3: Development mode

cd arise-agents
claude --plugin-dir .

Output style

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

Shadows

| 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 |

Usage

Summon shadows

ARISE review my auth code        → Igris reviews
ARISE explore the payment system → Beru investigates
ARISE refactor the user module   → Tusk transforms

Multiply elites

3 beru para explorar auth, cache e logging
igris x5 review all modules

Deploy army

5 soldiers to analyze the codebase

Commands

| 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 |

Adding new shadows

Create .claude/agents/shadow-name.md:

---
name: shadow-name
description: When to use this shadow
tools: Read, Grep, Glob
model: sonnet
role: knight | researcher | tank | infantry
---

System prompt here...

License

MIT