sketch

Generates 2-3 interactive HTML design variants for side-by-side comparison.

Updated Aug 21, 2026
One-click install
npx skills add https://github.com/TylerSimons1127/vibe --skill sketch-tylersimons1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sketch
Source: https://github.com/TylerSimons1127/vibe/tree/main/skills/creative/sketch
Command: npx skills add https://github.com/TylerSimons1127/vibe --skill sketch-tylersimons1127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Committing to a UI direction without seeing alternatives leads to costly redesigns later. This Skill produces multiple disposable HTML mockups so you can compare visual directions before writing production code. ## Core Features & Use Cases - Multi-Variant Generation: Builds 2-3 standalone HTML files, each taking a distinct design stance (density, emphasis, aesthetic, layout) rather than minor pixel tweaks. - Visual Verification: Uses browser navigation and vision tools to render each variant and catch layout bugs before presenting them. - Head-to-Head Comparison: Presents variants in an opinionated comparison table with trade-offs, plus per-variant READMEs documenting design stance and best-fit use cases. - Use Case: Before building a new dashboard home screen, ask for three takes — calm editorial, utilitarian dense, and playful split — then pick a winner or combine two into a hybrid. ## Quick Start Ask the agent to sketch three design variants of your settings page so you can compare layout directions before building it.

Frequently Asked Questions about sketch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare multiple UI design directions before building?▼

Generate 2-3 standalone HTML variants that each take a different design stance, such as compact versus airy density or content-first versus action-first emphasis. Review them side-by-side in a comparison table covering trade-offs, then pick a winner or combine two into a hybrid.

How to create quick HTML mockups without a build step?▼

Write a single self-contained HTML file with inline styles, system fonts or one Google Font, and optionally Tailwind via CDN. Include realistic fake content and at least one interactive state transition like a toggle, filter, or modal.

When should I use throwaway sketches instead of production components?▼

Use sketches when the design direction is undecided and you need to explore options cheaply. Once a direction is locked, build the real component properly instead of polishing a disposable mockup.

Can HTML mockups be verified visually for layout bugs?▼

Yes, open each variant in a browser and use a vision tool to inspect the rendered page for overlapping text, unstyled elements, or failed font imports. Source inspection alone misses rendering issues, so fix and re-check until each variant looks right.

What are the limitations of disposable HTML design sketches?▼

Sketches are not shippable code and should not be curated as long-term assets. They use minimal theming, limited interactivity, and no state management, so anything worth keeping should be promoted into real project code.