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

litcodex-ai

v0.3.9

Published

Codex loop harness installer. Run `npx litcodex-ai install` to set up the LitCodex Codex platform: the bare `lit` hook and the durable lit-loop runtime.

Readme


[!NOTE] litcodex is a self-contained CLI: it registers the litcodex Codex plugin and the bare-lit UserPromptSubmit hook with no npx forwarding to any other package. One install, no accounts.

Install

One line, no global install:

npx --yes litcodex-ai install

This registers the marketplace + plugin and installs the hook into Codex, preserving your existing ~/.codex/config.toml — it backs up before any change and never overwrites unrelated keys. Preview the plan first with npx --yes litcodex-ai --dry-run install.

Prefer the litcodex command on your PATH (for doctor / uninstall / loop later)? Install globally instead:

npm install -g litcodex-ai
litcodex install

Commands

| Command | Purpose | | --- | --- | | litcodex install [--dry-run] | Register the LitCodex Codex plugin + hook (dry-run prints the plan, mutates nothing) | | litcodex doctor | Diagnose the installation | | litcodex uninstall | Remove the LitCodex registration | | litcodex config migrate | Apply the managed Codex config keys (backup-before-write) | | litcodex loop <create\|status\|run\|checkpoint\|record-evidence\|doctor> | Drive the lit-loop runtime | | litcodex hook user-prompt-submit | The Codex hook entrypoint (invoked by the host) |

How it works

Once installed, typing a bare lit in Codex activates lit-loop — an evidence-bound, autonomous work loop that decomposes the task, records real evidence per step, and keeps going until every success criterion passes. Durable loop state lives under .litcodex/lit-loop/ in your project (brief.md, goals.json, ledger.jsonl, evidence/).

LitCodex also ships a sibling family of triggers — litwork, lit-plan, litgoal — plus a 20-skill library and hook components, all registered as a single Codex plugin.

[!TIP] See the repository README for the full quickstart, the mode family, the loop model, and troubleshooting.

License

MIT — see LICENSE.