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

@runbooks/convert

v0.1.1

Published

P1 to OWS DSL 1.0, and SKILL.md import/export.

Readme

@runbooks/convert

P1 ⇄ Open Workflow DSL, SKILL.md, and the four export formats — as a package and a command.

Normative: RUNBOOK.md §5, §20, §21

npx runbooks-convert runbook.md --as workflow --out workflow.yaml
npx runbooks-convert runbook.md --as skill --check   # for CI: converts, writes nothing

--as takes workflow, skill, json or svg. Input is a SKILL.md with runbook frontmatter, or the JSON form of the same document. Nothing here reaches a network or needs the catalog: the audience is a CI pipeline in somebody else's repository.

Versions

This package states which schema_version values it understands, in its own manifest under runbooks.schemaVersions, and refuses a document declaring another one rather than converting it on the assumption that it is close enough. The DSL version it emits is in the same place, as runbooks.owsDsl.

A major version of this package may drop support for a schema_version; a minor one may add support for a new one. That is the whole policy, and it is checkable from the manifest without reading anything else.

Documentation

The mapping is mapping-ows-dsl.md, bundled into the published package from spec/v1/ at pack time. It is the normative document rather than a description of it: a package explaining the conversion in its own words would be a second account of the same rules, and the two would drift in whichever direction suited whoever edited one of them.

Reverse conversion

There is none, and there should not be (§5). A DSL workflow has thrown away what makes a record a record — provenance, risk classes, capabilities, the trust the catalog computed — and a converter back would have to invent them.

Checking that this actually installs

bash scripts/pack-check.sh packs this package and the three it depends on, lays them out the way a registry install would, and runs the command against a real runbook with nothing from the checkout on the module path. What it cannot check is the registry itself: these packages are publishable and not published, and that gap is one npm publish wide.