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

@adonis0123/spec-flow

v1.0.3

Published

Claude Code Skill - Structured, specification-driven development workflow with living documentation

Readme

@adonis0123/spec-flow

Claude Code 技能 - 结构化、规范驱动的开发工作流,具备实时文档生成功能

功能特性

  • 阶段化工作流:将开发组织为四个连续阶段 - 提案、需求、设计和任务
  • 交互式确认:每个阶段需要用户批准后才能进入下一阶段
  • 实时文档:在 .spec-flow/ 目录中生成 Markdown 文件,记录开发过程
  • EARS 需求格式:实现行业标准的需求语法(Easy Approach to Requirements Syntax)
  • 灵活执行模式:支持步进模式(一次一个任务)、批处理模式(连续执行)和基于阶段的执行
  • 团队协作:Git 兼容的结构设计,便于跨团队共享规范

安装

npm install -g @adonis0123/spec-flow

使用方法

在 Claude Code 中使用以下触发词:

  • /spec-flow
  • "need a plan"
  • "create specification"
  • "structured development"

该技能会引导你完成:

  1. 提案阶段:定义功能概述和目标
  2. 需求阶段:使用 EARS 格式编写详细需求
  3. 设计阶段:创建技术设计和架构决策
  4. 任务阶段:分解为可执行的开发任务

执行模式

  • Step 模式:一次执行一个任务,每次需要确认
  • Batch 模式:连续执行多个任务
  • Phase 模式:按阶段批量执行

上游来源

本包会在安装时从 echoVic/spec-flow 获取最新内容。

更多技能

License

MIT


该技能包采用远程模式,会在安装时自动从上游仓库同步最新内容。