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

ai-development-standards-kit

v0.30.1

Published

AI development standards kit and project bootstrap CLI (multi-agent removed).

Readme

AI Development Standards Kit

AI 开发规范工具包 - 提供标准化的项目开发规范和技能库。

功能

  • 项目初始化时自动注入开发规范文档
  • 提供通用开发标准(代码质量、安全、性能、测试等)
  • 支持技能库扩展(UI设计、API开发、数据库设计等)
  • 规范版本管理与自动更新

快速开始

# 初始化项目
npx standards init

# 或使用完整命令
npx ai-development-standards-kit init

安装的规范文档

初始化后,项目中会包含以下规范:

开发规范 (docs/process/)

  • DEVELOPMENT_STANDARDS.md - 核心开发标准
  • TECH_DECISION.md - 技术选型决策
  • PERFORMANCE_BASELINE.md - 性能基线
  • CODE_REVIEW.md - 代码审查规范
  • GIT_CONVENTION.md - Git 提交规范
  • ERROR_HANDLING.md - 错误处理规范
  • SECURITY_BASELINE.md - 安全基线
  • API_DESIGN.md - API 设计规范
  • DATABASE_MIGRATION.md - 数据库迁移规范
  • TEST_PLAN.md - 测试计划模板
  • ACCESSIBILITY.md - 无障碍标准
  • I18N.md - 国际化规范

技能库 (skills/)

  • ai-development-standards - AI 开发标准技能
    • core-standards.md - 核心标准
    • project-scaffold.md - 项目脚手架
    • quality-gates.md - 质量门禁
    • minimal-implementation.md - 最小实现

使用方式

  1. 将规范文件喂给你的 AI 对话
  2. AI 会自动读取并按照规范执行开发
  3. 开发过程中 AI 会严格按照规范要求完成各项任务

命令

# 初始化项目
npx standards init

# 初始化并覆盖已有文件
npx standards init --force

# 查看版本
npx standards version

# 检查规范状态
npx standards check

自定义规范

初始化后,可以修改以下文件来自定义规范:

  • docs/process/*.md - 修改开发规范内容
  • skills/ai-development-standards/references/*.md - 修改技能库内容
  • standards-upstream.example.json - 配置上游更新

许可证

MIT