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

@onmyway133/ccview

v1.0.3

Published

Terminal UI for browsing Claude Code tools — skills, agents, commands, hooks, plugins, and more

Downloads

38

Readme

ccview

Terminal UI for browsing all Claude Code tools installed on your system — skills, agents, commands, hooks, plugins, marketplaces, and rules — without opening a Claude session.

┌─────────────────────────────────────────────────────────────────────────┐
│  ccview — Claude Code Browser                           [all scopes]    │
├──────────────────┬──────────────────────────────────────────────────────┤
│  CATEGORIES      │  SKILLS (32)                                          │
│                  │                                                        │
│ ▶ Skills      32 │  ios-developer          [global] [compound-eng]       │
│   Agents      14 │  swift-concurrency-pro  [global]                      │
│   Commands     3 │  agent-browser          [global]                      │
│   Hooks        2 │  ▶ swiftui-pro          [global]                      │
│   Plugins     19 │  typescript-pro         [global]                      │
│   Marketplaces 7 │                                                        │
│   Rules        2 │                                                        │
├──────────────────┴──────────────────────────────────────────────────────┤
│  swiftui-pro  [global]                                                   │
│  ─────────────────────────────────────────────────────────────────────  │
│  Comprehensive SwiftUI code review for best practices.                  │
│  license: MIT  ·  path: ~/.claude/skills/swiftui-pro/SKILL.md          │
├──────────────────────────────────────────────────────────────────────────┤
│  Tab:switch panel  j/k:navigate  /:search  g:scope  q:quit             │
└──────────────────────────────────────────────────────────────────────────┘

Install

npm install -g @onmyway133/ccview

Or run without installing:

bunx @onmyway133/ccview
npx @onmyway133/ccview

Usage

# Run from inside your project — picks up project tools automatically
cd your-project
ccview

# Or point at a specific project
ccview --project /path/to/project

Requires Bun and Claude Code installed (~/.claude/).

ccview always shows global tools from ~/.claude/. If the current directory (or --project path) contains a .claude/ folder or CLAUDE.md, project-scoped tools are shown alongside them.

Key Bindings

| Key | Action | |-----|--------| | Tab | Switch focus between category and item panels | | j / | Move selection down | | k / | Move selection up | | / | Search / filter | | Esc | Cancel search | | g | Cycle scope: all → global → project → all | | Enter | Jump to items panel from categories | | q / Ctrl+C | Quit |

What It Shows

| Category | Source | |----------|--------| | Skills | ~/.claude/skills/ + plugin install paths | | Agents | ~/.claude/agents/ + plugin install paths | | Commands | ~/.claude/commands/ + plugin install paths | | Hooks | ~/.claude/settings.jsonhooks section | | Plugins | ~/.claude/plugins/installed_plugins.json | | Marketplaces | ~/.claude/plugins/known_marketplaces.json | | Rules | CLAUDE.md files (global + project) |