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

solo-dev-skills

v2.0.0

Published

CLI tool to initialize solo-dev-skills in your project

Readme

Solo Dev Skills

A collection of Agent Skills for Cursor and Claude Code, extending AI agent capabilities in specialized domains.

Installation

# Using npx (no installation needed)
npx solo-dev-skills init

# Or install globally
npm install -g solo-dev-skills
solo-dev-skills init

Commands

# Initialize all skills
solo-dev-skills init                      # → both .cursor/skills/ and .claude/skills/
solo-dev-skills init -e cursor            # → .cursor/skills/ only
solo-dev-skills init -e claude            # → .claude/skills/ only

# Add specific skills
solo-dev-skills add expo-dev supabase-dev
solo-dev-skills add sui-move -e cursor

# List available skills
solo-dev-skills list

Skills

📱 expo-dev

Build universal native apps (Android, iOS, web) with Expo + React Native:

  • Expo Router navigation (tabs, stacks, drawers)
  • SDK packages (camera, notifications, storage, location)
  • EAS Build & deploy to app stores
  • TypeScript standards & performance patterns

🧪 expo-tester

Test Expo/React Native apps with Jest, RNTL, and Maestro:

  • Jest setup with jest-expo preset
  • React Native Testing Library queries/events
  • Maestro E2E YAML flows
  • CI integration

🎨 mobile-design

Apple-quality mobile interface design:

  • Apple Human Interface Guidelines
  • Touch interactions & gesture navigation
  • Anti-AI-slop guidelines - avoid generic aesthetics
  • Text-to-image/video/audio prompt templates

⚡ supabase-dev

Backend-as-a-service with Supabase:

  • Authentication (email/password, OAuth, magic links, OTP)
  • Database with Row Level Security (RLS)
  • File storage & realtime subscriptions
  • Edge Functions & CLI

🔗 sui-move

Smart contract development on Sui blockchain:

  • Move language basics & object model
  • Ownership patterns & capabilities
  • Testing with sui-move-analyzer
  • CLI scripts for build/test/deploy

🌐 sui-ts-dev

TypeScript SDK for Sui blockchain:

  • Client setup & transaction building
  • dApp Kit for React/Next.js integration
  • zkLogin, Passkey, SuiNS, Walrus, DeepBook
  • Best practices & patterns

📋 test-planner

Plan and strategize testing for web and mobile apps:

  • Test strategy documents from requirements
  • Coverage gap analysis
  • Critical path identification
  • QA approach documentation

🛠️ skill-creator

Guide for creating effective Agent Skills:

  • Skill structure: SKILL.md + scripts/ + references/ + assets/
  • Progressive disclosure design principle
  • Full workflow from planning to packaging

🔍 code-review

Source: mrgoonie/claudekit-skills

Code review practices with 3 core principles:

  • Receiving feedback - Technical evaluation over performative agreement
  • Requesting reviews - Systematic review via code-reviewer subagent
  • Verification gates - Evidence required before completion claims

🧠 problem-solving

Source: mrgoonie/claudekit-skills (derived from microsoft/amplifier)

Problem-solving techniques:

  • collision-zone-thinking - Force unrelated concepts together for breakthroughs
  • inversion-exercise - Flip assumptions to reveal alternative approaches
  • meta-pattern-recognition - Spot patterns appearing in 3+ domains
  • scale-game - Test at extremes (1000x bigger/smaller)
  • simplification-cascades - Find insights that eliminate multiple components
  • when-stuck - Dispatch to appropriate technique based on symptoms

License

MIT