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

gin-skills

v1.0.10

Published

Install GinStudio skills and agents for Claude Code

Readme

GinStudio Skills

Claude Code skills and agents — install with one command, select what you need.

Quick Start

npx gin-skills

Interactive TUI — use Space to select, A to toggle all, Enter to confirm.

Install

# Interactive — pick what you need
npx gin-skills

# Install specific skills
npx gin-skills --skills react-query,mongodb

# Install specific agents
npx gin-skills --agents developer,tester

# Install everything
npx gin-skills --all

# Install globally (available in all projects)
npx gin-skills -g

# Install to a specific project
npx gin-skills -t /path/to/project

Upgrade

# Upgrade all installed skills & agents to latest
npx gin-skills@latest upgrade --all

# Interactive — choose what to upgrade
npx gin-skills@latest upgrade

Uninstall

# Interactive — choose what to remove
npx gin-skills uninstall

# Remove from a specific project
npx gin-skills uninstall -t /path/to/project

# Remove globally installed
npx gin-skills uninstall -g

Other Commands

gin-skills status     # Show installed vs available
gin-skills list       # List all bundled skills & agents
gin-skills versions   # Show all published npm versions

Flags: -g global, -t <path> target project, --all skip prompts

Available Skills

| Skill | Install | Description | |-------|---------|-------------| | active-life-dev | --skills active-life-dev | Active Life Backend Dev Guide: Comprehensive development guide for the Active Life Global Store NestJS backend (be-store-active-life-global). | | ai-asset-generator | --skills ai-asset-generator | AI Asset Generator: Generate production-ready images, icons, videos, and visual assets using KIE AI and background removal APIs. | | ai-build-ai | --skills ai-build-ai | AI Build AI: Master guide for extending Claude Code — creating skills, custom subagents (agents), MCP servers, hooks, plugins, agent teams, running... | | ant-design | --skills ant-design | Ant Design (antd) Expert: Production patterns for building React UIs with Ant Design v5/v6 — components, theming, Form, Table, Modal, layout, icons... | | flutter-performance | --skills flutter-performance | Flutter Performance Optimization: Comprehensive guide for optimizing Flutter app performance — widget rebuilds, jank reduction, memory leaks, Dart ... | | icon-generator | --skills icon-generator | SVG Icon Generator: Generate beautiful, clean SVG icon components (.tsx) for React Native apps using react-native-svg. | | mobile-app-review | --skills mobile-app-review | Mobile App Store Review Checklist: Comprehensive pre-submission audit for Apple App Store and Google Play Store. | | mongodb | --skills mongodb | MongoDB & Mongoose Best Practices: Production patterns for schema design, indexing, aggregation pipelines, transactions, connection management, and... | | nestjs-architecture | --skills nestjs-architecture | NestJS Feature-Based Architecture: Production patterns for organizing NestJS backends — feature modules, core infrastructure, shared utilities, gua... | | openclaw-builder | --skills openclaw-builder | Guide for setting up, configuring, and extending OpenClaw — an AI gateway for connecting LLM agents to messaging channels (Telegram, Discord, Whats... | | react-fsd-architecture | --skills react-fsd-architecture | Feature-Sliced Design (FSD) Architecture: Architectural methodology for organizing frontend projects by business features — layers, slices, segment... | | react-native-expo | --skills react-native-expo | React Native Expo (Sty AI Mobile): Production patterns for the Sty AI React Native app — Expo SDK 54, Expo Router v5, React Query v5, Zustand v5, R... | | react-native-performance | --skills react-native-performance | React Native Performance Optimization: Comprehensive guide — rendering, memory leaks, bundle size, startup, animations, navigation, algorithms, and... | | react-query | --skills react-query | TanStack React Query Best Practices: Comprehensive guide for writing production-quality React Query code — query keys, mutations, caching, optimist... | | review-code | --skills review-code | Code Review: Comprehensive code review and quality analysis for fullstack monorepos (NestJS backend, Next.js frontend, React Native mobile). | | security-scanner | --skills security-scanner | Security Scanner: Comprehensive security audit for fullstack monorepos — NestJS backend, Next.js frontend, and React Native mobile app. | | ui-ux-pro-max | --skills ui-ux-pro-max | UI/UX design intelligence. |

Available Agents

| Agent | Install | Description | |-------|---------|-------------| | developer | --agents developer | Full-stack developer agent for implementing features, fixing bugs, and writing production-quality code | | frontend-design | --agents frontend-design | Frontend design agent for building beautiful, accessible UI components and pages | | mobile-reviewer | --agents mobile-reviewer | Reviews React Native / Expo apps for App Store & Google Play compliance, UX best practices, and platform-specific issues | | review-code | --agents review-code | Reviews code for quality, architecture, and best practices across the fullstack monorepo | | security-scanner | --agents security-scanner | Scans for security vulnerabilities aligned with OWASP Top 10:2025, LLM Top 10, and Mobile Top 10 | | tester | --agents tester | Testing agent for writing and running unit tests, integration tests, and e2e tests |

Contributing

See DEVELOPMENT.md for how to add skills/agents and release new versions.