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

claude-dev-environment-setup

v1.3.0

Published

Claude Code plugin that sets up GitHub CLI, Supabase CLI, Vercel CLI, and Chrome DevTools MCP

Downloads

676

Readme

Dev Environment Setup for Claude Code

What is this?

You've built an app on your machine. Now you need to get it on the internet — with a real URL, a database, and a way to push updates. This installs a slash command that walks you through setting up the tools that make that happen:

  • Homebrew — The Mac package manager. Almost everything else installs through it.
  • Git — Version control. Needed to push code to GitHub. Also makes sure your name and email are configured.
  • Node.js — The runtime that powers your app and most dev tools. Checks that you're on a modern version (18+).
  • GitHub CLI — Store and manage your code online. This lets you do it from the terminal instead of the website.
  • Supabase CLI — Supabase is your database, where the app stores user data. This lets you set up and change the database from your computer.
  • Vercel CLI — Vercel hosts the app on the internet. This lets you deploy and manage it from the terminal.
  • Chrome DevTools MCP — Lets Claude open a browser and look at your app directly. It can spot errors, read console logs, and take screenshots without you having to describe the problem.

It assumes you already have code and a coding tool (Claude Code, Cursor, etc.). This gets you the infrastructure around it.

Prerequisites

You just need Claude Code installed — the AI coding tool that runs in your terminal. Install it at claude.ai/claude-code. That's it.

Install

Open Terminal and run:

npx claude-dev-environment-setup

That's it — no restart needed.

Usage

Type /dev-environment-setup in Claude Code. It will:

  1. Check which tools you already have
  2. Walk you through installing and logging into anything that's missing
  3. Verify everything works at the end

If something breaks later (like an expired login), just run /dev-environment-setup again to diagnose and fix it.