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

hyper-agent-skills

v0.1.6

Published

Hyper Skills for cross-agent watching, cost-aware model routing, visual planning, codebase mapping, and token-saving replies.

Readme

Hyper Skills

Hyper Skills is a small set of installable skills for coding agents.

It ships five Hyper-branded workflows:

  • /owl: watch, audit, compare, and optionally repair another coding agent's work across Codex, Claude Code, Kilo Code, OpenCode, Pi and other IDE agent hosts, PRs, branches, transcripts, and logs.
  • /hyper-agnos: discover available models, balances, quotas, and cost signals when possible, then route work to the best affordable mix of premium and cheaper models.
  • /hvisualizerr: turn implementation plans into visual review artifacts with diagrams, file maps, annotated code, open questions, UI canvases, and optional prototypes.
  • /hyper-mapper: build and query a Hyper Map codebase knowledge graph using graphifyy, with outputs in hmap-out/.
  • /hsave: switch agents into concise-response mode to reduce output tokens while preserving technical accuracy.

Install

Install into the current project with one command:

npm install hyper-agent-skills@latest

The package postinstall copies the Hyper skills into:

.agents/skills/

For OpenCode it also creates slash-command wrappers in:

.opencode/commands/

Restart OpenCode after installing so the / menu reloads the command list.

You can also retry the copy manually:

npx hyper-agent-skills@latest install

List included skills:

npx hyper-agent-skills@latest list

Expected output:

owl
hyper-agnos
hvisualizerr
hyper-map
hsave

Skills

/owl

Use /owl when another agent has done or is doing work and you need a careful watcher: resolve the run, reconstruct the request, check evidence, report gaps, track live updates, and make narrow fixes only when authorized.

/hyper-agnos

Use /hyper-agnos when you want the agent to find available models and choose the best cost-quality balance. It keeps high-judgment work with the strongest appropriate model and uses cheaper capable models for bounded scans, edits, tests, logs, and summaries.

/hvisualizerr

Use /hvisualizerr for plans that deserve a review surface before implementation. It supports document-only, canvas, canvas + prototype, and prototype-first workflows.

/hyper-mapper

Use /hyper-mapper to map a repo or answer architecture questions from an existing map. It uses graphifyy and writes:

hmap-out/
  graph.html
  GRAPH_REPORT.md
  graph.json

Install Graphify when needed:

uv tool install graphifyy

Fallback:

pipx install graphifyy

/hsave

Use /hsave to reduce output tokens for the current session. It keeps code, commands, paths, URLs, error strings, API names, and symbols exact while dropping filler and long narration.

Agent Skills Installers

Agent Skills compatible installers can also install individual folders from the repo:

npx @agent-native/skills@latest add --copy . --skill owl
npx @agent-native/skills@latest add --copy . --skill hyper-agnos
npx @agent-native/skills@latest add --copy . --skill hvisualizerr
npx @agent-native/skills@latest add --copy . --skill hyper-map
npx @agent-native/skills@latest add --copy . --skill hsave

License

MIT