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

@bonesofspring/ai-rules

v0.1.35

Published

Presets of Cursor and Claude rules/commands for Revy Ross personal use

Readme

@bonesofspring/ai-rules

Presets for Cursor and Claude Code: rules, commands, plus for Claude CLAUDE.md and skills / agents / hooks when the preset includes them. Install from npm into a project so you don’t have to copy files out of the repo by hand.

Node 18+.

# from the project root
npx @bonesofspring/ai-rules init cursor --preset next
npx @bonesofspring/ai-rules init claude --preset next
npx @bonesofspring/ai-rules clean cursor

Global: npm i -g @bonesofspring/ai-rules, then ai-rules ....

init merges into the current directory: dirs are created, matching files are overwritten. --preset and the subcommand can be in either order, e.g. --preset=next init cursor.

clean cursor / clean claude removes what this CLI installs: for Cursor, the entire .cursor directory; for Claude, .claude/rules, .claude/commands, skills, agents, hooks, and CLAUDE.md when present. Anything else under .claude is left alone.

Where things go on init:

| | Cursor | Claude | |---|--------|--------| | rules | .cursor/rules | .claude/rules | | commands | .cursor/commands | .claude/commands | | other | — | root CLAUDE.md.claude/CLAUDE.md; folders skills, agents, hooks → under .claude/ with the same names |

The package currently ships the next preset (Next.js stack and whatever else is bundled there). Other preset names: see presets/ in the repo. Name is a single path segment, no / or ...

Help: ai-rules --help.

MIT.