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

@zed-io/wam-skills

v0.1.3

Published

Install Wam skills for Claude Code — payment integration, docs access, and more

Readme

@zed-io/wam-skills

Install Wam skills and tools for Claude Code — the AI coding assistant by Anthropic.

Quick Start

npx @zed-io/wam-skills add wam-pay

This installs the /wam-pay skill and connects the Wam Docs MCP server. Restart Claude Code, then run /wam-pay to get started.

What You Get

/wam-pay Skill

An interactive payment integration assistant that:

  1. Asks about your project — framework, what you're selling, hosting, preferences
  2. Scans your codebase — detects framework, existing routes, env vars
  3. Plans the integration — shows exactly what files it will create
  4. Scaffolds everything — checkout endpoint, webhook handler, SDK setup, env vars
  5. Walks you through testing — staging keys, webhook verification
  6. Provides a go-live checklist — everything needed to switch to production

Supports Next.js, Express, Fastify, Python, PHP, and more.

Wam Docs MCP Server

Automatically configured when you install a skill. Gives your AI assistant real-time access to:

  • search_docs — Search all Wam documentation by keyword
  • get_page — Read a specific docs page
  • list_pages — Browse all available pages
  • get_sdk_reference — Full Payment SDK reference bundle

Works across Claude Code, Cursor, VS Code, and any MCP-compatible tool.

Commands

npx @zed-io/wam-skills add <skill>      # Install a skill + MCP server
npx @zed-io/wam-skills remove <skill>   # Remove a skill
npx @zed-io/wam-skills list             # List available skills
npx @zed-io/wam-skills setup            # Install all skills + MCP server

Manual MCP Setup

If you're using Cursor or VS Code (not Claude Code), connect the MCP server manually:

{
  "servers": {
    "wam-docs": {
      "type": "sse",
      "url": "https://docs.wam.money/mcp"
    }
  }
}

Links