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

claude-superskills

v1.25.0

Published

55 Reusable AI CLI skills for GitHub Copilot, Claude Code, and 6 more AI platforms

Readme

claude-superskills v1.22.0

Universal installer for the claude-superskills library. Install 64 reusable AI skills across GitHub Copilot CLI, Claude Code, OpenAI Codex, OpenCode, Gemini CLI, Antigravity, Cursor IDE, and AdaL CLI from one command.

If Claude Desktop is detected, the installer can also generate a Claude Cowork plugin zip for manual upload.

Version License Node

Quick Start

# Interactive smart installation
npx claude-superskills

# Auto smart update/install
npx claude-superskills -y -q

# Install curated bundles
npx claude-superskills --bundle essential -y
npx claude-superskills --bundle content -y
npx claude-superskills --bundle career -y

See Installation Guide for full setup and troubleshooting.

What It Does

  1. Detects installed AI tools and IDEs.
  2. Downloads the matching skills release into a local cache.
  3. Compares installed skill versions with the current installer version.
  4. Recommends smart updates for outdated or missing skills.
  5. Copies skills into each platform's global skills directory.
  6. If Claude Cowork is detected and selected, generates a plugin zip and prints manual upload instructions.

Installation is always global. Local repository scope is no longer supported.

Supported Platforms

  • GitHub Copilot CLI: ~/.github/skills/
  • Claude Code: ~/.claude/skills/
  • OpenAI Codex: ~/.codex/skills/
  • OpenCode: ~/.agent/skills/
  • Gemini CLI: ~/.gemini/skills/
  • Antigravity: ~/.gemini/antigravity/skills/
  • Cursor IDE: ~/.cursor/skills/
  • AdaL CLI: ~/.adal/skills/

Claude Cowork is supported as a packaging target, not as a direct copy target. The installer generates a zip for manual upload in Claude Desktop / Cowork.

Support status:

  • macOS: detected and validated locally
  • Windows: detection implemented with common install/data path heuristics, not yet validated end-to-end
  • Linux: detection implemented with desktop-entry/config path heuristics, not yet validated end-to-end

Available Commands

  • install, i - Install skills (default)
  • list, ls - List installed skills
  • status, st - Show installed status and version diff
  • update, up - Smart update outdated and missing skills
  • package-cowork, cowork - Generate a Claude Cowork plugin zip
  • uninstall, rm - Remove installed skills
  • doctor, doc - Check installation health

Options

  • --bundle NAME - Install a curated bundle
  • --search KEYWORD - Search for matching skills
  • --list-bundles - Show available bundles
  • --all, -a - Install for all detected platforms
  • --yes, -y - Skip prompts
  • --quiet, -q - Minimal output
  • --help, -h - Show help
  • --version, -v - Show version

Bundles

  • essential - Core workflow skills for discovery, orchestration, planning, and prompt optimization
  • planning - Pre-implementation design and structured execution
  • research - Deep research and resource discovery
  • content - YouTube, audio, document conversion, CloudConvert, and storytelling workflows
  • product - Product strategy, discovery, architecture, delivery, leadership, and AI-native product work
  • career - Resume, job search, interview, negotiation, and portfolio workflows
  • developer - Skill creation workflows
  • orchestration - Resource discovery and planning
  • all - All 64 available skills
npx claude-superskills --list-bundles

Search

npx claude-superskills --search "planning"
npx claude-superskills --search "resume"
npx claude-superskills --search "research"

Example Commands

npx claude-superskills
npx claude-superskills -y -q
npx claude-superskills --bundle essential -y
npx claude-superskills up -y
npx claude-superskills package-cowork
npx claude-superskills status
npx claude-superskills uninstall -y
npx claude-superskills doctor

Notes

  • The installer downloads skills from GitHub and caches them locally before copying them into platform directories.
  • The installer compares installed skill versions with v1.21.7 and recommends updates automatically.
  • Skills are authored in the repository skills/ directory only; platform directories are installation targets, not source directories.
  • Claude Cowork updates are manual by design: generate the zip, remove the previous claude-superskills plugin in Cowork, then upload the new zip.