Skills/html-design-examples/SKILL.md
Reference gallery of polished single-file HTML artifacts demonstrating effective ways to communicate ideas through HTML. Use when the user wants to explain, showcase, demo, plan, review, or present an idea within an HTML file.
npx skillsauth add sammcj/agentic-coding html-design-examplesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A library of self-contained .html files showing how a static HTML artifact can carry more signal than the same content as markdown. Use them as visual and structural references when building an HTML deliverable for a similar task.
The bottleneck is human attention, not what the agent can produce. A 500-line markdown plan goes unread; the same content as one HTML page with diagrams, tables and inline controls gets engaged with. HTML carries tables, SVG, CSS layout, scripts and spatial composition in a single file, opens in any browser, and shares as a URL rather than an attachment. The token and latency cost is real, and worth it for any artifact that needs to be read by a human.
Prefer HTML for human-facing, ephemeral artifacts (specs, plans, reports, writeups, prototypes, throwaway editors). Stay with markdown or source for things that need durable, line-by-line review in a repo (RFCs, ADRs, runbooks) - HTML diffs are noisy.
Files live in resources/. Open resources/index.html for the rendered gallery with thumbnails.
01-exploration-code-approaches.html - side-by-side comparison of three implementation approaches with trade-offs called out inline.02-exploration-visual-designs.html - layout and palette options rendered live for visual comparison.16-implementation-plan.html - milestones on a timeline, data-flow diagram, inline mockups, risky code, risk table.03-code-review-pr.html - annotated diff with margin notes, severity tags, jump links.17-pr-writeup.html - author-side PR description with motivation, before/after, file-by-file tour.04-code-understanding.html - unfamiliar package drawn as boxes and arrows with the hot path highlighted.05-design-system.html - colours, type scale, and spacing tokens rendered as copyable swatches.06-component-variants.html - every size, state, and intent of one component on a single contact sheet.07-prototype-animation.html - a transition in isolation with sliders for duration and easing.08-prototype-interaction.html - four linked screens, enough fidelity to feel the interaction.10-svg-illustrations.html - inline SVG figure sheet suitable for a blog post.13-flowchart-diagram.html - annotated flowchart with click-to-reveal step detail.09-slide-deck.html - arrow-key navigable slides as one HTML file, no build step.14-research-feature-explainer.html - TL;DR, collapsible request-path steps, tabbed config snippets, FAQ.15-research-concept-explainer.html - interactive demo, comparison table, hover-linked glossary.11-status-report.html - weekly status: what shipped, what slipped, small chart.12-incident-report.html - post-mortem with minute-by-minute timeline, log excerpts, follow-up checklist.18-editor-triage-board.html - drag tickets across Now / Next / Later / Cut, then export the ordering as markdown.19-editor-feature-flags.html - grouped toggles with dependency warnings and a copy-diff button for changed keys.20-editor-prompt-tuner.html - editable template with highlighted variable slots; three sample inputs re-render live as you type..html file, opens directly in a browser. No build, no npm, no CDN scripts, no external stylesheets.:root for the colour palette and font stacks.<script> tag.When the user has an existing project with its own design language, generate or reference a single design-system HTML file (see 05-design-system.html for the shape) and use it as the style anchor for subsequent artifacts. Defer to the project's own brand and tokens rather than copying the gallery's editorial palette wholesale.
html-slides skill is purpose-built. If they want a configurable explorer with a copy-as-prompt button, the playground skill is purpose-built. This skill is for the broader case of any single-file HTML deliverable.tools
Provides tools for managing MarkEdit, a macOS markdown editor
tools
Provides knowledge on using the `glean` CLI tool to access company knowledge and documents through Glean. Use when the user asks you to use Glean to search, read or otherwise access knowledge from their company's Confluence, Slack, Google Drive Files (Slides, Documents, Sheets) etc.
development
Applies the Diataxis framework to create or improve technical documentation. Use when being asked to write high quality tutorials, how-to guides, reference docs, or explanations, when reviewing documentation quality, or when deciding what type of documentation to create. Helps identify documentation types using the action/cognition and acquisition/application dimensions.
development
Use when answering questions from this machine-learning knowledge base. Triggers: questions about transformers, attention cost and efficiency, and long-context scaling; 'what do we know about attention', 'check the ML wiki'. Read-only querying of compiled knowledge; to add, update, supersede, lint, audit, or critique, use the llm-wiki skill instead.