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

get-writing-done

v1.16.0

Published

A complete book-writing pipeline powered by multi-agent AI — canonical short context, adversarial review, and progressive summaries keep every chapter consistent.

Readme

GWD — Get Writing Done

A complete book-writing pipeline powered by multi-agent AI.

Chapters are phases. Canonical short context (BIBLE + STYLE + summaries) replaces full-text loading. The engine guarantees no contradictions, no voice drift, and no lost threads — across any number of chapters.

How It Works

/gwd:new-book          →  Guided questioning + template population
/gwd:discuss-chapter 1 →  Capture chapter intent in CONTEXT.md
/gwd:plan-chapter 1    →  Beat-sheet PLAN.md from canonical context
/gwd:write-chapter 1   →  Multi-wave writing (structure → polish)
/gwd:review-chapter 1  →  Editorial QA + auto-update canonical record
/gwd:progress          →  Dashboard with next recommended action

Architecture

The engine maintains three canonical documents that every agent references:

  • BIBLE.md — Thesis, contrastive glossary, positions, continuity map, recurring elements, changelog
  • STYLE_GUIDE.md — Voice profile, sentence patterns, anti-patterns, PT-BR rules, calibration passages
  • OUTLINE.md — Part/chapter structure, chapter contracts, dependency map, arc tracking

Every agent receives BIBLE + STYLE + chapter summary — never the full book. This keeps context short and consistent as the book grows.

Pipeline

Planner → Writer (Wave 1: structure) → Writer (Wave 2: polish) → Reviewer → Bible-Keeper → Summary Writer
           ↑                                                        |              |
      human checkpoint                                        human checkpoint    auto

5 specialized agents:

| Agent | Role | |-------|------| | planner | Beat-sheet from OUTLINE + canonical context | | writer | Persona override preventing assistant tone contamination | | reviewer | 6-category adversarial checklist (terms, voice, drift, continuity, repetition, PT-BR) | | bible-keeper | Updates BIBLE.md after each chapter | | summary-writer | Structured chapter summary feeding subsequent chapters |

CLI Tools

gwd-tools.js init                       # Scaffold project from templates
gwd-tools.js progress                   # Chapter status dashboard
gwd-tools.js context --chapter N        # Assemble canonical context bundle
gwd-tools.js bible update --chapter N   # Update BIBLE.md from chapter
gwd-tools.js summary extract --chapter N # Generate summary template

Installation

git clone [email protected]:rafaelzorzetti/get-writing-done.git
cd get-writing-done
node bin/install.js --claude --global

Installs /gwd:* commands globally. Supports Claude Code, OpenCode, and Gemini CLI.

First Use Case

"Todos Somos Adao e Eva" — a reflective essay book in Portuguese BR about the Fall (Genesis) as a universal human pattern. The framework handles theological term consistency, tone control (reflective, not preachy), progressive argument building, and metaphor tracking across chapters.

Stats

  • v1.0 shipped in 2 days (2026-02-12 → 2026-02-13)
  • 6 phases, 14 plans, 55 commits
  • 63 files, 14,487 lines added
  • v1.1 standalone extraction — clean separation from parent project

License

Private repository.