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

@winnorton/cairn-pi

v0.13.1

Published

Cairn's authoring-and-orchestration loop for the Pi coding agent: /skill:spec, /skill:program, /skill:round-review, /skill:fast-execute, /skill:peer-review, /skill:note. Markdown skills only — no runtime code.

Readme

@winnorton/cairn-pi

cairn's /spec + /program authoring-and-orchestration loop, packaged natively for the Pi coding agent. Markdown skills only — no runtime code, no build step.

Install

pi install npm:@winnorton/cairn-pi        # user-global (~/.pi/agent/npm/)
pi install -l npm:@winnorton/cairn-pi     # project-local (.pi/npm/, recorded in .pi/settings.json — team-shareable)

What you get

| Skill | Invoke in Pi | Role in the loop | |---|---|---| | spec | /skill:spec | Research + write a structured execution spec in docs/specs/ (phases, steps, checkpoints, executor handoff). --from elaborates /program stubs and promotes notes. | | program | /skill:program | Program-of-specs: one master coordination doc + N workstream stubs for work that exceeds one spec. | | round-review | /skill:round-review | Trust-but-verify one executor round against the program master's Definition of Done; drafts R+1 stubs + a self-contained round master. | | fast-execute | /skill:fast-execute | Polling-daemon executor: watches a sentinel-file inbox in docs/specs/, executes dispatched specs, atomic-flips .ready.claimed.done. | | peer-review | /skill:peer-review | Fresh-agent external review of a change set before merge — reads the diff plus adjacent unchanged files. | | note | /skill:note | One-paragraph dated intent capture in docs/notes/; the promotion source for /skill:spec --from. |

The loop

/skill:note ─► /skill:spec ─► /skill:program (master + stubs)
                                    │  /skill:spec --from <stub>  (elaborate each)
                                    ▼
                executor round (/skill:fast-execute, or read the spec manually)
                                    ▼
                /skill:round-review ─► R+1 stubs + round master ─► next dispatch
                                    ▼
                zero new stubs = done ─► git mv spec to docs/specs/archive/

Invocation note

The skill bodies say /spec, /program, /peer-review — the Claude Code invocation form. In Pi the same skills answer to /skill:spec, /skill:program, /skill:peer-review. The bodies are shared source across harnesses; read /x as /skill:x. Trigger-phrase matching works identically in both.

Pair with rpiv-todo

Cairn deliberately ships no todo/orchestration overlay. For multi-phase spec execution, pair with @juicesharp/rpiv-todo and prefix todos with the spec phase identifier (e.g. P1_05:) for clean rollups at /skill:round-review time.

Source of truth

files/skills/<name>/SKILL.md in the cairn repo is canonical. skills/ here is a committed byte-identical copy enforced by scripts/sync-skills.mjs --check (runs on prepublishOnly). Send PRs against the source files, not these copies. Versions are lockstep with cairn releases.

License

MIT