cc-inspect
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
inspect.shscans~/.claude/and the current project's.claude/directory- Collects skills, plugins, MCP servers, commands, and hooks from all scopes
- Generates a self-contained HTML file at
/tmp/cc-inspector.html - Opens it in the default browser via
open
Requirements
- macOS (uses
opencommand; Linux users can change toxdg-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.json → mcpServers |
User / Project / Local |
| Commands | ~/.claude/commands/ |
User |
| Commands | /.claude/commands/ |
Project |
| Hooks | settings.json → hooks |
User / Project / Local |
繁體中文
功能特色
...
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git