FAQ
cc-inspect is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes cc-inspect. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add howardpen9/cc-inspect --agent claude-code
Repo: howardpen9/cc-inspect
A Claude Code skill that instantly shows all your installed skills, plugins, MCP servers, commands, and hooks in a browser dashboard.
English | ηΉι«δΈζ


~/.claude/), Project (.claude/), and Local (settings.local.json) layersgit 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
In any Claude Code conversation:
/inspect
A browser tab opens with your full Claude Code ecosystem dashboard.
inspect.sh scans ~/.claude/ and the current project's .claude/ directory/tmp/cc-inspector.htmlopenopen command; Linux users can change to xdg-open)| Source | Path | Scope |
|---|---|---|
| Skills | ~/.claude/skills/ | User |
| Skills | <project>/.claude/skills/ | Project |
| Plugins | ~/.claude/plugins/marketplaces/ | User |
| MCP Servers | settings.json β mcpServers | User / Project / Local |
| Commands | ~/.claude/commands/ | User |
| Commands | <project>/.claude/commands/ | Project |
| Hooks | settings.json β hooks | User / Project / Local |
| Memory | ~/.claude/CLAUDE.md, ~/.claude/projects/<encoded>/memory/*.md, ~/.claude/agent-memory/* | User |
Claude Code writes auto-memory into per-project folders under ~/.claude/projects/<encoded>/memory/. After a few months of everyday use, that tree easily grows to 20+ directories β including entries for projects you deleted, renamed, or only touched once. cc-inspect's Memory section is a cleanup recommender: it groups what's there by action needed and gives you copy-to-clipboard archive commands.
Instead of a file browser, you get grouped recommendations:
| Group | What it contains | Action |
|---|---|---|
| Sanity warnings | Anomalies like memory under the home directory | Awareness only |
| Orphans | Source project directory no longer exists, or no session .jsonl to verify it | Copy archive command |
| Stale | All MD files older than 30 days, project still alive | Copy archive command |
| Duplicates | MD5-matched content across different memory dirs | Per-cluster dedupe command (keeps newest) |
| Agent sessions | .slock/agents/<uuid> β transient per-agent memory | Copy bulk archive command |
| Live | Healthy dirs with recent activity (collapsed by default) | None |
Archive commands move directories into ~/.claude-archive/YYYYMMDD/ so cleanup is reversible β nothing is deleted.
Locations are decoded from the ground-truth cwd field in session .jsonl files rather than naive path-to-slash reversal, so folders with real dashes or unusual characters resolve correctly.
The view only reports locations, sizes, and timestamps. File contents are hashed for duplicate detection but never read into the dashboard.
MIT
inspect.sh README.md README.zh-TW.md screenshot-dark.png screenshot-memory-dark.png screenshot-memory.png screenshot.png SKILL.md
Β© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic