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

hail-hydra-cc

v2.1.1

Published

Multi-headed speculative execution framework for Claude Code

Readme

hail-hydra-cc

Multi-headed speculative execution framework for Claude Code. Inspired by speculative decoding — same quality, 3x faster, ~50% cheaper.

Quick Install

npx hail-hydra-cc

Runs an interactive installer that deploys 9 Hydra agents into your Claude Code setup.

What is Hydra?

Hydra makes Claude Code's Opus model an intelligent orchestrator instead of doing everything itself. It dispatches fast, cheap Haiku 4.5 and Sonnet 4.6 "heads" for routine tasks, reserving Opus-level reasoning only for genuinely hard problems.

| Head | Model | Role | |------|-------|------| | hydra-scout | 🟢 Haiku 4.5 | Codebase exploration, file search | | hydra-runner | 🟢 Haiku 4.5 | Test execution, builds, linting | | hydra-scribe | 🟢 Haiku 4.5 | Documentation, READMEs, comments | | hydra-guard | 🟢 Haiku 4.5 | Security/quality gate after code changes | | hydra-git | 🟢 Haiku 4.5 | Git operations: commit, branch, diff | | hydra-coder | 🔵 Sonnet 4.6 | Code implementation, refactoring | | hydra-analyst | 🔵 Sonnet 4.6 | Code review, debugging, analysis | | hydra-sentinel-scan | 🟢 Haiku 4.5 | Fast integration sweep | | hydra-sentinel | 🔵 Sonnet 4.6 | Deep integration analysis |

Expected gains: 2–3× faster tasks, ~50% lower API costs, zero quality loss. (Savings calculated against Opus 4.6 at $5/$25 per MTok — February 2026 pricing)

Usage

npx hail-hydra-cc                # Interactive install (recommended)
npx hail-hydra-cc --global       # Install to ~/.claude/ — all projects
npx hail-hydra-cc --local        # Install to ./.claude/ — this project
npx hail-hydra-cc --both         # Install both locations
npx hail-hydra-cc --status       # Show what's installed
npx hail-hydra-cc --uninstall    # Remove all Hydra files
npx hail-hydra-cc --help         # Show help

What Gets Installed

~/.claude/                       (or ./.claude/ for local)
├── agents/                      # 9 agent definitions
│   ├── hydra-scout.md
│   ├── hydra-runner.md
│   ├── hydra-scribe.md
│   ├── hydra-guard.md
│   ├── hydra-git.md
│   ├── hydra-sentinel-scan.md
│   ├── hydra-coder.md
│   ├── hydra-analyst.md
│   └── hydra-sentinel.md
├── commands/hydra/              # 8 slash commands
│   ├── help.md                  # /hydra:help
│   ├── status.md                # /hydra:status
│   ├── update.md                # /hydra:update
│   ├── config.md                # /hydra:config
│   ├── guard.md                 # /hydra:guard
│   ├── quiet.md                 # /hydra:quiet
│   ├── verbose.md               # /hydra:verbose
│   └── report.md                # /hydra:report
├── hooks/                       # 4 lifecycle hooks
│   ├── hydra-check-update.js    # SessionStart — version check
│   ├── hydra-statusline.js      # StatusLine — status bar
│   ├── hydra-auto-guard.js      # PostToolUse — file tracker
│   ├── hydra-notify.js          # Notification — task completion sound
│   └── hydra-task-complete.wav  # Notification sound file
└── skills/hydra/                # Skill (Claude Code discoverable via /skills)
    ├── SKILL.md                 # Orchestrator instructions
    ├── VERSION                  # Installed version
    └── references/
        ├── routing-guide.md
        └── model-capabilities.md

All files are bundled inside this package — no network requests during installation.

Requirements

  • Node.js 16+
  • Claude Code

Full Documentation

github.com/AR6420/Hail_Hydra

License

MIT