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

get-your-shit-together

v1.0.0

Published

One command, one session, one testable hypothesis — Foundation Sprint for solo entrepreneurs.

Readme

Get Your Shit Together (GYST)

A Claude Code command that guides solo entrepreneurs through the Foundation Sprint — from fuzzy idea to testable hypothesis in one focused session.

What It Does

  • Runs the full 4-step Foundation Sprint interactively inside Claude Code
  • Researches competitors and validates your target customer's pain using web search
  • Guides you through positioning (2x2 matrix) and differentiator selection
  • Evaluates multiple solution approaches using four business lenses
  • Produces four output files in your project directory: competitor profiles, positioning map, decision journal, and a falsifiable hypothesis

Requirements

  • Node.js >= 16.7.0
  • Claude Code (claude.ai/code)

Install

# Install via npx (recommended)
npx get-your-shit-together

# Or clone and install locally (for development)
git clone https://github.com/your-repo/GYST
cd GYST
node bin/install.js

Note: The npx package name is a placeholder pending npm publish. For now, dev install via node bin/install.js is the working path.

Usage

After installing, open any project directory in Claude Code and run:

/gyst:foundation-sprint

The sprint runs entirely within your Claude Code session. No account, no API keys, no config.

What You Get

Four output files written to your project directory:

  • COMPETITORS.md — competitor research profiles (written after Step 1)
  • HYPOTHESIS.md — your testable hypothesis (X/Y/Z/W/U/V format)
  • SPRINT.md — full decision journal
  • POSITIONING.md — 2x2 matrix and mini-manifesto

Install Location

~/.claude/get-your-shit-together/

Uninstall

rm -rf ~/.claude/get-your-shit-together/
rm -rf ~/.claude/commands/gyst/

License

MIT