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

scribetronic

v0.2.1

Published

Editorial calendar + writing pipeline for Claude Code (CLI + plugin marketplace)

Readme

scribetronic

npm version License: MIT

Editorial calendar + writing pipeline for Claude Code.

scribetronic ships 23 writing skills (3 orchestrators, 6 long-form formats, 8 short-form formats, 6 shared utilities) plus a CLI that scaffolds the editorial calendar into your project. The skills load from a Claude Code plugin marketplace — auto-update, namespaced as /scribetronic:<skill>. The CLI handles everything that has to live in your project.

Quick start

npx scribetronic init

The CLI will:

  1. Scaffold the editorial calendar templates into scribetronic/
  2. Register the plugin marketplace in .claude/settings.json

Restart Claude Code; the 23 skills load as /scribetronic:write, /scribetronic:agenda, etc. The bare /write form also works.

To seed your voice:

scribetronic style

This copies a template into scribetronic/style/writing-style.md and opens it in $EDITOR. Every drafting and editing skill reads this file before generating prose — that's how the pipeline stays in your voice.

Commands

scribetronic init [path]      # scaffold project + register plugin marketplace
scribetronic style [--reset]  # seed or edit your voice override at scribetronic/style/writing-style.md
scribetronic list             # list bundled skills (mirrors what the marketplace ships)
scribetronic info <skill>     # show one skill's metadata
scribetronic update [path]    # refresh marketplace registration in .claude/settings.json
scribetronic doctor [path]    # verify the install end-to-end
scribetronic uninstall [path] # disable the plugin (leaves your scribetronic/ content intact)

All commands accept --help. Read-only commands (list, info, doctor) accept --json for machine-readable output.

Skills bundled

| Bucket | Count | Notable | |---|---|---| | Orchestrators | 3 | /agenda, /write, /write-publish | | Long-form | 6 | /long-form-weekly-newsletter, /long-form-monthly-devlog, /long-form-hot-take, /long-form-how-to, /long-form-launch-retro, /long-form-manifesto | | Short-form | 8 | /short-form-x-vs-y, /short-form-listicle, /short-form-observation, /short-form-motivational, /short-form-present-vs-future, /short-form-thread-from-longform, /short-form-carousel-li, /short-form-voice-adjustments | | Shared | 6 | /writing-style, /editing-pass, /ai-slop-check, /style-extract, /style-refine, /review (parallel multi-focus draft review) |

Plugin marketplace

If you only want the writing skills and don't need the editorial calendar, install the plugin directly inside Claude Code:

/plugin marketplace add r-bart/scribetronic-plugin
/plugin install scribetronic@scribetronic

The CLI's init does this for you — plus the project scaffold.

Documentation

Full docs live in the scribetronic repo:

Requirements

  • Node ≥ 20
  • Claude Code (the slash commands and hooks live there)

License

MIT © 2026 Roberto Díaz