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

sprint-flow

v1.0.2

Published

Sprint - 规约驱动的渐进式开发方法。规约先行、渐进架构、可评审交付、增量实现、需求到代码一致、全链路可追溯

Readme

Sprint Flow

规约驱动的渐进式开发方法

Sprint 是一个为 Claude Code 设计的工作流系统,帮助开发者通过结构化、可追溯的方式进行软件开发。

方法论

S — 规约先行(Spec-first) P — 渐进架构(Progressive) R — 可评审交付(Reviewable) I — 增量实现(Incremental) N — 需求到代码一致(Narrative fidelity) T — 全链路可追溯(Traceable)

安装

使用 npx 快速安装:

npx sprint-flow

安装向导会引导你选择安装位置,默认安装到 ~/.claude/skills/sprint-flow

使用方法

安装完成后,在 Claude Code 中使用:

/sprint

或者在你的项目 .claude 目录中引用此工作流。

核心特性

  • 微文件设计:每个步骤都是独立的指令文件
  • 即时加载:只加载当前步骤,避免信息过载
  • 顺序执行:确保流程的完整性和可追溯性
  • 状态跟踪:记录每个步骤的完成状态
  • 增量实现:从 MVP 核心出发,渐进式扩展功能

工作流模式

  • 创建模式:从零开始创建新项目
  • 编辑模式:修改现有项目
  • 验证模式:验证项目完整性

许可证

MIT

贡献

欢迎提交 Issue 和 Pull Request!