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

aboalrejal-skills

v1.0.0

Published

Interactive CLI tool to browse, search, and install AI agent skills across 20+ platforms.

Readme

🛠️ aboalrejal-skills CLI

The ultimate interactive Command-Line Interface to query, search, and install AI agent skills across 20+ top AI coding platforms instantly.

Designed from the ground up for maximum developer performance, aboalrejal-skills is built with zero external dependencies using pure native Node.js modules. This ensures it downloads and runs globally via npx in under a second without bloating your system.


⚡ Quick Start

Run the interactive terminal interface instantly with no installation required:

npx aboalrejal-skills

💡 Key Features

  • Zero-Dependency Core: Run instantly worldwide. No massive node_modules downloads.
  • Interactive Terminal UI: Full arrow-key navigation and beautiful color interfaces inside your standard Terminal.
  • Offline-Ready Flow: Automatically reads from your local repository files if present, otherwise falls back seamlessly to the cloud.
  • 20+ Supported Platforms: Autoconfigures rules and paths for all major agent environments (Claude Code, Antigravity, Cursor, Devin, Aider, and more!).

📂 Sub-commands

For scriptable workflows, you can trigger specific actions directly:

1. List all available skills

Lists the active directory catalog and categories.

npx aboalrejal-skills list

2. Search skills by keyword

Finds and prints skills matching your search terms.

npx aboalrejal-skills search <keyword>
# Example: npx aboalrejal-skills search seo

3. Install a skill directly

Fetches and copies the skill instructions to your environment immediately.

npx aboalrejal-skills install <skill-name>
# Example: npx aboalrejal-skills install page-cro

🖥️ Pick Your Platform (Automatic Installation Mappings)

When installing a skill, the CLI prompts you to select one of 20 targets, automatically mapping the instructions to the correct directory structure:

| Platform | Install Command / Action | Configuration Target | |---|---|---| | Google Antigravity | npx aboalrejal-skills | Appends under ~/.gemini/config/plugins/... | | Claude Code (Linux/Mac) | npx aboalrejal-skills | Creates local .claudecode/skills/... | | Claude Code (Windows) | npx aboalrejal-skills | Creates local .claudecode/skills/... | | Cursor IDE | npx aboalrejal-skills | Generates a custom rule at .cursor/rules/<name>.md | | Devin CLI | npx aboalrejal-skills | Places instructions under .devin/instructions/ | | Aider | npx aboalrejal-skills | Saves as a .aider.instruction.<name>.md rule | | GitHub Copilot CLI | npx aboalrejal-skills | Appends to .github/copilot-instructions.md | | VS Code Copilot Chat | npx aboalrejal-skills | Appends to .github/copilot-instructions.md | | Trae & Trae CN | npx aboalrejal-skills | Places rule at .instructions/<name>.md | | Gemini CLI | npx aboalrejal-skills | Saves inside .gemini/skills/<name>.md | | Custom CWD | npx aboalrejal-skills | Saves to /skills/<category>/<name>/SKILL.md |


📦 Publishing to NPM

To publish this CLI package globally:

  1. Sign in to your NPM account:
    npm login
  2. Publish from the cli folder:
    cd cli
    npm publish --access public

Now, users can also install it globally!

npm install -g aboalrejal-skills
aboalrejal-skills