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

van-damme

v0.1.0

Published

Claude Code skills plugin — code review, testing, git workflows, documentation, debugging, scaffolding, DevOps, and productivity commands

Readme

van-damme

A Claude Code skills plugin with 23 slash commands and 3 background skills for code review, testing, git workflows, documentation, debugging, scaffolding, DevOps, and productivity.

Installation

npm install -g van-damme

Or install locally in a project:

npm install --save-dev van-damme

Commands

| Command | Category | Description | |---------|----------|-------------| | /van-damme:review | Code Quality | Review code for bugs, security issues, and improvements | | /van-damme:refactor | Code Quality | Suggest and apply refactoring improvements | | /van-damme:type-check | Code Quality | Analyze and improve type safety | | /van-damme:deps | Code Quality | Audit dependencies for issues and updates | | /van-damme:profile | Code Quality | Identify performance bottlenecks | | /van-damme:test | Testing | Generate tests for code | | /van-damme:test-edge-cases | Testing | Generate edge case and boundary tests | | /van-damme:conventional-commit | Git & PRs | Create a conventional commit from staged changes | | /van-damme:changelog | Git & PRs | Generate a changelog from git history | | /van-damme:pr-review | Git & PRs | Review a pull request | | /van-damme:pr-description | Git & PRs | Generate a PR title and description | | /van-damme:explain | Documentation | Explain code in plain language | | /van-damme:adr | Documentation | Create an Architecture Decision Record | | /van-damme:api-docs | Documentation | Generate API documentation | | /van-damme:diagnose | Debugging | Investigate bugs and errors | | /van-damme:component | Scaffolding | Scaffold a new UI component | | /van-damme:endpoint | Scaffolding | Scaffold a new API endpoint | | /van-damme:migration | Scaffolding | Create a database migration | | /van-damme:dockerfile | DevOps | Generate or improve a Dockerfile | | /van-damme:ci | DevOps | Generate or improve CI/CD configuration | | /van-damme:todo | Productivity | Find and summarize TODOs and FIXMEs | | /van-damme:summarize | Productivity | Summarize recent changes or a codebase area | | /van-damme:onboard | Productivity | Generate an onboarding guide for the project |

Background Skills

These skills activate automatically in relevant contexts:

| Skill | Description | |-------|-------------| | commit-conventions | Detects and enforces project commit message conventions | | code-style-awareness | Detects project code style and formatting preferences | | project-structure-awareness | Detects project type, framework, and directory conventions |

Usage

Commands accept an optional file or directory argument:

/van-damme:review src/api/auth.ts
/van-damme:test src/utils/
/van-damme:explain src/core/parser.ts

When no argument is given, commands operate on the current context (staged changes, working directory, etc.).

License

MIT