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

eagle-skills

v3.0.4

Published

Skills and agents for Claude Code — 11 skills + 12 agents

Readme

███████╗░█████╗░░██████╗░██╗░░░░░███████╗  ░██████╗██╗░░██╗██╗██╗░░░░░██╗░░░░░░██████╗
██╔════╝██╔══██╗██╔════╝░██║░░░░░██╔════╝  ██╔════╝██║░██╔╝██║██║░░░░░██║░░░░░██╔════╝
█████╗░░███████║██║░░██╗░██║░░░░░█████╗░░  ╚█████╗░█████═╝░██║██║░░░░░██║░░░░░╚█████╗░
██╔══╝░░██╔══██║██║░░╚██╗██║░░░░░██╔══╝░░  ░╚═══██╗██╔═██╗░██║██║░░░░░██║░░░░░░╚═══██╗
███████╗██║░░██║╚██████╔╝███████╗███████╗  ██████╔╝██║░╚██╗██║███████╗███████╗██████╔╝
╚══════╝╚═╝░░╚═╝░╚═════╝░╚══════╝╚══════╝  ╚═════╝░╚═╝░░╚═╝╚═╝╚══════╝╚══════╝╚═════╝

11 skills + 12 agents for Claude Code. Skills give Claude domain expertise via slash commands. Agents are autonomous reviewers that audit, fix, and re-review your code.

Token saver

Eagle Skills includes a compact hook system that saves context window tokens by rewriting verbose Bash commands. 32 regex rules intercept commands like git log, docker ps, and test runners — replacing them with compact equivalents or filtering noisy output. Add your own rules with /eagle-compact-add. Full details →

Install

npm install -g eagle-skills
eagle-skills install

Or run directly without installing:

npx eagle-skills install

Interactive menu lets you pick what to install. Everything symlinks to ~/.claude/ — updates are instant via eagle-skills update.

Skills

Invoked via slash commands in Claude Code.

| Skill | Command | What it does | |-------|---------|-------------| | UX Review | /eagle-ux-review | Expert UX audits grounded in 65+ UX laws, with HTML/Word reports | | Product Diagnostics | /eagle-product-diagnostics | Three-layer data validation: design intent + behavior + outcomes | | Ad Review | /eagle-ad-review | Strategy-first ad creative review across any medium | | Anti-Slop | /eagle-anti-slop | Detect and eliminate AI-generated slop in code, text, and design | | Clean Doc | /eagle-clean-doc | Modern Word documents — Helvetica, monochrome, clean | | Clean Sheet | /eagle-clean-sheet | Modern Excel spreadsheets — consistent styling, frozen headers | | Multi-Stack Scaffolder | /eagle-multi-stack-scaffolder | Research-driven project scaffolding for 13+ stacks | | CLAUDE.md | /eagle-claude-md | Lean project CLAUDE.md + LLM Wiki + Obsidian vault integration | | Bootstrap | /eagle-bootstrap | One-time global setup: behavioral rules, hooks, vault config | | Feature Flow | /eagle-feature-flow | Structured dev workflow: plan, build, test, review, anti-slop, commit | | Compact Add | /eagle-compact-add | Review and add new rules to the compact token saver |

Agents

Dispatched by Claude's Agent tool. Ask Claude to run one by name, or describe what you need — Claude picks the right specialist.

| Agent | Category | What it does | |-------|----------|-------------| | Spectral Plan | lifecycle | Scopes features, evaluates approaches, produces implementation plans | | Spectral Investigate | lifecycle | Root-cause debugging — traces code paths, tests hypotheses, fixes | | Spectral Ship | lifecycle | Pre-ship pipeline — build/test/lint gates, diff review, PR creation | | Security Audit | review | Vulnerability hunting — injection, auth, data exposure, supply chain | | Architecture Review | review | Structural health — dependencies, coupling, cohesion, patterns | | Performance Review | review | Bottleneck analysis — memory leaks, N+1 queries, bundle bloat | | Code Quality | review | Readability, dead code, duplication, convention violations, test gaps | | UX Code Review | review | Frontend UX — loading states, error handling, form validation | | Accessibility Review | review | WCAG 2.1 AA — semantic HTML, ARIA, keyboard nav, contrast | | API Review | review | Endpoint consistency, contracts, error handling, versioning | | Data Integrity | review | Race conditions, partial writes, missing transactions | | Database Review | review | Schema design, query performance, migrations, indexes |

CLI

eagle-skills install      # Interactive installer
eagle-skills update       # Pull latest (symlinks update in place)
eagle-skills status       # Show installed items, check for updates
eagle-skills usage        # Show inputs, outputs, and examples
eagle-skills uninstall    # Remove everything

Docs

| Topic | Link | |-------|------| | Installation guide | docs/installation.md | | All agents reference | docs/agents.md | | Compact hook system (token saver) | docs/compact-hook.md | | The three-skill pipeline | docs/pipeline.md | | UX Review methodology | docs/ux-review-methodology.md | | Product Diagnostics methodology | docs/product-diagnostics-methodology.md | | Ad Review methodology | docs/ad-review-methodology.md |

Prerequisites

  • Claude Code installed
  • ffmpeg — required for video input in UX Review and Ad Review (brew install ffmpeg)
  • imagemagick — optional, for Ad Review thumbnail generation (brew install imagemagick)

License

MIT