← ClaudeAtlas

html-effectivenesslisted

Generate self-contained, interactive HTML documents instead of markdown walls of text. When output is complex (comparisons, timelines, multi-option decisions, data tables, code reviews, diagrams), produce a single .html file that renders spatially and interactively in the browser. Zero dependencies, zero build steps. Inspired by "The Unreasonable Effectiveness of HTML" (https://thariqs.github.io/html-effectiveness/). Use when: output would be long markdown, comparing options, presenting data, reviewing code, building plans, explaining concepts, or any multi-dimensional information. Trigger: "make it visual", "interactive output", "HTML instead of markdown", complex analysis results.
tincopper/neeko · ★ 11 · Web & Frontend · score 80
Install: claude install-skill tincopper/neeko
# HTML Effectiveness: Interactive Output Engine ## Core Principle **Markdown is a wall of text. HTML is a spatial, interactive document.** When you have multi-dimensional information to present, generate a single self-contained HTML file that users can explore, filter, compare, and interact with. The browser is the universal runtime - no build steps, no dependencies, no exports needed. ## When to Use This Skill **Use HTML output when ANY of these are true:** - Comparing 2+ options with trade-offs (side-by-side cards) - Presenting data with >5 rows (sortable/filterable table) - Showing a timeline or sequence of events - Explaining a concept with collapsible sections - Reviewing code changes (annotated diffs) - Presenting a plan with phases and dependencies - Showing architecture or system design (boxes + arrows) - Any output where the reader needs to SCAN, not read linearly - Any output where the reader needs to CHOOSE between options - Any output with tabular data, charts, or visual relationships **Use plain markdown when:** - Simple Q&A (one paragraph answer) - Inline code fixes - Brief status updates - Sequential instructions (do X, then Y, then Z) ## 9 Output Patterns Select the pattern that matches your information type: ### 1. Comparison Board **When:** Evaluating approaches, tools, libraries, strategies **Structure:** Side-by-side cards with clear trade-offs, rating badges, recommendation highlight **Interaction:** Hover to highlight, click to expand details #