cc-inspect banner
howardpen9 howardpen9

cc-inspect

Git community intermediate

Description

A Claude Code skill that instantly shows all your installed skills, plugins, MCP servers, commands, and hooks in a browser dashboard.

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

cc-inspect

A Claude Code skill that instantly shows all your installed skills, plugins, MCP servers, commands, and hooks in a browser dashboard.

[English](#features) | [繁體中文](#功能特色)

Features

  • Scope-aware: shows User (~/.claude/), Project (.claude/), and Local (settings.local.json) layers
  • Clickable scope filter — badge counts update dynamically
  • Collapsible sections for Skills, Plugins, MCP Servers, Commands, Hooks
  • Auto-detects project scope from current working directory
  • Light/dark mode follows system preference
  • Zero dependencies — pure bash + python3, generates a self-contained HTML file

Install

git clone https://github.com/howardpen9/cc-inspect.git
cd cc-inspect
mkdir -p ~/.claude/skills/cc-inspector
cp inspect.sh SKILL.md ~/.claude/skills/cc-inspector/
chmod +x ~/.claude/skills/cc-inspector/inspect.sh

Usage

In any Claude Code conversation:

/inspect

A browser tab opens with your full Claude Code ecosystem dashboard.

How it works

  1. inspect.sh scans ~/.claude/ and the current project's .claude/ directory
  2. Collects skills, plugins, MCP servers, commands, and hooks from all scopes
  3. Generates a self-contained HTML file at /tmp/cc-inspector.html
  4. Opens it in the default browser via open

Requirements

  • macOS (uses open command; Linux users can change to xdg-open)
  • Python 3 (for JSON parsing and YAML frontmatter extraction)
  • Claude Code CLI

What it scans

Source Path Scope
Skills ~/.claude/skills/ User
Skills /.claude/skills/ Project
Plugins ~/.claude/plugins/marketplaces/ User
MCP Servers settings.jsonmcpServers User / Project / Local
Commands ~/.claude/commands/ User
Commands /.claude/commands/ Project
Hooks settings.jsonhooks User / Project / Local

繁體中文

功能特色

...