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

@skybluefeet/skills-kit

v0.2.0

Published

Project rules starter kit for Codex/Claude repositories

Downloads

258

Readme

project-rules

本仓库用于沉淀“项目文档管理与强制规范”,目标是在后续项目迭代中,为 Agent 与开发者提供统一、可执行、可追溯的改动方向约束。

核心目标

  1. 让程序员能快速看懂模块、业务逻辑、代码实现逻辑,并快速定位相关功能对应文件。
  2. 让 AI 能快速理解项目背景、技术栈、文档目录、文档规范、模块与代码文件位置;并在改动后自动更新计划进度、分析结论与报告回归状态。
  3. 支持 TypeScript、JavaScript、Java、Python、HTML、CSS 等语言的规范化编写,并为各语言提供可落地的代码规范。
  4. 在保证上述能力前提下,遵循按需加载文档原则,降低上下文与 token 成本。

目录职责边界(当前约束)

  • developers/:面向 AI 与人类开发者的协作文档、规范、分析、报告、计划与留痕。
  • docs/:面向项目软件使用的文档(用户操作、使用说明、产品文档)。
  • 面向非开发者或开发者的软件使用文档,在没有特别说明的情况下,Agent 不主动改动。

执行原则

  • 所有改动需与“核心目标 + 目录职责边界”保持一致。
  • 涉及规范、索引、计划、分析、报告变更时,优先保持可追溯与可验证。
  • 对文档读取与维护采用最小必要原则,避免无差别全量扫描。

推荐入口

  • 开发协作总索引:developers/INDEX.md
  • 软件使用文档索引:docs/INDEX.md
  • 协作约束入口:AGENTS.md
  • 接入新项目ONBOARDING.md