Ccview banner
onmyway133 onmyway133

Ccview

Development community

Description

⛴️ View installed agents, skills, commands from Claude Code

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

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.

![](images/view.png)

┌─────────────────────────────────────────────────────────────────────────┐
│  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-projec