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

shardstitch

v0.0.6

Published

ShardStitch — capture your AI coding session (git diff, dependency graph, intent) and stitch it into the next tool. 22 AI tools supported. 100% local, zero telemetry. https://shardstitch.com

Downloads

537

Readme

ShardStitch

"Rate limit reached." "Context window full." "VRAM out of memory."

Your code is half-written. Your plan is in your head. ShardStitch captures your entire session — git diff, changed files, dependency graph, intent — and stitches it into the next AI tool. One hotkey. Keep building like nothing happened.

Install

npm install shardstitch
npx shardstitch

What it does

When Claude, Cursor, Codex, or Gemini locks you out mid-session, ShardStitch:

  1. Scans your project — git diff, changed files, recent commits, your notes
  2. Builds a dependency graph — impact radius, architecture communities — and warns the next AI what's dangerous to touch
  3. Generates a continuation prompt formatted for the target tool
  4. Injects it into the tool's pickup file (CLAUDE.md, AGENTS.md, GEMINI.md, .cursorrules) for automatic discovery

Under 30 seconds, end to end.

Not just for switching tools

The same trick fixes a bloated session in the same tool. Long AI chats accumulate a huge context tree — token burn climbs, responses slow down, and eventually you hit "Service is busy" even with quota left. ShardStitch is the clean-restart button: extract a compact context, open a fresh window of the same tool, paste, keep going.

22 supported AI tools

Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI, Windsurf, Aider, Kiro, Amazon Q Developer, DeepSeek, ChatGPT, OpenCode, Trae, Factory Droid, OpenClaw, VS Code Copilot, JetBrains AI, Zed AI, Replit Agent, Cody, Continue, and Tabnine.

7 surfaces

  • Web dashboard — scan, generate, copy, download
  • VS Code / Cursor extension — Alt+G hotkey
  • MCP server — Claude Code and Cursor call it directly
  • CLInpx shardstitch or shardstitch capture
  • Desktop app — standalone Windows exe
  • Autosave hooks — auto-inject on session end
  • Local LLM failover — Ollama, vLLM, LM Studio (zero cloud)

Key features

  • Per-agent formatting — 22 format adapters, one for each tool
  • AI task router — semantic matching picks the best tool for each task
  • Persistent memory — project decisions survive across sessions
  • Team coordination — shared .shardstitch/ directory
  • Tamper-evident audit trail — hash-chained timeline logs
  • Dependency graph analysis — impact radius, god nodes, architecture communities

100% local

Your code never leaves your machine. No cloud, no telemetry, no account required. All processing happens on your hardware.

Links

  • Website: https://shardstitch.com
  • GitHub: https://github.com/shardstitch/shardstitch
  • X / Twitter: https://x.com/ShardStitch
  • VS Code / Cursor Extension: https://marketplace.visualstudio.com/items?itemName=shardstitch.shardstitch
  • Changelog: https://github.com/shardstitch/shardstitch/releases
  • Support: [email protected]