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.40.0

Published

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

Readme

claude-view plugin

Mission Control plugin for Claude Code. Auto-starts the claude-view web dashboard, provides 85+ MCP tools across 26 categories, and adds 12 skills for common workflows.

Install

Inside Claude Code, run:

/plugin marketplace add tombelieber/claude-view --sparse .claude-plugin
/plugin install claude-view@claude-view

Or from the terminal CLI:

claude plugin marketplace add tombelieber/claude-view --sparse .claude-plugin
claude plugin install claude-view@claude-view

After installing, run /reload-plugins to activate.

The --sparse .claude-plugin flag downloads only the marketplace catalog (~1KB) instead of the full repository. The plugin itself is fetched from npm.

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.

Tools (85)

Hand-written (curated output) — 8 tools

These tools have hand-crafted response shaping for optimal Claude consumption.

| Tool | Description | |------|-------------| | list_sessions | List/filter/paginate sessions with summaries | | get_session | Full session detail + commits + derived metrics | | search_sessions | Grep search across all sessions | | get_stats | Dashboard overview: projects, skills, trends | | get_fluency_score | AI Fluency Score (0-100 composite) | | get_token_stats | Token usage breakdown (input/output/cache) | | list_live_sessions | Currently running sessions with real-time state | | get_live_summary | Aggregate: cost today, attention count, tokens |

Auto-generated (JSON passthrough) — 77 tools

Generated from the OpenAPI spec. 77 tools across 26 categories.

| Tag | Tools | Example | |-----|-------|---------| | classify | 4 | classify_start_classification | | coaching | 3 | coaching_list_rules | | contributions | 3 | contributions_get_contributions | | export | 1 | export_sessions | | facets | 4 | facets_facet_badges | | health | 3 | health_config | | ide | 2 | ide_get_detect | | insights | 5 | insights_get_insights | | jobs | 1 | jobs_list_jobs | | models | 1 | models_list_models | | monitor | 1 | monitor_snapshot | | oauth | 3 | oauth_get_auth_identity | | pairing | 3 | pairing_list_devices | | plans | 1 | plans_get_session_plans | | plugins | 6 | plugins_list_plugins | | processes | 2 | processes_cleanup_processes | | projects | 3 | projects_list_projects | | prompts | 3 | prompts_list_prompts | | reports | 4 | reports_list_reports | | settings | 3 | settings_get_settings | | share | 3 | share_create_share | | sync | 3 | sync_indexing_status | | system | 6 | system_check_path | | teams | 3 | teams_list_teams | | telemetry | 1 | telemetry_set_consent | | turns | 1 | turns_get_session_turns | | workflows | 5 | workflows_list_workflows |

12 Skills

| Skill | Trigger | |-------|---------| | /claude-view:session-recap | "recap my last session", "session summary" | | /claude-view:daily-cost | "how much did I spend today", "cost report" | | /claude-view:standup | "standup update", "what did I work on today" | | /claude-view:coaching | "how can I improve", "coaching tips", "add a coaching rule" | | /claude-view:insights | "what patterns do you see", "behavioral analysis" | | /claude-view:project-overview | "show me project X", "project summary" | | /claude-view:search | "find where I discussed X", "search for Y" | | /claude-view:export-data | "export my sessions", "download data", "export to CSV" | | /claude-view:team-status | "team status", "what's the team doing", "who's active" | | /claude-view:live | "what's running now", "active sessions" | | /claude-view:usage | "usage stats", "token breakdown" | | /claude-view:system-monitor | "system resources", "CPU and memory" |

Configuration

Set CLAUDE_VIEW_PORT to override the default port (47892).

Links

License

MIT