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

create-claudecraft

v1.0.0

Published

Designer-first boilerplate for Claude Code. 27 skills, 7 commands, 32 themes. The robots are here.

Readme

create-claudecraft

Your taste. Their labor. Finally.

bun create claudecraft my-app

What

Hey, designer. Your job isn't going anywhere—but it is getting weirder. The robots are here, and they have opinions about border-radius.

This is a boilerplate for people who'd rather shape the slop than become it. Pre-configured with design constraints, accessibility guilt trips, and 32 themes so you can procrastinate on the hard decisions.


Install

bun create claudecraft my-app
cd my-app
bun dev

Open localhost:6969. Nice.

Also works with:

npx create-claudecraft my-app
pnpm create claudecraft my-app

Stack

| Tool | Why | |------|-----| | React 18 | You know why | | TypeScript 5 | Lies surfaced early | | Vite 5 | Fast enough to feel productive | | Tailwind 3 | Utility cope | | DaisyUI 4 | 32 themes, 0 decisions | | Vitest | Tests that might catch bugs | | Bun | Speed you'll briefly appreciate |


What's Inside

27 Skills

Guardrails. Claude wants to help. These make sure it helps correctly.

Process (via obra/superpowers)

| Skill | What it does | |-------|--------------| | brainstorming | Poke holes before you build | | writing-plans | Scope creep prevention | | executing-plans | Checkpoints for the anxious | | test-driven-development | Write the test first, cry later | | systematic-debugging | Denial → anger → acceptance → fix | | verification-before-completion | Did you actually check? | | requesting-code-review | Brace for feedback | | receiving-code-review | They meant well | | using-git-worktrees | Branch isolation therapy | | finishing-a-development-branch | Merge it or delete it | | subagent-driven-development | Outsource to yourself | | dispatching-parallel-agents | Fake productivity, real results | | writing-skills | Teach Claude your ways |

Design

| Skill | What it does | |-------|--------------| | react-best-practices | Fewer re-renders, more peace | | testing-patterns | Tests that find bugs, not LOC | | ui-skills | CSS that cooperates | | a11y-audit | WCAG compliance therapy | | seo-review | Feed the algorithm | | og-image | Social cards worth clicking | | microcopy | Words that don't annoy users | | sitemap-generator | Crawler food | | json-ld | Structured data for bots | | figma-to-code | Pixel-perfect from Figma | | design-polish | Systematic polish passes | | visual-iteration | Mockup to code loop | | ralph-wiggum-loops | Sleep while Claude ships |

7 Commands

/build          Compile and hope
/typecheck      Surface the lies in your types
/lint           Formatting tribunal
/brainstorm     Interrogate your assumptions
/write-plan     Think before you ship
/execute-plan   Stop planning, start building
/ralph          Autonomous loop templates

32 Themes

DaisyUI ships 32 themes. Pick one. Everything updates. Decision deferred successfully.

2 Hooks

| Hook | What it does | |------|--------------| | typecheck-after-edit | TypeScript check after saves | | check-branch | Warns before you commit to main |


The Superpower

Ralph Wiggum loops. Claude works autonomously—building, checking, fixing—until done. Walk away. Come back to finished work.

/ralph-loop "Build a card component with hover states" \
  --completion-promise "COMPLETE" \
  --max-iterations 15

YC teams shipped 6 repos overnight. $50k contracts completed for $297 in API costs.

Named after the Simpsons character. Keeps going despite everything.


Structure

.claude/
├── commands/           # /build, /lint, /ralph
├── hooks/              # typecheck, branch warnings
├── skills/             # 27 behavioral guardrails
├── settings.json       # hook config
└── settings.local.json # pre-approved chaos

src/
├── components/ui/      # Button, ThemeSelector, CodeBlock
├── context/            # ThemeContext
├── pages/              # HomePage
└── lib/                # utils

CLAUDE.md               # project brain dump

Options

bun create claudecraft [name] [flags]

Flags:
  -y, --yes        Skip prompts. Use defaults.
  --no-git         Skip git init
  --no-install     Skip bun install
  --init           Add skills to existing project
  -h, --help       This
  -v, --version    Version number

Requirements

Bun — The fast one.

curl -fsSL https://bun.sh/install | bash

Claude Code — The AI that reads your CLAUDE.md and (mostly) follows it.


Links

Website · GitHub · Issues


License

MIT. Do whatever. Credit appreciated, not required.


Made by a designer who got tired of the slop. @raduceuca