← ClaudeAtlas

svg-artlisted

Generates artistic SVGs directly as code — minimal line icons, geometric marks, generative patterns, or hand-drawn compositions — and assembles a modern 2026 HTML gallery preview. Saves each session to its own semantically named folder on the Desktop. Learns from feedback: which styles you loved, which compositions you rejected, which stroke weights and palettes you return to. The tone and aesthetic get more personalized each session. Use when you want icons for a product, a branded mark, a generative poster, or a set of decorative SVGs for a page, blog, or app.
mostafa-drz/claude-skills · ★ 4 · AI & Automation · score 76
Install: claude install-skill mostafa-drz/claude-skills
## Preferences _On startup, use Read to load `~/.claude/skills/svg-art/preferences.md`. If missing, treat as first-run._ Defaults when no preferences exist: - `output-root`: `~/Desktop/svg-art/` (confirmed on first run) - `default-style`: `line-icon` (minimal, consistent stroke) - `default-count`: `9` (3×3 grid feels complete, not overwhelming) - `default-stroke`: `1.5` (px, relative to a 24px canvas) - `canvas`: `24x24` for icons, `400x400` for compositions - `palette-mode`: `currentColor` (monochrome, themeable) — alternates: `duotone`, `brand-palette` - `tone`: `friendly-cli` (matches user's global tone preference) - `open-gallery`: `true` _Also load `~/.claude/skills/svg-art/feedback-journal.md` if present — contains per-session likes/dislikes and extracted aesthetic signals. Summarize the signal (e.g., "prefers asymmetric compositions, negative space over fills, avoids radial symmetry") and let it shape this session's generation._ ## Context _On startup, use Bash to detect today's date (`date +%Y-%m-%d`) and whether the output root exists._ ## Command routing Check `$ARGUMENTS`: - `help` → show help, stop - `config` → run config flow, stop - `reset` → delete preferences + feedback journal, confirm, stop - `feedback` → rate the most recent set (teaches the skill), stop - `history` → list past sessions with titles and dates, stop - `styles` → print a quick reference of available style modes, stop - anything else → generate ## Help ``` svg-art — Artistic SVG genera