What problem does it solve?
Creating a reusable visual theme for social media cards normally requires hand-writing CSS, ECharts chart configurations, and a preview page from scratch. This Skill turns a free-form style description or reference image into a complete, ready-to-use preset bundle.
Core Features & Use Cases
- Design Brief Extraction: Interviews the user across five axes (mood, palette, typography, decoration, content domain) or analyzes a reference image to derive design tokens.
- Preset Bundle Generation: Produces three files — a structured CSS file with tokens, components, and utilities; a JS file exposing ECharts chart presets via a single global namespace; and a standalone preview.html gallery.
- Quality Enforcement: Ships with anatomy references and a checklist covering canvas constraints, class naming, chart preset counts, and preview coverage.
- Use Case: A user says "I want something soft and feminine — pastel pink and mint, rounded corners" and receives a
soft-pastel preset folder with CSS, JS, and preview files saved under shared/presets/, ready to be referenced by the self-media-composer workflow.
Quick Start
Ask the assistant to create a custom card preset by describing the visual style you want, for example a dark futuristic theme with neon accents for tech content.