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

token-saver-meta

v0.1.2

Published

Token Saving for the Masses — zero-config token-saving toolkit for AI coding agents

Readme

Token Saver Meta

"Token Saving for the Masses"

npm PyPI License Platforms npm downloads

divider

A meta-package that bundles token-saving tools across ALL layers of LLM token consumption — with zero configuration.

Why Token Saver Meta?

AI coding agents spend 40–60% of their token budget reading files and processing verbose output — not solving problems. Token Saver Meta installs a full stack of tools that slash consumption at every layer: agent behavior, code exploration, shell output, and tool schemas. No config. One install. All platforms.

divider

Architecture

Hybrid across 4 layers:

graph TB
    subgraph LAYER4["Layer 4 — Power Tools • One-click enable"]
        L4["Schema compression · Cross-session memory<br/>Prompt optimization · Skill tuning<br/><b>~62% savings on tool schemas</b>"]
    end
    subgraph LAYER3["Layer 3 — Output Compression • Auto-install"]
        L3["Shell filtering · CLI optimization<br/><b>~70% savings on shell output</b>"]
    end
    subgraph LAYER2["Layer 2 — Code Intelligence • Auto-install"]
        L2["Code graph queries · Context mapping<br/>Repo packing<br/><b>~85% savings on file exploration</b>"]
    end
    subgraph LAYER1["Layer 1 — Agent Behavior • Instant, zero config"]
        L1["Prose terseness · Code minimalism<br/>Operational efficiency · Structured output<br/><b>~40% savings on agent output</b>"]
    end
    L1 --> L2 --> L3 --> L4

    style LAYER1 fill:#1a1a2e,stroke:#0f3460,color:#e0e0e0
    style LAYER2 fill:#16213e,stroke:#0f3460,color:#e0e0e0
    style LAYER3 fill:#0f3460,stroke:#533483,color:#e0e0e0
    style LAYER4 fill:#533483,stroke:#0f3460,color:#e0e0e0
    style L1 fill:#1a1a2e,stroke:#0f3460,color:#e0e0e0
    style L2 fill:#16213e,stroke:#0f3460,color:#e0e0e0
    style L3 fill:#0f3460,stroke:#533483,color:#e0e0e0
    style L4 fill:#533483,stroke:#0f3460,color:#e0e0e0

| Layer | Capabilities | Install | |-------|-------------|---------| | Agent Behavior | Prose terseness, code minimalism, operational efficiency, structured output | Instant, zero config | | Code Intelligence | Smart navigation, context mapping, repo packing | Auto-install | | Output Compression | Shell filtering, CLI optimization | Auto-install | | Power Tools | Schema compression, cross-session memory, prompt optimization, skill tuning | One-click enable |

Covers all 7 token consumption types: exploration, shell output, agent output, prompt input, repeated knowledge, tool schemas, and instructions.

divider

Quick Start

# npm
npx token-saver-meta

# Python
uvx token-saver-meta

# curl (single command, no package manager needed)
curl -fsSL https://raw.githubusercontent.com/Im-Busy/token-saver-meta/main/install.sh | sh

Full architecture: docs/architecture-v2.md

Multi-Platform Support

Supports 18 AI coding platforms out of the box:

Kilo · Claude Code · Codex · Cursor · Cline · Roo Code · Continue.dev · OpenCode · GitHub Copilot · Windsurf · Augment · FactoryAI · Gemini · Hermes · Kiro · Mastra · Pi

License

Apache-2.0