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

thoth-init

v2.0.0

Published

π“Ÿ Thoth β€” Persistent knowledge system for AI-assisted development. Gives AI coding assistants structured memory across sessions.

Readme

π“Ÿ thoth-init

Persistent knowledge for AI-assisted development. Give your AI coding assistant structured memory across sessions.

Quick Start

npx thoth-init

That's it. Thoth will:

  1. Scan your project (language, framework, stats)
  2. Create .thoth/memory.yaml β€” compressed project state (~100 lines)
  3. Create .thoth/journal.md β€” timestamped decision log
  4. Inject rules into all supported IDEs so the AI reads Thoth first

What It Solves

Every time you start a new AI session, your coding assistant re-reads thousands of lines of source code, losing 10-30 minutes of context-building. Thoth compresses your project's identity, architecture, decisions, and limitations into ~100 lines that the AI reads first.

Measured impact: ~98.7% reduction in context tokens needed to start working.

Supported IDEs

  • Claude Code / Antigravity β€” CLAUDE.md + .agent/workflows/session-start.md
  • Cursor β€” .cursorrules
  • Windsurf β€” .windsurfrules
  • Gemini β€” .gemini/style.md
  • GitHub Copilot β€” .github/copilot-instructions.md

Non-Interactive Mode

npx thoth-init -y

How It Works

Source Code (30,000+ lines)
        ↓ compressed by Thoth
.thoth/memory.yaml (~100 lines)
        ↓ read first by AI
AI has context in ~2 seconds instead of ~10 minutes

Three Layers

| Layer | File | Purpose | |:------|:-----|:--------| | L0 Memory | memory.yaml | Identity, architecture, stats, decisions | | L1 Journal | journal.md | Timestamped reasoning β€” the WHY | | L2 Artifacts | artifacts/ | Deep analyses, benchmarks, audits |

Part of Pantheon

Thoth is a deity in the Sirsi Pantheon β€” a unified DevOps intelligence platform. While thoth-init works standalone in any project, the full Pantheon CLI adds auto-sync, governance, and more.

# Full Pantheon (includes Thoth + 12 more deities)
brew tap SirsiMaster/tools && brew install sirsi-pantheon

# Auto-sync memory from source code
sirsi thoth sync

License

MIT β€” Sirsi Technologies