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

@willh/speckit-initializr

v0.1.3

Published

A CLI tool to quickly reconfigure Speckit environment with different AI assistants.

Downloads

15

Readme

Spec Kit Initializr

這是一個用於快速重新配置 Spec Kit 環境的 CLI 工具。它可以幫助您在不同的 AI 助手配置之間快速切換,同時保留您的核心設定(如 constitution.md)。

功能特點

  • 自動檢測環境:自動檢查 Git 工作區狀態,防止意外覆蓋未提交的更改。
  • 多平台支持:支援 Windows (PowerShell) 和 Linux/macOS (Bash) 腳本類型。
  • 廣泛的 AI 支援:支援多種 AI 助手配置,包括 Claude, Gemini, Copilot, Cursor Agent, Qwen 等。
  • 智能重置
    • 自動移除舊的 .specify 配置。
    • 優先使用 uvx --from git+https://github.com/github/spec-kit.git specify init(若未安裝則使用 specify init)重新初始化。
    • 自動恢復 .specify/memory/constitution.md 文件(如果存在)。

安裝

使用 npm 全域安裝:

npm install -g @willh/speckit-initializr

使用方法

在您的專案根目錄下運行:

speckit-initializr

或者如果您沒有全域安裝,也可以使用 npx 運行:

npx @willh/speckit-initializr

查看幫助訊息:

npx -y @willh/speckit-initializr --help

強制執行(跳過 Git 檢查):

npx -y @willh/speckit-initializr --force

查看版本資訊:

npx -y @willh/speckit-initializr --version
# 或
npx -y @willh/speckit-initializr -v

操作流程

  1. 選擇腳本類型:根據您的操作系統選擇 PowerShell 或 Bash。
  2. 選擇 AI 助手:從列表中選擇您想要使用的 AI 助手(例如 claude, gemini, copilot 等)。
  3. 自動執行:工具將自動清理舊配置並應用新設定。

注意事項

  • 運行前請確保您的 Git 工作區是乾淨的(沒有未提交的更改)。
  • 此工具優先使用 uvx 執行 Spec Kit,如未安裝會退回至 specify CLI,請確保環境中至少存在其一。

授權

MIT