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

@cachly-dev/init

v0.1.4

Published

One command gives every AI editor permanent memory. Auto-detects Claude Code, Cursor, Copilot, Windsurf, Continue — writes MCP config + memory rules instantly. Free tier, no credit card.

Readme

@cachly-dev/init

Your AI forgot that 3-hour fix. Again.
One command. Permanent memory. Every editor. Free.

npm npm downloads Free tier License: Apache-2.0


Setup — 30 seconds, done forever

npx @cachly-dev/init

That's it. No config files. No copy-pasting tokens. No reading docs.

The wizard:

  1. Signs you in via browser (one click, no password, no credit card)
  2. Creates your Brain — 25 MB free instance, yours forever
  3. Auto-detects your editors — Claude Code, Cursor, Windsurf, GitHub Copilot, Continue.dev
  4. Writes MCP configs for every detected editor automatically
  5. Creates CLAUDE.md / copilot-instructions with memory rules pre-filled

Restart your editor. Your AI now remembers everything — permanently.


What changes after setup

Before:

You: "Remember, we use Fiber not Express"
Claude: [next session] "Sure! Let me use Express..."
You: 😡

After:

Claude: "Session start — 47 lessons loaded. Last session: fixed auth race condition.
         Reminder: you use Fiber, deploy via rsync+docker, staging is at port 3001."
You: 🚀

Supported editors

| Editor | What gets written | |--------|------------------| | Claude Code | .mcp.json + CLAUDE.md | | Cursor | .cursor/mcp.json | | Windsurf | .windsurf/mcp.json | | GitHub Copilot (VS Code) | .vscode/mcp.json | | Continue.dev | .continue/config.json |

All at once if you use multiple.


Commands

npx @cachly-dev/init           # Setup wizard (run once)
npx @cachly-dev/init doctor    # Check brain health & MCP connection
npx @cachly-dev/init --help    # All options

A persistent memory layer for AI coding assistants — 38 MCP tools including:

  • session_start / session_end — brief your AI at the start of every window
  • learn_from_attempts — store lessons after every fix or deploy
  • recall_best_solution — retrieve the best known solution for any topic
  • smart_recall — semantic search across your entire brain
  • team_learn / team_recall — shared memory for the whole team

Ecosystem

| Package | Description | |---------|-------------| | @cachly-dev/mcp-server | The MCP server itself — 38 AI Brain tools | | @cachly-dev/cli | Terminal CLI — manage instances and cache data | | @cachly-dev/sdk | Node.js/TypeScript SDK for direct cache access |


Links