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

auto-spec-kit

v0.3.4

Published

Template-governed SDD and TDD workflow for AI coding agents.

Readme

Auto Spec Kit

Auto Spec Kit 是一个“一次命令启动”的规格驱动、测试优先开发工作流。

它让 Agent 按固定流程推进:需求接收、前置预估、需求澄清、发现 / 头脑风暴 / 调研、路由判断、文档循环、任务规划、TDD 执行、评审、归档。

启动命令

/auto-spec-kit <你的需求>

如果当前 AI 工具不弹出 slash 命令,也可以直接输入:

$auto-spec-kit <你的需求>

安装到项目

npx auto-spec-kit install

在终端里运行时会让你选择平台入口。直接回车只安装核心 .workflow/

交互选择:

Up/Down 移动
Space 选择或取消
Enter 完成
Q/Esc 取消

脚本化安装:

npx auto-spec-kit install --integration codex
npx auto-spec-kit install --integration trae,qoder
npx auto-spec-kit install --integration all
npx auto-spec-kit install --integration auto

平台入口管理

npx auto-spec-kit list
npx auto-spec-kit add codex
npx auto-spec-kit add trae,qoder
npx auto-spec-kit remove codex

list 会先显示当前项目已安装的平台入口,再显示全部可用平台。

在交互终端里,list 会打开平台管理列表:

[x] 已安装
[ ] 未安装
Space 选择或取消
Enter 后自动安装新增平台、卸载取消勾选的平台

高级兼容命令仍保留 integration list/install/uninstall/status,但文档主路径使用 add/remove/list

当前支持的平台

稳定支持:

codex      .agents/skills/auto-spec-kit/
claude     .claude/skills/auto-spec-kit/
cursor     .cursor/rules/auto-spec-kit.mdc

实验支持:

trae       .trae/skills/auto-spec-kit/, .trae/rules/project_rules.md
qoder      .qoder/commands/auto-spec-kit.md, QODER.md
zcode      .zcode/skills/auto-spec-kit/, ZCODE.md
gemini     .gemini/commands/auto-spec-kit.toml
copilot    .github/copilot-instructions.md
qwen       QWEN.md
opencode   AGENTS.md
windsurf   .windsurf/rules/auto-spec-kit.md
kiro       .kiro/steering/auto-spec-kit.md
roo        .roo/rules/auto-spec-kit.md
cline      .clinerules/auto-spec-kit.md
tabnine    .tabnine/rules/auto-spec-kit.md

卸载

npx auto-spec-kit remove codex
npx auto-spec-kit uninstall --integration all-installed

卸载默认只删除由 Auto Spec Kit 管理且未被用户修改过的文件。修改过的文件会保留,除非使用 --force

全局安装

npm install -g auto-spec-kit
auto-spec-kit install

新用户推荐继续使用 npx auto-spec-kit install

npm 发布

npm login --registry https://registry.npmjs.org/
npm publish --registry https://registry.npmjs.org/