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

@claude-view/plugin

v0.17.0

Published

Claude Code plugin for claude-view — auto-starts web dashboard, provides session/cost/fluency tools and skills

Downloads

914

Readme

claude-view plugin

Mission Control plugin for Claude Code. Auto-starts the claude-view web dashboard, provides 8 session/cost/fluency MCP tools, and adds /session-recap, /daily-cost, /standup skills.

Install

claude plugin add @claude-view/plugin

Prerequisites

  • Node.js >= 18 (required by MCP SDK)
  • The plugin auto-starts the claude-view server, but the binary must be available:
npx claude-view   # downloads the pre-built Rust binary on first run (~5-15s first time)

First run note: The very first session after install may take 5-30 seconds to download the Rust binary. The hook will time out gracefully — the server will start in the background and be ready for your next tool call or next session.

What You Get

Auto-start (SessionStart hook)

Every time you start a Claude Code session, the plugin checks if the claude-view server is running. If not, it starts it in the background. Web dashboard appears at http://localhost:47892.

8 MCP Tools (available to Claude)

| Tool | Purpose | |------|---------| | list_sessions | List/filter/paginate sessions | | get_session | Full session detail + commits | | search_sessions | Full-text search across sessions | | get_stats | Dashboard overview: projects, skills, trends | | get_fluency_score | AI Fluency Score (0-100) | | get_token_stats | Token usage breakdown | | list_live_sessions | Currently running sessions | | get_live_summary | Aggregate: cost today, attention count |

3 Skills

| Skill | Trigger | |-------|---------| | /session-recap | "recap my last session", "summarize session" | | /daily-cost | "how much did I spend today", "cost report" | | /standup | "standup update", "what did I work on" |

Configuration

Set CLAUDE_VIEW_PORT to override the default port (47892).

Links

License

MIT