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

vibecodekit

v1.0.11

Published

Prebuilt skills and agents for Vibe Coding — Claude Code & Antigravity

Readme

Vibe Code Kit

Prebuilt skills and agents for Vibe Coding — ready to install into any project.

Supports:

  • Claude Code skills (.claude/skills/)
  • Antigravity agents (.agent/)

Quick Install

# Install everything
curl -fsSL https://raw.githubusercontent.com/Neurons-AI/vibecodekit/main/install.sh | bash -s -- --all

# Or via npx
npx vibecodekit --all

Usage

# Interactive mode — choose what to install
npx vibecodekit

# Install all skills to .claude
npx vibecodekit --claude

# Install all skills to .cursor
npx vibecodekit --cursor

# Install all skills to .agent (Antigravity)
npx vibecodekit --agent

# List available skills
npx vibecodekit --list

# Pick individual skills to install
npx vibecodekit --pick

# Force overwrite existing files
npx vibecodekit --all --force

Included Skills

Claude Code & Antigravity Skills

| Skill | Description | |-------|-------------| | vibe-builder | Solo Builder agent — builds complete applications from scratch using 6-phase Agentic Coding workflow with deep research, PRD creation, autonomous coding, testing, and human-in-the-loop checkpoints. | | vibe-debugger | Structured debugging workflow — researches bugs, writes a BUG_REPORT.md with root cause analysis and proposed fixes, asks for human review, implements the fix, and verifies it. |

Vibe Builder Features

The vibe-builder skill is a comprehensive Solo Builder agent that:

6-Phase Workflow:

  1. Research & Product Spec — Deep web research (5-8 searches), creates PRD.md with wireframes, flowcharts, ER diagrams
  2. Planning & Review — Human reviews PRD, agent updates CLAUDE.md/GEMINI.md with project summary
  3. Agentic Coding — Fully autonomous coding with context sync every 3-5 tasks
  4. Testing Setup — Creates TEST_PLAN.md, stops for human review
  5. Testing Execution — Autonomous test execution with auto-fix loop
  6. Fine-tune & Loop — Iterative refinement based on human feedback

Key Features:

  • Context Recovery — Hooks for Claude Code to recover workflow after context compaction
  • Docker-First — Prioritizes Docker images for infrastructure (postgres, redis, supabase, etc.)
  • Typed Languages — Enforces TypeScript, Rust, or Python with type hints
  • Human Checkpoints — Mandatory stops at Phase 1, 2, and 4 for human approval
  • Self-Setup — Agent sets up everything (Docker, dependencies, configs) autonomously

Usage:

/vibe-builder <describe the app you want to build>

How It Works

The installer downloads the latest kit from GitHub and copies the selected skills/agents into your project's .claude/ and .agent/ directories. It only warns about individual files that would be overwritten — it won't touch your existing config.

Contributing

To add a new skill or agent:

  1. Claude Code skill — Create a new directory under .claude/skills/<skill-name>/ with a SKILL.md file. Use the Claude Code skill format.

  2. Antigravity agent — Create a new directory or file under .agent/.

  3. Submit a pull request.

License

MIT