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

@limulus/delto

v1.0.0

Published

Keep a backlog. With your code. Give agents context.

Readme

@limulus/delto

Delto keeps a human-readable backlog — a BACKLOG.md — alongside your code, plus a journal of completed work (by default under docs/journal/). Every item carries an immutable three-character ID — a "deltoid" like ∆u2o — that travels with it from the backlog into its journal entry. Delto comes in two parts: the /delto skill, which teaches a coding agent how to keep the backlog, and the delto CLI, the deterministic pieces the skill leans on — minting collision-free IDs, finding eligible work, claiming, and completing.

Getting started

npx skills add limulus/delto

Working with delto

Drive delto through the skill, usually as /delto <action>:

  • /delto add — capture new work. Describe it conversationally and the skill mints a fresh deltoid, writes a well-formed item, and places it in the backlog.
  • /delto plan — start on a piece of work. Name an item, or let the skill surface an eligible one (nothing blocked or already claimed), claim it for you, and plan it.
  • /delto complete — accept finished work. The skill writes the item's journal entry, then removes it from BACKLOG.md, fitting whatever commit workflow you use.

Each step maps to a deterministic CLI subcommand (mint, surface, claim, release, complete) — run any with --help, or read the skill, for the specifics.

The backlog

A delto BACKLOG.md is plain Markdown. The spec's only hard rules: each item carries a deltoid, and a trailing ; needs: ∆aaa marks a hard dependency. The rest is up to you — the skill's examples group items under initiative and epic headings, but that's a convention, not a requirement.

The sigil

Using a non-ASCII character to prefix an ID may seem like a pain to type. However, on macOS, it can be typed with option-J. For other systems and voice to text, the skill informs the agent that either “delto” or “delta” followed by three characters is a deltoid.

Requirements

Node.js 20 or newer.