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

@sysprompthub/cli

v2.0.1

Published

CLI for syncing system prompts from SysPromptHub

Readme

@sysprompthub/cli

Uplevel your AI development assistant with guardrails from SysPromptHub.

Now with support for Claude Skills and GitHub Copilot Agents!

🌐 For VS Code integration, see the SysPromptHub Extension

⏳ Jetbrains IDE integration coming soon!

Installation

npm install -g @sysprompthub/cli

Features

  • 🎯 Multiple assistants - Configure GitHub Copilot, Claude Desktop, and custom paths
  • 🤖 Agent/Skill support - Manage specialized agents for different tasks
  • 🔄 Easy syncing - Download and install prompts with one command
  • 📝 Interactive setup - Guided configuration with search and selection

Commands

Initial setup

Initialize or update your development environment.

sysprompthub init

Configure prompt packs for your assistant

sysprompthub copilot set sysprompthub/python/latest
sysprompthub claude skill add web-dev sysprompthub/react-tailwind/latest description="Skill to write frontend code" context=fork

Sync your prompt packs

Download and install configured prompts.

sysprompthub sync

List your configured packs

Display all configured packs for your project.

sysprompthub show

Assistant Commands

GitHub Copilot

See sysprompthub copilot --help for more details.

Example:

# Set main prompt
sysprompthub copilot set owner/general/latest

# Add specialized agents
sysprompthub copilot agent add python owner/python-expert/v1.0.0
sysprompthub copilot agent add typescript owner/ts-expert/latest description="My typescript agent"

Claude Desktop

See sysprompthub claude --help for more details.

Example:

# Set main prompt
sysprompthub claude set owner/general/latest

# Add skills
sysprompthub claude skill add angular owner/angular-expert/v2.0.0 description="Skill to write angular code"
sysprompthub claude skill remove angular

Custom Paths

See sysprompthub custom --help for more details.

Example:

sysprompthub custom add docs/ai-prompt.md someone/markdown/latest
sysprompthub custom remove docs/ai-prompt.md

Configuration

Project configuration is stored in the .sysprompthub.json file in the root of your project.

User configuration is stored in the ~/.sysprompthub directory.

Programmatic Usage

For Node.js/TypeScript integration, use @sysprompthub/sdk.

Getting Help

# Show all commands
sysprompthub --help

Contributing

See CONTRIBUTING.md for development setup and guidelines.

License

ISC