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

askscout

v0.1.0

Published

The daily digest for vibe coders. Scout reads through your repo and tells you what you built, what changed, and where you left off.

Downloads

119

Readme

askscout

The daily digest for vibe coders. Scout reads through your repo and tells you what you built, what changed, and where you left off.

npm version License: MIT

Install

npm install -g askscout

Requires Node.js >= 22.

Quick start

cd path/to/your/repo
askscout --setup    # one-time: configure your API key
askscout            # daily digest

Modes

askscout            # default — daily digest of recent activity
askscout --standup  # copy-paste standup formatted for Slack / Teams
askscout --resume   # AI context for pasting into your coding tools
askscout --week     # review the past 7 days
askscout --json     # output as JSON (for piping into other tools)
askscout --dry-run  # show what would be sent without calling the API

What it produces

A typical digest includes:

  • Vibe Check — one-line read on the day's work
  • Shipped / Changed / Still Shifting / Left Off — narrative sections
  • Key Takeaways — what to remember
  • Stats — lines, commits, files
  • Most Active Files — top 3 with line counts
  • Codebase Health — Growth / Focus / Churn indicators
  • Coding Timeline — first to last commit of the session
  • Pace Check — today's pace vs your rolling average (after 3+ runs)

Privacy

The CLI runs 100% locally. Your code never leaves your machine, except the diffs sent to your chosen LLM provider (Anthropic or OpenAI). API keys are stored in ~/.askscout/config.json with file mode 0600 (owner read/write only).

Provider

askscout auto-detects the provider from your API key format:

  • Anthropic — keys starting with sk-ant- (recommended; slightly cheaper)
  • OpenAI — keys starting with sk-

Get a key at console.anthropic.com or platform.openai.com.

Web app

For persistent history, GitHub OAuth, and a richer UI, visit askscout.dev.

Source

Source, issues, and contribution guide live in the monorepo: github.com/charleshonig5/askscout.

License

MIT © 2026 Charles Honig