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

@quantobooks/skills

v0.1.0

Published

Installs QuantoBooks Claude skills into Claude Code, Claude Desktop, and Cursor.

Readme

@quantobooks/skills

CLI that installs the QuantoBooks Claude skills into Claude Code, Claude Desktop, and Cursor.

Quick start

npx @quantobooks/skills install

That's it. The CLI detects which Claude clients you have and copies the skills into each one's skills directory.

Commands

npx @quantobooks/skills install      # default — install to every detected client
npx @quantobooks/skills uninstall    # remove skills this CLI placed
npx @quantobooks/skills list         # show bundled skills + per-client install status
npx @quantobooks/skills version      # print bundle version
npx @quantobooks/skills help         # show usage

Options

| Flag | Description | |------|-------------| | --target <id> | Restrict to a specific client. Repeatable. Values: claude-code-user, claude-code-project, claude-desktop | | --skills <names> | Comma-separated subset to install. Default: all | | --dry-run | Print what would happen; write nothing | | --upgrade | Re-install over existing files (default behavior; flag kept for clarity) | | --quiet, -q | Suppress non-essential output |

Where skills get installed

| Client | Path | |--------|------| | Claude Code (user) | ~/.claude/skills/ | | Claude Code (project) | <cwd>/.claude/skills/ | | Claude Desktop (macOS) | ~/Library/Application Support/Claude/skills/ | | Claude Desktop (Windows) | %APPDATA%/Claude/skills/ | | Claude Desktop (Linux) | ~/.config/Claude/skills/ |

What's in the bundle

Run quantobooks-skills list to see the current set. As of this README:

  • quanto-client-context — foundation guard (active-client check, tool-tier selection, write safety)
  • quanto-month-end-close, quanto-flag-triage, quanto-balance-sheet-review, quanto-transaction-cleanup, quanto-client-onboarding-review — daily/monthly workhorses
  • quanto-ar-followup, quanto-ap-pay-run, quanto-vendor-cleanup, quanto-management-report — common operational workflows
  • quanto-year-end-1099-prep, quanto-catch-up-bookkeeping, quanto-journal-entry-assist, quanto-document-lookup — specialized

See each skill's SKILL.md for its playbook.

Updates

npx @quantobooks/skills install --upgrade

npx always fetches the latest published version when there's no cached copy, so for most users npx @quantobooks/skills install is enough to get an update — but --upgrade makes intent explicit and overwrites local files. After install, list will flag any client with an older bundle.

Source

Skills live in the glaceon-monorepo under apps/mcp-server/skills/. A GitHub Action mirrors them to the public quantotechnologylabs/quantobooks-skills repo on every release, and this package publishes from there.

License

MIT