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

aayushus-skills

v1.2.4

Published

Interactive CLI tool to install developer agent configurations, design system tokens, guidelines, and SOPs.

Readme

aayushus-skills

A zero-dependency interactive CLI to install custom AI agent configurations, design system templates, engineering guidelines, and SOPs into any target repository.

Installation / Usage

Run the following command in your target project directory to open the interactive checklist menu:

npx aayushus-skills

Options & Subcommands

You can bypass the interactive menu to install specific components directly:

  • All Components: npx aayushus-skills all
  • Prism Design System: npx aayushus-skills design
  • Development Guidelines: npx aayushus-skills guidelines
  • Solo Developer AI SOP: npx aayushus-skills sop
  • Cursor Rules: npx aayushus-skills cursor
  • Antigravity Rules: npx aayushus-skills antigravity
  • Devin Rules: npx aayushus-skills devin
  • Claude Rules: npx aayushus-skills claude
  • Codex/Copilot Rules: npx aayushus-skills codex

Preview changes (Dry Run)

Add -d or --dry-run to preview the files that would be installed without making any modifications to disk:

npx aayushus-skills --dry-run
npx aayushus-skills design --dry-run

Included Components

  • AI Agent Configurations: Custom-tailored rule files matching your selected editor:
    • Antigravity: .antigravityrules
    • Devin: .devin/rules/rules.md & AGENTS.md
    • Cursor: .cursorrules
    • Claude: CLAUDE.md
    • Codex/Copilot: .github/copilot-instructions.md
  • Prism Design System: Copies zero-decision B2B/SaaS design components and styling tokens (CSS/TSX) to ./src/design/ or ./design/.
  • Development Guidelines: Copies standard stack-agnostic development reference docs (API Design, Architecture, Code Quality, Security, Performance, etc.) to ./docs/guidelines/.
  • Solo Developer AI SOP: Installs the Solo-Developer-AI-SOP.md file in the project root containing guidelines for budget management and AI escalation.

Attribution & Disclaimer

Please note that the design elements, guidelines, and templates included in the Prism Design System are not entirely original works. They have been collected, aggregated, and adapted from various online resources, design frameworks, and community best practices, and subsequently customized and refined to suit specific project requirements and agent workflows.