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

vibe-cokit

v1.16.0

Published

A toolkit for interacting with Claude Code and OpenCode

Readme

vibe-cokit (vk)

A toolkit for interacting with Claude Code, Antigravity, and OpenCode.

Install

bun install -g vibe-cokit

Supported Setup Flows

  • claude-code - installs the standard Claude Code project kit
  • antigravity - installs the Antigravity project kit
  • opencode - installs AGENTS.md, opencode.jsonc, .opencode/, and docs/opencode/

Commands

vk init                # Initialize vibe-cokit for current project
vk init antigravity    # Install the Antigravity kit in current project
vk init opencode       # Install the OpenCode kit in current project
vk update              # Update CLI + config + skills
vk update antigravity  # Update the Antigravity kit in current project
vk update opencode     # Update the OpenCode kit in current project
vk skills              # Install/update skills
vk version             # Show CLI + installed kit versions
vk doctor              # Health check setup
vk doctor --fix        # Auto-fix setup issues
vk help                # Show detailed usage guide

MCP Servers

vk mcp install                        # List available MCP modules
vk mcp install serena context7        # Install specific MCP servers
vk mcp install --all                  # Install all MCP servers
vk mcp uninstall serena               # Remove an MCP server

Available modules: serena, context7, brave-search, filesystem, github, sequential-thinking, memory, puppeteer

Plugins

vk plugin install                     # List available plugins
vk plugin install context7 code-review # Install specific plugins
vk plugin install --all               # Install all plugins
vk plugin uninstall hookify           # Remove a plugin

Available plugins: context7, code-review, ralph-loop, typescript-lsp, pyright-lsp, gopls-lsp, rust-analyzer-lsp, frontend-design, security-guidance, hookify, code-simplifier, feature-dev, pr-review-toolkit, commit-commands

Prerequisites

  • gh — GitHub CLI
  • git — Git version control
  • claude — Claude Code CLI (for Claude setup and mcp/plugin commands)

Files Created

  • ./CLAUDE.md - project-level Claude config created by vk init
  • ./opencode.jsonc - project-level OpenCode config created by vk init opencode
  • ./.opencode/ - local OpenCode agents and metadata created by vk init opencode

Development

bun install
bun run build
bun test