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-engineering-init

v1.8.0

Published

AI 工程化配置初始化工具 — 一键为 Claude Code、OpenAI Codex 等 AI 工具初始化 Skills 和项目规范

Readme

AI Engineering Init

一键初始化 AI 工程化配置,支持 Claude Code、Cursor、OpenAI Codex 等主流 AI 开发工具。

npm version License: MIT

快速开始

npx ai-engineering-init

交互式选择工具,或直接指定:

npx ai-engineering-init --tool claude   # Claude Code
npx ai-engineering-init --tool cursor   # Cursor
npx ai-engineering-init --tool codex    # OpenAI Codex
npx ai-engineering-init --tool all      # 全部

命令一览

| 命令 | 说明 | |------|------| | npx ai-engineering-init | 交互式初始化到当前项目 | | npx ai-engineering-init@latest update | 更新已安装的框架文件 | | npx ai-engineering-init@latest global | 全局安装到 ~/.claude 等,所有项目生效 | | npx ai-engineering-init sync-back | 对比本地技能修改,反馈回源仓库 |

所有命令均支持 --tool <claude|cursor|codex|all> 指定工具。运行 --help 查看全部选项。

3 分钟上手

# 第一步:安装
npx ai-engineering-init --tool claude

# 第二步:修改配置(⚠️ 必做!)
# CLAUDE.md 和 AGENTS.md 是示例模板,包含 [你的xxx] 占位符
# 把它们替换为你的项目实际信息(包名、技术栈、架构规范等)

# 第三步:验证
# 在 Claude Code 中输入 /start,AI 会扫描并介绍你的项目

核心命令(第一天用这 3 个就够了):

| 命令 | 作用 | |------|------| | /start | AI 扫描项目,给出概览 | | /dev | 从需求到代码的完整开发流程 | | /check | 检查代码是否符合规范 |

更多命令/crud(生成增删改查)、/progress(项目进度)、/sync(代码状态同步)

包含内容:88 个 Skills 技能 + 10 个快捷命令 + 自动化 Hooks。详见 参考文档

初始化后使用

Claude Code

  1. 必做:修改 CLAUDE.md — 将 [你的xxx] 占位符替换为项目实际信息
  2. 输入 /start 验证 AI 是否正确理解你的项目
  3. MCP 工具已自动配置(sequential-thinkingcontext7),无需额外设置

Cursor

  1. 必做:检查 .cursor/mcp.json 中的 MCP 服务器配置
  2. 在 Chat 中输入 / 查看可用 Skills,或 @技能名 手动调用
  3. 在 Settings → MCP 中确认 MCP 服务器已连接

OpenAI Codex

  1. 必做:修改 AGENTS.md — 将模板内容替换为你的项目规范
  2. 使用 .codex/skills/ 下的技能辅助开发

更多信息

参考文档 — Skills 列表、包含内容、命令详情、其他安装方式、全部选项

更新日志 — 完整版本变更记录

贡献指南 — 如何维护和更新 Skills,团队协作工作流

License

MIT