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

specrow

v0.1.11

Published

Multilingual specification system for spec-driven development.

Readme

SpecRow

SpecRow 是 agent-first 的规格工作流。用户用自然语言描述意图,例如 specrow migratespecrow explorespecrow proposalspecrow build;代理通过 SpecRow MCP 服务器执行该 workflow。

使用你的语言阅读

文档

GitHub Pages: https://nektobit.github.io/SpecRow/

站点覆盖完整 MVP 流程:开始使用、explore、从 proposal 到 accept、MCP 工具、模板、本地化、验证、生命周期规则,以及与 OpenSpec 的区别。

快速开始

优先使用 agent installer。请显式传入项目工作语言:

apply https://raw.githubusercontent.com/nektobit/SpecRow/refs/heads/main/install language=zh-CN

代理使用 SpecRow MCP 服务器检查 workspace,在需要时用该语言初始化 .specrow,验证 workspace,并报告下一个合理步骤。

然后告诉代理你想要哪个 SpecRow workflow:

specrow migrate openspec
specrow explore 创建变更前先讨论想法
specrow proposal 描述预期变更
specrow review
specrow build
specrow accept

代理应将这些短语视为 workflow 意图,并通过 MCP 工具执行。

对于代理会话之外的自动化,也可以使用 specrow 二进制:

npm i -g specrow
specrow init --language zh-CN --tools codex,claude,cursor,windsurf,generic
specrow migrate ./docs
specrow validate
specrow integrations status

Workspace

SpecRow 初始化会创建:

.specrow/
  config.yml
  project.md
  specs/
  changes/
  archive/

config.yml 保持最小:

version: 1
language: zh-CN

配置语言控制内置模板和 lifecycle/status 消息。缺少语言资源是错误。SpecRow 不会静默回退到英文。

Accept Gate

Build 不会把 specs 更新为最终事实,也不会归档变更。只有用户通过 specrow accept workflow 明确验收后,specs 和 archive 才会更新。

Migration Notes

使用 specrow migrate openspecspecrow migrate speckitspecrow migrate ./docs 将现有规格产物迁移到 .specrow/。如果缺少 .specrow,迁移会先初始化它。旧来源不会被删除,归档记录会作为保留历史原样复制。

旧本地原型可能使用过 specfly CLI 或 .specfly 目录。新项目使用 specrow 二进制和 .specrow/