What problem does it solve? Creating quick logo concepts for brand ideation usually requires design tools or manual SVG authoring, and LLM-generated SVG often contains invalid markup or unsafe content. This Skill produces validated icon, wordmark, and lockup SVG variants with automatic fallback and PNG export. ## Core Features & Use Cases - LLM or Placeholder Modes: Generate SVG via an LLM with strict parseability and XSS validation, or fall back to a deterministic Minijinja placeholder per variant. - Strict SVG Validation: Rejects any output containing <script> tags, on*= event handlers, or javascript: URLs, verified with parse5 parsing. - PNG Raster Export: Runs rsvg-convert to produce standard PNG sizes (16 through 512) per variant when available. - Use Case: Given a brand name and one-line brief, produce icon, wordmark, and lockup SVGs plus a PNG set for a pitch deck or prototype without building a full brand system. ## Quick Start Ask the agent to design an SVG logo for your brand by providing the brand name, a one-line brief, and an output directory, optionally specifying style keywords and a primary color.