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

@tyroneross/pyramid-principle

v0.1.2

Published

Barbara Minto's Pyramid Principle as composable skills for professional writing — short-form, long-form, presentations, and audit. Claude Code + Codex plugin.

Readme

pyramid-principle

Barbara Minto's Pyramid Principle as composable skills for professional writing.

What it does

This plugin packages the Pyramid Principle as five discrete, composable skills designed to be invoked by larger writing workflows — agents, plugins, or directly by Claude Code. Skills operate in two modes: generative (draft, outline, structure) and evaluative (audit, diagnose, critique). Each skill is independently addressable by external agents using its skill ID, and they share canonical source material through pyramid-principle-core.

The 5 Skills

| Skill | Role | Example triggers | |---|---|---| | pyramid-principle-core | Canonical rule library: SCQA, MECE, deduction vs induction, vertical/horizontal logic | "minto", "pyramid principle", "SCQA", "MECE" | | pyramid-short-form | Emails, memos, exec summaries, one-pagers, BLUF notes | "write an email", "exec summary", "draft a memo" | | pyramid-long-form | Reports, briefs, research writeups, multi-section documents | "structure this report", "outline a brief", "write a whitepaper" | | pyramid-presentation | Deck storyline, slide headline hierarchy, data stories | "structure a deck", "slide flow", "ghost deck" | | pyramid-audit | Diagnostic critique of existing content against pyramid rules | "audit this", "review for structural clarity", "is this well-structured?" |

Composition

Canonical rules and definitions live in pyramid-principle-core/references/ — a single source of truth for all structural principles. Sibling skills cross-reference this material using the path ${CLAUDE_PLUGIN_ROOT}/skills/pyramid-principle-core/references/... so rule definitions are never duplicated. External agents address skills by their skill ID (e.g., pyramid-audit) without needing to know internal file layout. This makes it safe to update rule definitions in one place and have all skills reflect the change.

Source grounding

docs/source-anchors.md holds verified verbatim quotes from Barbara Minto's The Pyramid Principle (2009 revised edition) with exact page citations. Each anchor has a stable ID (e.g., minto-p22-scqa) that skills cite directly, making source grounding visible and auditable without embedding raw quotes in every skill file.

Status

v0.1.2 — composable Codex + Claude packaging. 5 source anchors ship with this version; additional anchors planned for v0.2.

License

MIT

Codex

This package now ships an additive Codex plugin surface alongside the existing Claude Code package. The Claude package remains authoritative for Claude behavior; the Codex package adds a parallel .codex-plugin/plugin.json install surface without changing the Claude runtime.

Package root for Codex installs:

  • the repository root (.)

Primary Codex surface:

  • skills from ./skills when present
  • MCP config from (none) when present

Install the package from this package root using your current Codex plugin install flow. The Codex package is additive only: Claude-specific hooks, slash commands, and agent wiring remain unchanged for Claude Code.