Explain the current topic visually with the smallest diagram, sketch, or HTML artifact that makes the point. Use when the user wants to see, diagram, sketch, or visualize structure, flow, or change.
Scanned 9/22/2026
Install to Claude Code
npx -y skills add twikus/claude-configuration --skill show-me --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Show Me?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/twikus-show-me)More formats (shields.io, HTML) on the badges page.
---
name: show-me
description: Explain the current topic visually with the smallest diagram, sketch, or HTML artifact that makes the point. Use when the user wants to see, diagram, sketch, or visualize structure, flow, or change.
---
Show the current topic visually. Skip preamble. Pick the smallest view that makes the point, place it next to the short text it supports, and stop.
- Logic or algorithm → indented pseudocode
- Runtime control flow → call tree
- UI structure → component tree with file paths, state, and module boundaries that matter
- File responsibility or refactor → shallow annotated file tree
- Component, control, or data flow → Mermaid
- What changed, surrounding shape already exists → a `diff` in the same shape as the topic
- Most of it is new, omitted context hides ownership, or the user needs a copyable target → the whole block
- Visual UI, layout, state comparison, or a concept too dense for Mermaid → one focused HTML file matching the product's colors, type, spacing, and real labels; then `open` `show-me-{description}.html`
Keep only the calls, files, props, states, and boundaries needed for the current question. Use one or a few of these, never all of them.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!