agentsclimarketplace

Ai multimodal output

Skill varunk130/ai-ux-skill-library/skills/ai-multimodal-output

The 12-skill AI UX design engine for Claude Code & GitHub Copilot — purpose-built for designing UX for AI products, agents, and experiences.

Install
npx -y skills add varunk130/ai-ux-skill-library --skill ai-multimodal-output

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Design how AI presents results across text, code, images, charts, and mixed media - response formatting, output hierarchy, and cross-modal transitions. Use when: AI output design, response formatting, AI results display, multimodal output, AI-generated content presentation, code output UX, AI visualization.

SKILL.md

9.1 KB, as published. Nobody here has run it

AI Output & Multimodal Design

Design how AI results are presented, formatted, and consumed across every output modality - text, code, images, data visualizations, and mixed media. The RENDER framework ensures AI outputs are scannable, actionable, and trustworthy regardless of format.

Core Principle

AI generates output. Humans consume meaning. The gap between raw AI output and human understanding is a design problem, not a model problem. A brilliant AI answer poorly formatted is worse than a mediocre answer well-structured.


The RENDER Framework

LetterPrincipleDesign Question
RRight FormatIs the output in the format that best serves the user's goal (not the model's default)?
EEasy to ScanCan the user extract the key insight in under 5 seconds?
NNavigable DepthCan the user drill into details without drowning in them upfront?
DDirectly ActionableCan the user act on this output without additional steps?
EEditableCan the user modify, refine, or iterate on the output in-place?
RReproducibleCan the user understand how to get this output again or share it?

Output Format Selection Matrix

The AI should automatically select the best output format based on the content type:

Content TypeBest FormatWhyAnti-Pattern
Single factual answerInline text (1-2 sentences)Quick to consumeA 3-paragraph essay for a yes/no question
Step-by-step instructionsNumbered list with headersScannable, sequenceableProse paragraphs describing steps
ComparisonTable with clear columnsSide-by-side evaluationAlternating paragraphs about each option
CodeSyntax-highlighted code block with language labelCopy-friendly, readableCode embedded in prose without formatting
Data/trendsChart or visualizationPattern recognitionRaw numbers in a paragraph
Complex explanationHeaders + sections + summaryNavigable hierarchyWall of undifferentiated text
Creative writingClean prose, no artifactsImmersive readingBullet points for a poem
MixedComposite card with labeled sectionsEach element in its optimal formatForcing everything into one format

The Response Hierarchy

Every AI response should follow this structure (whether the output is 1 line or 100):

LevelWhat It ContainsAlways Visible?Example
HeadlineThe core answer in one sentence or phraseYes"Your churn rate increased 12% QoQ, driven by enterprise segment."
Key DetailsSupporting information, top 3-5 pointsYes (brief)Key drivers, affected metrics, comparison to benchmark
EvidenceSources, data, methodology, reasoningCollapsed - expand on demandData tables, source citations, model confidence
ActionsWhat the user can do nextYes (as buttons or suggestions)"View affected accounts" / "Generate retention plan" / "Share with team"

Rule: If the user has to scroll past the headline to understand the output, the formatting failed.


Text Output Patterns

Length Calibration

User ContextTarget LengthFormatting
Chat conversation50-150 wordsConversational paragraphs, minimal formatting
Professional analysis200-500 wordsHeaders, bullet points, key metrics highlighted
Research/deep dive500-2000 wordsTable of contents, collapsible sections, executive summary
Quick reference10-50 wordsSingle sentence or small table

Text Formatting Rules

RuleImplementationWhy
Bold key numbers and conclusions12% increase not "12% increase"Users scan for emphasized content
Use tables for comparisons, not proseHumans process tabular data 3x faster than narrative comparisons
Break at natural section pointsNew header every 3-5 paragraphsPrevents wall-of-text fatigue
Lead with the answer, not the reasoningAnswer first, then "Here's why..."Most users want the answer; some want the reasoning

Code Output Patterns

PatternWhen to UseImplementation
Copy-ready blockUser will paste code directlySyntax highlighting + one-click copy button + language label
Diff viewAI modified existing codeSide-by-side or inline diff showing changes
Annotated codeCode needs explanationInline comments or adjacent explanation panel
Executable snippetCode can run in-placeRun button + output preview below the code block
Multi-file outputChange spans multiple filesTabbed interface or file tree with per-file diffs

Code Output Anti-Patterns

PatternWhy It Fails
Code in a paragraph without code block formattingUnreadable, uncopyable
Explaining code in prose ABOVE the code blockUser reads explanation, forgets it by the time they see the code
Showing only the changed lines without surrounding contextUser can't locate where to put the code
No language label on code blocksUser can't tell if it's Python, JavaScript, or pseudocode

Data Visualization Output

When AI output contains data, choose the right visualization:

Data RelationshipVisualizationWhen NOT to Use
Trend over timeLine chartFewer than 4 data points (use table instead)
Part of wholePie chart (< 6 slices) or stacked barMore than 6 categories (use bar chart)
Comparison across categoriesHorizontal bar chartTime-series data (use line chart)
DistributionHistogram or box plotCategorical data
CorrelationScatter plotMore than 2 variables (use small multiples)
GeographicMapNon-geographic data forced onto a map

Visualization Output Rules

RuleWhy
Always include a text summary alongside the visualizationNot all users are visual learners; screen readers can't read charts
Label axes and include units"Revenue" means nothing without "$M" and time period
Show data source and recency"Based on Q1 2026 data" builds trust; undated charts don't
Offer "View as table" toggleSome users prefer raw numbers; tables are more accessible

Multimodal Output Composition

When AI output spans multiple modalities (text + image + code + data):

The Composite Output Card

SectionContentPosition
Summary text1-2 sentence headline of what the AI producedTop
Primary outputThe main deliverable (image, analysis, document)Center, largest
Supporting detailMethodology, sources, alternative versionsBelow primary, collapsible
Action barCopy, download, share, regenerate, iterateBottom, always visible

Cross-Modal Transition Design

When output switches between modalities:

TransitionDesign Pattern
Text → Chart"Here's the breakdown:" + inline chart + "Key takeaway: [text summary below chart]"
Text → Code"Here's how to implement this:" + code block + "This does X by Y"
Text → Image"Here's what that looks like:" + image + descriptive caption
Multiple modalities in one responseUse clear section headers and visual separators between modalities

Anti-Patterns

PatternWhy It Fails
Defaulting to maximum length for every responseUsers asked a simple question and got a dissertation
Prose when a table would workForces linear reading of comparative information
Charts without text summariesExcludes screen reader users; misses users who don't read charts
Outputting raw JSON/XML to non-technical usersData format is not information format
No copy/download affordance on generated contentUsers have to manually select and copy, or take screenshots
Identical formatting for 1-line answers and 100-line analysesOne size fits no one

Quick Reference

TaskFramework ElementKey Deliverable
Design output formatting for AI productOutput Format Selection Matrix + Response HierarchyFormat rules by content type + response structure spec
Improve readability of AI responsesText Output PatternsLength calibration guide + formatting rules
Design code output experienceCode Output PatternsCode block component spec with copy, diff, and run features
Add data visualization to AI outputsData Visualization Output tableChart selection guide + accessibility requirements
Design mixed-modality responsesComposite Output Card + Cross-Modal TransitionsMultimodal response template

Integration

Works with: ai-trust-transparency (confidence indicators in output), ai-error-resilience (error display formatting), ai-prompt-ux (output format matching input intent), ai-conversation-architect (response formatting in dialogue).

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.