show-me

Helfen Sie dem Benutzer, das aktuelle Thema visuell zu verstehen, mit prägnanten Diagrammen, Code-Shape-Skizzen und gezielten HTML-Artefakten.

npx skills add https://github.com/humanlayer/skills --skill show-me

Help the user understand the current topic of conversation visually. Skip the preamble and keep prose brief. Pick the smallest view that makes the key point clear.

  • Show logic or an algorithm as pseudocode:
on(save)
  if content is unchanged
    return cached result
  write new content
  return fresh result
  • Show runtime control flow as a call tree:
submitForm
  createSession
    persistPrompt
    launchAgent
  navigateToSession
  • Show UI structure as a component tree, including state and module boundaries that matter:
<SessionPage> (apps/example/src/routes/session.tsx)
  useSessionEvents()
  <SessionToolbar>
    <RunSkillButton> (packages/ui)
  • Show file responsibility or a broad refactor as a shallow file tree:
src/
├── commands/       # parses user actions
├── sessions/       # owns session state
└── transport/      # sends API requests
  • Show component interaction, control flow, or data flow with Mermaid:
sequenceDiagram
    participant User
    participant UI
    participant Daemon
    User->>UI: choose command
    UI->>Daemon: send expanded prompt
    Daemon-->>UI: stream result
  • Use diff when the point is what changes and the surrounding shape already exists. Match the diff shape to the topic.

For a component change:

 <SessionPage>
   useSessionEvents()
   <SessionToolbar>
+    <RunSkillButton />
   <SessionTimeline>
+    <SkillResultCard />

For a file-layout change:

 src/
 ├── commands/
+│   └── show-me.ts       # expands the slash command
 ├── sessions/
-└── transport.ts
+└── transport/
+    ├── client.ts
+    └── stream.ts

For a call-tree or call-stack change:

 submitForm
   createSession
     persistPrompt
+    expandSkillMention
     launchAgent
-  navigateToSession
+  navigateToSession
+    subscribeToEvents

For a state or control-flow change:

 on(save)
-  write content
+  if content is unchanged
+    return cached result
+  write new content
+  invalidate cache
  • Show the whole block when most of it is new, when omitted context would hide ownership or order, or when the user needs a copyable target shape:
function expandSkill(command: string): string {
  const skillName = command.slice(1)
  return `use the ${skillName} skill`
}
  • For a visual UI, layout, state comparison, or concept too dense for Mermaid, write one focused HTML file — a diagram, an infographic, or a short slide deck, whichever fits the point. Match the product's colors, type, spacing, and components; use real labels and data; support desktop and mobile. Then open it for the user:
Bash(open path/to/show-me-{description}.html)

guidance

Place each visual next to the short text it supports. Keep only the calls, files, props, states, and boundaries needed to answer the user's current question or the options to resolve the current discussion point.

You may use one of these, you may use several, it is unlikely you will use all of them. Use your judgement and don't overwhelm the user.

Verwandte Skills

skills-cli
xixu-me
Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.
developmentapiproductivity
chef-assistant
nvidia
Verwenden beim Kochen oder Planen von Mahlzeiten, Fehlerbehebung bei Rezepten, Erlernen kulinarischer Techniken
feature-flags-android
posthog
PostHog Feature Flags für Android-Anwendungen
skill-writer
pytorch
We need to translate the given English text into German, preserving the name "skill-writer" if it appears. The instruction says: "Do not include the name unless it appears in the source text." The source text does not contain "skill-writer" explicitly. The name to preserve is "skill-writer" but it's not in the text. So we just translate the text. The text: "Guide for creating well-structured Agent Skills for Claude Code with best practices and validation. Covers full Skill lifecycle: scoping, file structure, YAML frontmatter validation, content organization, and testing procedures Enforces strict naming rules (lowercase, hyphens, max 64 chars) and description requirements (specific triggers, file types, "what" and "when" clauses) Provides templates for common patterns including read-only Skills, script-based Skills, and multi-file Skills with..." We need to translate accurately, preserving product names like "Claude Code", "YAML", technical terms, numbers, etc. Also note the ellipsis at the end. Translation: "Le
suggest-awesome-github-copilot-prompts
github
Schlage relevante GitHub Copilot Prompt-Dateien aus dem awesome-copilot-Repository basierend auf dem aktuellen Repository-Kontext und dem Chatverlauf vor, wobei Duplikate mit… vermieden werden.
finding-deleted-feature-flags
posthog
Finde Feature-Flags, die im aktiven Projekt innerhalb eines kürzlichen Zeitfensters soft-gelöscht wurden. Verwende, wenn der Benutzer fragt: „Welche Flags wurden in den letzten N…
jetson-validate-image
nvidia
Nach jetson-flash-image verwenden, um statische BSP-Prüfungen, On-Target-Smoke-/Regressionstests auf einem geflashten DUT oder beides durchzuführen. Nicht für Build- oder Flash-Schritte. Auslöser:…
omnibus-instrument-feature-flags
posthog
Nutze diesen Skill, um PostHog-Feature-Flags hinzuzufügen, die neue oder geänderte Funktionalitäten absichern. Verwende ihn nach der Implementierung von Features oder beim Review von PRs, um sichere Rollouts mit Feature-Flag-Kontrollen zu gewährleisten. Falls PostHog noch nicht installiert ist, deckt dieser Skill auch die initiale SDK-Einrichtung ab. Unterstützt jede Plattform oder Sprache.