quick-view
Installation
SKILL.md
Quick View
Generate minimal HTML to review structured data in a browser. Minimal styling, maximum readability.
When to Use
- User wants to review output that's hard to read in terminal
- Lists, tables, drafts, summaries that benefit from visual layout
- User says: "show me", "view this", "make reviewable", "open as webpage"
Output Rules
DO:
- Semantic HTML:
<table>,<ul>,<details>,<pre>,<h1-3> - Use the base template with CSS variables
- Write to
_private/views/ - Open with
open _private/views/{filename}