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-cafe/vibe-friends

v0.2.4

Published

/vibe-friends slash command for Claude Code / Codex CLI / Cursor / Windsurf — show the latest posts from Vibe Friends, VibeCafé's community.

Readme

vibe-friends

/vibe-friends slash command + optional statusline ticker for Claude Code — peek at the latest posts from Vibe Friends, the community built by VibeCafé, right from your AI coding tool.

Install

npx @vibe-cafe/vibe-friends                  # active: install /vibe-friends skill
npx @vibe-cafe/vibe-friends statusline       # passive: footer one-liner ticker (Claude Code)

No account, no API key, no setup. Calls a public read-only endpoint on vibecafe.ai.

Active — /vibe-friends

Type /vibe-friends inside Claude Code. The skill runs vibe-friends view, which opens a full-screen TUI overlay (alt-screen buffer — doesn't pollute your main conversation):

┌─ Vibe Friends — Top 10 ─────────────────────────────────────┐
│                                                              │
│ ▸ 1. Claude Code 用了一个月,每天 30 刀…       @duck4money    │
│      ↑ 42 · 💬 12 · 2h                                       │
│                                                              │
│   2. Codex 5 hour cap 还有人在用吗                  @other    │
│      ↑ 31 · 💬 8 · 4h                                        │
│   ...                                                         │
│                                                              │
├──────────────────────────────────────────────────────────────┤
│ ↑↓ 移动   Enter 打开   r 刷新   q/ESC 退出                   │
└──────────────────────────────────────────────────────────────┘
  • ↑↓ move highlight, Enter opens the post in your browser, r reload, q / ESC exit
  • On exit your Claude session resumes — the conversation only gains one line: [vibe-friends] 浏览了 N 条帖子,已退出
  • Outside a TTY (CI, piped stdout) it falls back to a plain markdown list automatically

Codex CLI / Cursor / Windsurf get the markdown-list fallback (their TUI environment doesn't restore cleanly from an overlay).

Passive — statusline footer ticker

If you'd rather just glance at the feed while you work, install the statusline:

npx @vibe-cafe/vibe-friends statusline

This wires vbf-statusline into ~/.claude/settings.jsonstatusLine.command. After Claude Code reloads its config, the footer shows one rotating post per turn:

▸ Vibe Friends · Claude Code 用了一个月,每天 30 刀… — @duck4money
  • Cycles through Top 10 — rotates to the next post every 30 seconds (stays put on faster turn boundaries so it doesn't flicker)
  • Cache refreshes in the background every 5 minutes
  • Terminals that support OSC 8 (iTerm2, Warp, VSCode, Kitty) render the line as a clickable hyperlink
  • Chains with an existing statusLine.command (claude-hud, vibe-usage-statusline.sh, your own script) — the original output is preserved above Vibe Friends' line. Your original settings.json is backed up to ~/.claude/settings.json.vbf-backup.

Remove it:

npx @vibe-cafe/vibe-friends statusline --remove

This restores the original statusLine.command from the chain wrapper. The backup file stays put so you can sanity-check before deleting.

All commands

npx @vibe-cafe/vibe-friends                  # Install /vibe-friends skill
npx @vibe-cafe/vibe-friends view             # Open the TUI directly
npx @vibe-cafe/vibe-friends list             # Markdown list (CI / fallback)
npx @vibe-cafe/vibe-friends list --sort new  # Newest instead of top
npx @vibe-cafe/vibe-friends list --limit 20  # Up to 30
npx @vibe-cafe/vibe-friends --remove         # Uninstall the skill
npx @vibe-cafe/vibe-friends statusline           # Wire footer ticker
npx @vibe-cafe/vibe-friends statusline --remove  # Unwire footer ticker
npx @vibe-cafe/vibe-friends help             # Show help

Development

Point at a local vibe-cafe dev server:

VIBE_FRIENDS_API_URL=http://localhost:3000 node bin/vibe-friends.js list

$999 Club posts

Posts marked as $999 Club–only show a placeholder title ([$999 Club 会员专属,请登录阅读]) in the public feed. The link still works — clicking opens vibecafe.ai where the normal auth check decides what you can read.

Roadmap (not yet)

  • Codex CLI statusline — Codex's statusline currently only renders built-in items, no custom command shell-out. Holding until upstream adds it.
  • Codex CLI TUI overlay — Codex's TUI doesn't restore cleanly from an alt-screen child process today, so view falls back to markdown. Revisit if upstream improves child-TTY handoff.
  • Vibe Usage app tab — surfacing the feed in the vibe-usage Mac app's menu-bar popover, the most "always visible" UX possible. Tracked separately.

Related

License

MIT