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

arbiter-ai

v1.4.3

Published

Hierarchical AI orchestration system for extending Claude's effective context window while staying on task

Downloads

109

Readme

The Arbiter

A hierarchical AI orchestration system that extends Claude's effective context through delegation. When tasks exceed what one session can hold, use the Arbiter to manage a chain of workers while keeping the vision intact.

Arbiter Demo

Install

npm i -g arbiter-ai
arbiter

Requires Claude Code login (run claude once to authenticate).

Usage

Arbiter is for one-shotting apps or features too big for a single Claude Code session. Come with a plan, not a question.

Prepare your requirements first. A detailed markdown file describing what you want. Use Claude Code to help plan, then bring that plan to Arbiter.

How It Works

You ↔ Arbiter ↔ Orchestrators ↔ Subagents

It's fractal: the same delegation pattern as subagents in Claude Code. Arbiter just adds another level using a second agent.

The Arbiter holds your vision. It clarifies requirements, delegates work, and coordinates all handoffs.

Orchestrators are summoned workers. They dialogue with the Arbiter before starting and after finishing. They work until context fills, then hand back to the Arbiter for the next worker.

Subagents do the actual file edits, searches, and commands.

The result is millions of effective context tokens. Many hours of work under one unbroken understanding.

Conceits

  1. Conversational handoff beats static handoff. Static briefs get misinterpreted. Dialogue finds alignment. The transitions—onboarding and wrap-up—are where understanding actually transfers.

  2. Coherence beats compression. Compacting is just lossy handoff to yourself. One context that never summarizes will outperform a larger context that forgets.

  3. Ritual creates intention. The gamification is a forcing function for intentionality. One does not summon the Arbiter lightly.

Controls

Vim-like control modes.

| Mode | Key | Action | |------|-----|--------| | INSERT | Type | Enter text | | INSERT | Enter | Send message | | INSERT | Esc | Switch to NORMAL | | NORMAL | i / Enter | Switch to INSERT | | NORMAL | j / k | Scroll chat | | NORMAL | g / G | Top / bottom | | NORMAL | o | Toggle logbook | | Any | Ctrl+C | Quit |

CLI Options

arbiter            # Start fresh
arbiter --resume   # Resume previous session (if <24h old)

Troubleshooting

If the TUI gets into a funky state (frozen, weird rendering, unresponsive), you can often fix it by suspending and resuming:

  1. Press Ctrl+Z to suspend
  2. Type fg and press Enter to resume

This resets the terminal state and redraws everything. Similar to the fix for Claude Code terminal issues.

Disclaimer

This software runs AI agents with unrestricted system access (bypassPermissions). It can read, write, and execute anything on your machine.

Use only in environments where you accept full responsibility for any actions taken.

Designed for development machines and controlled environments—not production servers with sensitive data.

Credits

License

FSL-1.1-MIT — Free to use, modify, and share. Just don't use it to compete with Arbiter. Converts to MIT on 2027-01-21.

Copyright 2025 Lucian Hymer LLC