Interactive mind map of your Claude Code setup — global + project skills, agents, MCPs, hooks. Still in beta.
Scans your Claude Code configuration across every layer (~/.claude/, project .claude/, plugin-bundled skills, @-references in CLAUDE.md) and renders it as a navigable HTML markmap. Filter by Global / Project, search, drill down to literal headings and content inside each file.
Clone into your global skills directory:
git clone https://github.com/lirazgershon148/show-me.git ~/.claude/skills/show-meClaude Code picks it up automatically — no further config.
Inside Claude Code, ask:
- "show me"
- "x-ray my setup"
- "תראה לי"
- "what's loaded"
Or run the scripts directly:
python3 ~/.claude/skills/show-me/scripts/scan.py | \
python3 ~/.claude/skills/show-me/scripts/render_html.pyOutput lands at ~/.claude/snapshots/show-me-<timestamp>.html.
Beta. See SKILL.md for full behavior and known gaps.