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

pi-grill-all

v1.0.1

Published

Pi skill: grill the user relentlessly about a plan, decision, idea, research question, or claim — a round of 2-4 independent questions at a time, routed across engineering, research, decisions, and thinking.

Readme

grill-all

以一轮轮 2–4 个互不依赖的问题,不断拷问(grill)直到与你达成共识。可用于计划、决策、研究问题、观点和论断,帮助把模糊想法拷问成可执行的形态。

主路线按最终产物路由:

  • Engineering —— 改代码、搭系统、做自动化 → references/engineering.md
  • Research —— 锁定研究问题、证据路径 → references/academic.md
  • Decision —— 人生、职业、战略、资源分配 → references/decision.md
  • Thinking —— 厘清观点、价值判断 → references/thinking.md

各路线还按需叠加附加模式(docs-mode、context-docs、adr-docs、review-loop)与研究前置阶段(research-first)。完整规则见 SKILL.md

安装

# 全局安装
pi install npm:pi-grill-all

# 项目级安装
pi install -l npm:pi-grill-all

# 本地开发:在 pi-packages 仓库根目录执行
pi install ./skills/grill-all

# 卸载
pi remove npm:pi-grill-all

安装或更新后重启 pi,或在 pi 内执行 /reload

目录结构

grill-all/
├── package.json    # pi-grill-all:独立 npm 包 manifest
├── README.md       # 本文件:技能简介与安装方式
├── SKILL.md        # 主文件:拷问方法、问题格式、轮次规则
├── agents/         # 分发用的代理界面配置(openai.yaml)
└── references/     # 按路线/模式拆分的落地参考文档

使用

安装后直接告诉 pi:

用 grill-all 拷问一下这个计划:……

技能会根据目标产物选择 Engineering、Research、Decision 或 Thinking 路线,并按轮次提出 2–4 个互不依赖的问题。

分发说明

pi-packages GitHub monorepo 用于维护源码和文档;稳定使用请从 npm 安装 pi-grill-all,开发未发布版本请从本地子目录安装。技能内部引用均为相对路径,整个目录可以原样移动。