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

ly-workflow

v1.5.5

Published

Claude Code + OpenSpec + Codex review gates — a lean two-role dev workflow (forked from ccg-workflow)

Downloads

1,696

Readme

ly-workflow

Fork 自 ccg-workflow。Claude Code 自己完成聊天/分析/规划/实施,Codex 只在两个节点做审查关卡——方案审查、代码审查。最大化复用 OpenSpec 原生工作流。

License: MIT Node

安装

npx ly-workflow

命令

| 命令 | 用途 | |------|------| | /ly:init | 生成 CLAUDE.md + 初始化 OpenSpec 目录结构 | | /ly:explore | 想清楚再动手(委托 opsx:explore) | | /ly:propose | 提出方案,生成 proposal/design/tasks(委托 opsx:propose) | | /ly:apply | 按 tasks 实施(委托 opsx:apply) | | /ly:review-plan | Codex 审查当前方案的合理性、遗漏边界、风险点 | | /ly:review-code | Codex 审查代码变更,Critical/Warning/Info 分级输出 | | /ly:archive | 归档完成的 change(委托 opsx:archive) | | /ly:commit /ly:rollback /ly:clean-branches /ly:worktree | Git 工具 |

典型工作流

/ly:init
/ly:propose "要做什么"
/ly:review-plan        # Codex 审方案
/ly:apply
/ly:review-code        # Codex 审代码
/ly:archive

架构

  • 实施:Claude Code 自己写代码,不分派给其他模型
  • 审查:两个关卡都走 codeagent-wrapper --backend codex,复用其 session 管理与进度回调
  • 生命周期:直接委托 OpenSpec 原生技能(opsx:*),不重新封装

详见 CLAUDE.md

Credits

Based on ccg-workflow — Claude + Codex + Gemini 多模型协作系统。

License

MIT