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

claudio-cli-linux-x64

v1.0.0

Published

Bun-compiled claudio-cli binary for linux/x64. Installed automatically by claudio-cli.

Readme

claudio-cli

🧪 Open Beta. Claudio is in active open beta — expect frequent updates, rough edges, and fast iteration on feedback. We're shipping improvements daily.

You love Claude — so does Claudio.

Claudio is a plug-and-play AI dev platform that runs on top of your existing Claude Code subscription. No Anthropic API key to manage. No per-token API bill eating your budget while agents think. You bring your own Claude Code plan; Claudio wraps it in a terminal experience that orchestrates whole pipelines instead of one-off prompts — for a small flat subscription that costs a fraction of what API-billed dev tools charge for the same work.

Install it, log in once, and you've got a local orchestrator that can plan, build, review, QA, and ship real GitHub PRs — plus a handful of focused tools for the parts of your day that aren't "build a feature."

Install

pnpm add -g claudio-cli@latest

or

npm install -g claudio-cli@latest

or

yarn global add claudio-cli@latest

Then:

claudio-cli

The CLI walks you through gh + Claude Code auth on first run. You never paste an API key.

What it does

Feature pipelines

Describe a task. Claudio runs PM → Designer → Dev → Review → QA → Merge as a real, observable pipeline against a real GitHub repo. Every stage is a specialized agent; every stage emits structured progress that streams into a live TUI. The output is a merged PR, not a chat transcript.

Two ways to run them:

  • Work mode — pick a batch of tasks, Claudio runs them in parallel (1–5 concurrent), re-plans as slots free up, and auto-retries stuck tasks up to 3 times before flagging them for you.
  • One Shot — single task, single focused archer firing a constellation of commits. Fastest path from "I want this" to "PR is up."

Quiet Mode

Want the agents' horsepower without the GitHub noise? Flip any task to quiet mode and Claudio plans, builds, and reviews on a local branch — no issue, no PR, no push. The finished work lands on your Launch Pad where you decide whether to open a PR, squash-merge locally, or toss it. Great for spikes, sensitive code, or work you want to eyeball before the rest of the team sees it.

Launch Pad

A staging area that collects every piece of in-flight work — quiet-mode branches waiting to ship, PRs with merge conflicts to resolve, reviews ready to submit. Push them out in bulk when you're ready, drop into an interactive conflict resolver, or walk away and come back to them tomorrow. Everything an in-flight claudio session built stays here until you decide its fate.

Task Manager

Browse every task you've ever queued — filter by status (new / queued / running / blocked / retry / rejected), create new ones, edit long briefs inline, toggle between ship-a-PR and quiet-local modes, mark tasks as features or bug fixes, and block/unblock them without leaving the terminal. It's also where you recover stuck runs: anything the pipeline left half-claimed gets reconciled back to new on entry.

Doctor

Your UI feels AI-generated? The Doctor scans your frontend against the industry's sharpest design critique (visual hierarchy, typography, palette intent, layout rhythm, AI-slop anti-patterns), picks a visual direction that fits your project's declared voice, and hands the whole brief to a creative frontend-design agent with authority to rewrite pages, swap the token layer, and create the components a real revamp needs. Not a polish pass — a full aesthetic pivot, shipped as one PR you can revert as a unit.

Fresh projects

No repo yet? Claudio can spin one up end-to-end: it asks what you want to build, picks a stack, scaffolds the codebase on your machine, initializes git, creates the GitHub repo, wires in the agent scaffolding (CLAUDE.md, rules/, agent defs), and drops you straight into the pipeline so the first feature can start building while you're still reading the README.

Bug Hunt

Hand Claudio a bug report. It instruments the suspect code, reproduces the scenario, iterates up to 5 times adding more logs each round if the signal isn't enough, pins down the root cause, and lands a fix. Then it strips all the instrumentation it added so the PR is just the fix — no debug noise.

PR Review

Point it at any PR URL. Claudio drafts inline comments in a natural reviewer voice (no robotic "This function should…" fingerprints), cross-references comments other reviewers already left so it doesn't duplicate feedback, and hands the list back to you in a per-comment flow:

  • Post — drop the comment inline on GitHub.
  • View file — open the commented line directly on GitHub.
  • Edit — tweak the draft before posting.
  • Quick Fix — deploy a focused fix agent that commits AND pushes the change directly to the PR's head branch. Works from any directory, even if you've never cloned the PR's repo.
  • Skip — not every draft is worth sending.

Designer

Describe a screen, a flow, or a whole section of your product and Claudio produces a real design for it — using your project's own colors, typography, spacing, and brand voice, not generic sample-app aesthetics. Works as single-shot or autopilot mode that keeps designing the next item on your list until it's done.

Memory Bank

Build a distilled project brief that any future agent can read as context. Captures the design system, the service layout, the code conventions, the "why" behind decisions — in a format the orchestrator injects into later prompts so your agents stop re-discovering the codebase on every run.

Imagination

Compares your product vision (ROAD.md) against the reality of your repo and generates net-new tasks that would close the gap. Optionally scope the dream to a specific slice of the codebase (packages/frontend, src/billing, "my backend only") — Claudio only proposes tasks inside that slice. Two modes — "just dream up tasks" or "dream then execute" — and a choice of horizon (day / week / month). Great for mornings where you know there's something to do but can't name it.

Why plug-and-play matters

Most AI dev tools bill per token. Every prompt, every retry, every "let me just check one more file" shows up on an invoice at retail API rates — plus the tool's markup on top. A full day of pipeline work can quietly run into double-digit dollars. A week of steady use, into real money.

Claudio is a flat, small subscription. No per-token meter, no surprise monthly bill, no quota anxiety mid-task. Your existing Claude Code plan keeps doing what it already does; Claudio just adds the pipelines and tools around it.

The number you pay us is a fraction of what API-billed tools charge for equivalent work — by design. If you already pay for Claude Code and you want pipelines instead of prompts, the math is embarrassingly in your favor.

Requirements

  • Node.js 18+ (only used by the install-time shim that resolves the native binary)
  • Claude Code installed globally — npm i -g @anthropic-ai/claude-code
  • A Claude subscription (Pro, Max, or Team)
  • GitHub CLI (gh) installed and authenticated — gh auth login

Supported platforms

  • macOS Apple Silicon (arm64)
  • macOS Intel (x64)
  • Linux x64
  • Windows x64

Each platform ships as a Bun-compiled native binary — no Node source on disk, no sudo, no codesigning dance. npm install picks the right one automatically.

Links

License

MIT