yousufjoyian/claude-skills
Overview
This skill creates concise visual explanations in the Vizit (A2UI) panel to help users understand a concept, architecture, flow, or decision they found confusing. It produces a focused, visual-first diagram or annotated flow and always includes a copyable markdown handoff block so other agents can consume the result. The visuals are optimized for a narrow dark-themed panel and emphasize clarity over verbosity.
How this skill works
When you trigger the skill (phrases like “vizit”, “show me in vizit”, or “I don't get it”), the skill inspects the last few exchanges to identify the single point of confusion. It selects an appropriate visual format (architecture diagram, numbered flow, comparison cards, before/after) and writes self-contained HTML+CSS to the A2UI log using the specified dark theme and layout. Every output ends with a required <textarea readonly> containing a complete markdown summary so other agents can continue the conversation.
When to use it
- When the user says “I don't understand” or asks to “visualize this” after a text explanation
- To show how components connect in an architecture or system
- To illustrate a sequence of steps, data flow, or lifecycle
- To compare options or clarify a proposed decision visually
- To hand off a clear, copyable summary to another AI agent
Best practices
- Visualize only the one thing the user found confusing — avoid full summaries
- Pick a diagram type that makes the relationship obvious at a glance (arrows, numbered steps, side-by-side cards)
- Design for ~400px panel width with dark theme and ample bottom padding for the ShortcutBar
- Include concise callouts and labels; minimize body text on the canvas
- Always include the mandatory copyable markdown handoff near the bottom
Example use cases
- Draw an annotated architecture diagram to show how services communicate and where a bug occurs
- Show a numbered flow for a request lifecycle so the user sees the sequence and timing
- Create a side-by-side pros/cons card to clarify a proposed design choice
- Render before/after panels to explain a refactor or migration impact
- Produce an annotated pseudo-code/data-flow diagram when the user is confused about code behavior
FAQ
A self-contained, multi-line markdown summary: title, what the visual shows, a step-by-step structure or diagram notes, key takeaways, and any decisive recommendation so another agent can act on it.
Can the visualization be interactive?
Yes—simple interactivity (tabs, hover highlights) is allowed if it helps clarify the point, but all assets must be embedded with inline CSS and the panel-sized layout respected.
15 skills
This skill visualizes complex explanations in the Vizit panel to help users understand concepts, proposals, or architectures clearly.
This skill exports the active terminal discussion to Google Drive and updates the Visual tab with completion status, improving workflow efficiency.
This skill exports terminal discussions from TriClaude logs to Google Drive as Markdown, preserving order and removing noise for easy archiving.
This skill helps you diagnose and fix Pulse visualization issues in security-agent by validating endpoints, coordinating log edits, and recovering sidecar
This skill distills a conversation into a comprehensive task briefing and commits it to the project tasks/ directory.
This skill diagnoses and fixes PulseAudio and xRDP audio routing on NixOS, ensuring hardware detection, USB devices, and reliable RDP sound.
This skill transcribes dashcam video audio with GPU acceleration, producing timestamped transcripts and optional speaker diarization for quick analysis.
This skill generates a manager-focused synopsis of current context and recent work, highlighting actions and next steps, with an export save option.
This skill guides a safe, conventional-commits based git workflow, automatically staging changes, crafting messages, and optionally pushing.
This skill helps you trace the lineage of ideas to avoid repeating past failures and surface revived solutions.
This skill appends conversation context to project history without overwriting, building a complete, traceable memory over time.
This skill downloads videos from YouTube and other platforms in multiple formats and qualities for offline viewing, editing, or archival.
This skill extracts representative frames from dashcam videos at regular intervals to enable quick visual reviews and storage savings.
This skill extracts, tracks, and classifies humans from dashcam videos, enabling rapid evidence gathering and investigative analysis.
This skill helps you enforce mandatory brainstorming, skill checks, and TodoWrite tasks before tackling any assignment.