Visualisierung

Visual Page Builder

Erklärt jedes Konzept als eigenständige HTML-Seite.

Erzeugt eine polierte, dependency-freie HTML-Seite, die ein Thema visuell erklärt – mit Stat-Cards, Flow-Steps, Vergleichsrastern und Callouts.

Version
1.0.0
Aktualisiert
Umfang
3 Kapitel · ca. 4 Min. Lesezeit
Format
SKILL.md (Markdown)
Lizenz
CC BY-NC-ND 4.0

Wann dieser Skill greift

  • visual explanation
  • explain this visually
  • make a visual page
  • build an html explainer
HTMLErklärungDesign

Was drinsteht

  1. 01Page Types
  2. 02Workflow
  3. 03Rules

Vollständige Anleitung

Der komplette Inhalt der Datei – identisch mit dem Download.

Visual Page Builder

Generate a polished, self-contained HTML page that explains any concept using visual components. No frameworks, no dependencies, no build step. One file that looks like a real product page.

Page Types

TypeBest forKey components
Architecture OverviewSystems, tech stacks, infrastructureFlow diagram, connection lines, component cards
Comparison TableTool vs tool, plan vs plan, before vs afterSide-by-side grids, checkmarks, highlight winner
Process FlowTutorials, onboarding, how-to guidesNumbered steps, arrows, status indicators
TimelineRoadmaps, project history, changelogsVertical timeline, date markers, milestone cards
DashboardMetrics, KPIs, performance summariesStat cards, bar charts, progress rings
Concept ExplainerAbstract ideas, frameworks, mental modelsAnalogy visuals, layered diagrams, callout boxes
Project RecapEnd-of-project summaries, case studiesBefore/after, stats, testimonial cards, gallery

Ask the user which type fits their content, or auto-detect from their description.

Workflow

Step 1: Gather Content

Ask the user for:

  • Title of the page
  • 3-6 sections they want to cover (or let you suggest based on the topic)
  • Key data points (numbers, stats, comparisons)
  • Relationships between concepts (what connects to what)
  • Hierarchy (what is most important, what is supporting detail)

If the user provides a document, transcript, or notes, extract these elements automatically and confirm.

Step 2: Plan the Layout

Map each section to a visual component (see Visual Components below). Present the plan:

Section 1: "What is X" -> Concept card with icon + 3 key points
Section 2: "How it works" -> 4-step process flow with arrows
Section 3: "Performance" -> Stat cards (3 across) + comparison grid
Section 4: "Get started" -> Callout box with CTA

Get user approval before building.

Step 3: Build the HTML

Generate a single self-contained HTML file.

Design System:

TokenValue
Background#0f0f10
Surface#1a1a1d
Surface border#2a2a2d
Text primary#ffffff
Text secondary#a0a0a0
Accent#D97757 (or user-chosen)
Accent mutedrgba(217, 119, 87, 0.15)
FontInter via Google Fonts, fallback system-ui, sans-serif
Max width1000px
Card radius12px
Section spacing80px vertical

Visual Components Available:

ComponentWhen to useStructure
Stat cardsKey numbersHorizontal row, large number + label + optional trend arrow
Section cardsFeature lists, grouped infoGrid of cards with icon/emoji, title, description
Comparison gridSide-by-side analysis2-3 columns, rows with checkmarks or values
Flow stepsSequential processesNumbered circles connected by lines, title + description
Status badgesTags, categories, statesColored pill badges (green/yellow/red/blue)
Code blocksTechnical content, configsDark bg, monospace font, syntax-highlighted if applicable
Callout boxesImportant notes, warnings, tipsAccent left border, icon, highlighted background
Progress barsCompletion, capacity, scoresHorizontal bar with fill percentage and label
TablesStructured data, specsStriped rows, sticky header, responsive scroll
TimelinesChronological eventsVertical line with dots, alternating left/right cards
Quote blocksTestimonials, key statementsLarge quotation mark, italic text, attribution
Icon gridsFeature overviews, tool lists2-3 column grid with emoji + title + one-line desc

Step 4: Save and Preview

Save the file as [topic-slug]-visual.html in the current working directory.

Open in the default browser:

open [topic-slug]-visual.html

Step 5: Iterate

Ask: "How does it look? I can adjust colors, swap components, add sections, or change any text."

Common tweaks:

  • Change accent color
  • Add or remove sections
  • Swap a component type (e.g., table to comparison grid)
  • Adjust text content
  • Add a logo or header image (base64 inline)

Rules

  • Every section needs a visual component. No section should be just a wall of text. If there is no obvious visual, use a callout box or icon grid.
  • Max 50 words before a visual. Introductory text for a section must be short. Let the visual do the heavy lifting.
  • All CSS and JS inline. Zero external dependencies. The file must work when double-clicked from the desktop with no server.
  • Zero external fetches required. Google Fonts is the one allowed exception (with system font fallback). Everything else is inline.
  • Responsive. Must look good on mobile (stack grids to single column, scale stat cards, scrollable tables).
  • No JavaScript required for content. JS is only for optional enhancements (smooth scroll, fade-in animations). The page must be fully readable with JS disabled.
  • Consistent spacing. Use the design system tokens. Do not eyeball padding or margins.
  • Dark theme only. Do not offer a light mode. The dark palette is part of the brand.
  • Accessible. Sufficient color contrast (WCAG AA minimum), semantic HTML, alt text on images.
  • Keep the total file under 500KB. If inlining images, compress them first.
  • The page title should appear in the browser tab (title tag).

Zuletzt aktualisiert: 01.08.2026 · Version 1.0.0 · skills.fragroger.ai

Lizenz: CC BY-NC-ND 4.0 (Namensnennung – nicht kommerziell – keine Bearbeitungen). Nutzung nur für den Eigengebrauch. https://creativecommons.org/licenses/by-nc-nd/4.0/deed.de

Lizenz und Nutzung

Dieser Skill steht unter Creative Commons BY-NC-ND 4.0 – Namensnennung, nicht kommerziell, keine Bearbeitungen. Die Nutzung ist ausschliesslich für den Eigengebrauch gedacht: herunterladen, in der eigenen Arbeitsumgebung einsetzen, mit Quellenangabe teilen. Weiterverkauf, Weitergabe als eigenes Produkt, kommerzielle Verwertung oder veränderte Wiederveröffentlichung sind nicht erlaubt. Für kommerzielle Lizenzen bitte Kontakt aufnehmen.