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

sb-skill

v1.0.1

Published

SB-Skill 多模型协作工作流 - Claude 编排 + Codex (后端) + Gemini (前端) 的 AI 协作开发框架

Readme

SB-Skill 🤖 多模型协作工作流

Claude 编排 + Codex (后端) + Gemini (前端) 的 AI 多模型协作开发框架,运行在 Antigravity 中。

🚀 快速开始

# 1. 全局安装
npx sb-skill

# 2. 在项目中初始化
cd your-project
npx sb-skill init

# 3. 在 Antigravity 中切换到 Claude 模型,输入命令:
SB:workflow 实现用户认证模块

📋 可用命令

在 Antigravity 中 切换到 Claude 模型 后使用:

| 命令 | 功能 | 场景 | |------|------|------| | SB:workflow | 6 阶段完整协作 | 新功能从 0 到 1 | | SB:plan | 多模型规划 | 新需求设计方案 | | SB:execute | 读取计划执行 | 按计划实施 | | SB:review | 双模型审查 | 提交前代码审查 | | SB:feat | 智能功能开发 | 快速开发单功能 | | SB:commit | 智能提交 | Conventional Commit | | SB:debug | 问题诊断 | Bug 排查 | | SB:analyze | 技术分析 | 架构评估 |

🏗️ 架构

Antigravity (Claude = 编排者)
      │
   ┌──┴───┐
   ↓      ↓
Codex   Gemini CLI     → 非交互调用
(后端)    (前端)          → 零写入权限
   └──┬───┘
      ↓
  Claude 审核并应用修改

📦 CLI 用法

npx sb-skill                 # 全局安装到 ~/.sb-skill/
npx sb-skill init             # 在当前项目中初始化
npx sb-skill init /path       # 在指定项目中初始化
npx sb-skill uninstall        # 从当前项目中卸载
npx sb-skill help             # 显示帮助

🔧 前置条件

| 工具 | 安装 | 用途 | |------|------|------| | Codex CLI | npm i -g @openai/codex | 后端架构/审查 | | Gemini CLI | Google Cloud CLI | 前端设计/审查 | | Antigravity | 已安装 | 选择 Claude 模型 |

📄 License

MIT