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

@prnsh/ace

v0.1.4

Published

Hybrid AI agent skill discovery CLI - intelligently suggests skills based on your tech stack

Readme

@prnsh/ace

Hybrid AI agent skill discovery CLI - intelligently suggests skills based on your tech stack

Ace is a smart CLI tool that analyzes your project's dependencies and suggests relevant AI agent skills from Vercel's skills.sh. It supports 33+ AI coding agents including Cursor, Claude Code, Windsurf, Cline, and more.

Features

  • 🔍 Smart Discovery - Analyzes your package.json to suggest relevant skills
  • 🤖 Multi-Agent Support - Works with 33+ AI coding agents
  • 🔄 Real-time Data - Powered by Vercel's skills.sh API
  • 📦 Easy Installation - Install skills directly from the CLI
  • 🎯 Intelligent Ranking - Skills ranked by relevance and popularity
  • 🔎 Search & Browse - Search for additional skills interactively

Installation

Quick Start (no installation)

# With npm
npx @prnsh/ace

# With Bun
bunx @prnsh/ace

Global Installation

# With npm
npm install -g @prnsh/ace

# With Bun
bun install -g @prnsh/ace

# Then run
ace

Usage

Main Command

ace

This will:

  1. Analyze your package.json dependencies
  2. Detect installed skills
  3. Suggest relevant skills
  4. Let you search for more skills
  5. Install selected skills

Options

ace --limit 20        # Show up to 20 suggestions (default: 10)
ace --help            # Show help
ace --version         # Show version

Reset Configuration

ace config

Supported AI Agents

Ace supports 33 AI coding agents including:

  • Amp, Antigravity, Claude Code, Moltbot, Cline, CodeBuddy, Codex, Command Code
  • Continue, Crush, Cursor, Droid, Gemini CLI, GitHub Copilot, Goose, Junie
  • Kilo, Kimi CLI, Kiro CLI, Kode, MCPJam, Mux, Neovate, OpenCode
  • OpenHands, Pi, Pochi, Qoder, Qwen Code, Roo Code, Trae, Windsurf, Zencoder

How It Works

  1. Package Analysis - Reads your package.json to understand your tech stack
  2. Skill Detection - Scans for already installed skills
  3. Smart Suggestions - Queries Vercel's API for relevant skills
  4. Interactive Selection - Beautiful TUI for choosing skills
  5. One-Click Install - Installs skills to .agents/skills/ with automatic symlinks

Requirements

  • Node.js >= 18.0.0
  • A project with package.json (recommended)

Examples

# Run in a React project
cd my-react-app
npx @prnsh/ace

# Show more suggestions
npx @prnsh/ace --limit 25

# Reset preferences
npx @prnsh/ace config

Links

License

MIT