From marketing
Generate polished, self-contained visual explainers, reviews, diagrams, dashboards, comparison pages, and slide-mode HTML from technical or business inputs. Use when the user asks for a diagram, architecture overview, diff or plan review, project recap, comparison matrix, audit page, timeline, dashboard, or any explanation that would be clearer as a visual artifact than as plain terminal text. Also use proactively when the output would otherwise become a dense table or long text wall.
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketing:html-visualThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn complex material into visual artifacts that are faster to scan, easier to trust, and worth sharing.
Turn complex material into visual artifacts that are faster to scan, easier to trust, and worth sharing.
The default output is a self-contained HTML artifact. When the environment supports it, preview or open the generated file after writing it. If opening is not available, still produce the artifact and report the path.
Never fall back to ASCII art when this skill is active.
Use this skill to produce one of these artifacts:
Do not default to ASCII art, giant markdown tables, or text-only walls when the information has clear structure.
Visual is the default, not the exception. Even text-heavy explainers should become structured pages with cards, sections, pull quotes, diagrams, timelines, tables, or other visual scaffolding. Prose is an accent inside the page, not a separate mode.
Before writing HTML, commit to a direction instead of drifting into a generic "dark page with blue cards" default.
Make two independent decisions up front — layout and style are separate axes:
Axis 1 — Layout (the information structure): Choose from the layout library below. This determines how information flows and relates. Pick the one that matches the content shape, not the one you used last time.
Axis 2 — Style (the visual aesthetic):
Choose from references/visual-directions.md. This is independent of layout. The same bento grid can be Blueprint or Craft Handmade.
Then answer:
Before generating, state your chosen Layout × Style combination in one line and confirm it fits. Do not draft HTML before this decision is locked.
Read references/rendering-strategy.md and references/visual-directions.md before building complex artifacts. Re-read them when the output mode changes instead of relying on memory.
Use this skill even if the user did not explicitly ask for HTML when either condition is true:
You can still include a concise chat summary, but the primary artifact should be the HTML output.
Gather only the inputs that materially change the artifact:
If key context is missing, ask 2 to 4 targeted questions. Do not run a long survey.
These are the available structural patterns. Match the layout to the shape of the content, not to a generic default.
| Layout | Best for |
|---|---|
explainer | concept walkthrough, architecture overview, mental model |
review | diff, plan review, fact check, requirement coverage |
comparison | tool evals, before/after, option tradeoffs |
dashboard | KPI snapshot, funnel, health check |
timeline | incident recap, release narrative, milestone plan |
slide-mode | team readout, investor walk-through |
| Layout | Shape | Best for |
|---|---|---|
bento-grid | Asymmetric mosaic of varied-size tiles | Multi-topic overviews, feature summaries — default for overviews |
hub-spoke | Central concept with radiating details | Single core idea with supporting context, product architecture |
iceberg | Top surface vs. hidden depth | What users see vs. what's underneath, risk surface |
bridge | Problem on left, solution on right | Pitch decks, proposal pages, before/after |
jigsaw | Interconnected pieces that form a whole | Systems where every part depends on the others |
periodic-table | Grid of named, categorized cells | Feature catalogs, API surface, team directory, taxonomy |
circular-flow | Continuous cycle with labeled stages | Feedback loops, recurring processes, product lifecycle |
winding-roadmap | Journey with milestone waypoints | Product roadmaps, growth stages, learning paths |
dense-modules | High-density tightly packed information blocks | Reference guides, cheatsheets, full capability maps |
When in doubt, start with bento-grid for overviews and bridge for proposals. Use dense-modules only when the content is truly reference-grade.
Choose the narrowest mode that fits the job.
Use for:
Default structure:
Use for:
Default structure:
Use for:
Default structure:
Use for:
Default structure:
Use for:
Default structure:
Use for:
Keep each slide focused on one idea. If the user needs a full presentation system with controls, speaker mode, or remote navigation, hand off to code-slides.
Choose the rendering method deliberately. Read references/rendering-strategy.md before generating complex artifacts.
General rules:
templates/explainer.html.templates/review.html.templates/slide-mode.html.Pick a strong direction and commit to it. Read references/visual-directions.md.
Preferred directions:
Avoid generic defaults:
Every output should:
Data fidelity: Reproduce source material faithfully. Do not summarize, rephrase, or omit data unless the user explicitly asks for synthesis. Design aesthetics are secondary to accuracy. When in doubt, preserve the original wording and numbers.
When the visual artifact needs imagery, use a deliberate source plan instead of dropping in arbitrary placeholders.
Supported paths:
Decision rules:
Read references/image-sourcing.md before implementing image-heavy artifacts.
For pages with 4 or more sections:
For diagrams:
For comparisons and audits:
references/visual-directions.md in one line before generating. Confirm this fits before proceeding.references/rendering-strategy.md.scaffold_visualizer.py: Generate a strong starter HTML artifact for explainer, review, or slide-mode pages.rendering-strategy.md: Map content types to the right rendering approach.visual-directions.md: Visual systems, typography and palette guidance, and anti-patterns.image-sourcing.md: when to reuse, host, generate, or code imagery.output-checklist.md: Final QA checklist before delivery.templates/explainer.html: Starter shell for explainers and architecture pages.templates/review.html: Starter shell for audits, plan reviews, and comparisons.templates/slide-mode.html: Starter shell for presentation-style output.code-slides when the user needs a full presentation system rather than a single visual artifact.quality-assurance or agentic-development first when the hard part is the underlying technical review, then use visualizer to present the result.code-documentation when the primary output should be written documentation rather than a visual page.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub alvarovillalbaa/plugins --plugin marketing