← ClaudeAtlas

artlisted

Complete visual content system. USE WHEN user wants to create visual content, illustrations, diagrams, OR mentions art, header images, visualizations, mermaid, flowchart, technical diagram, infographic, app icon, or pack icon.
Sheshiyer/skill-clusters · ★ 0 · AI & Automation · score 69
Install: claude install-skill Sheshiyer/skill-clusters
# Art Skill Complete visual content system for creating illustrations, diagrams, and visual content. ## Customization **Before executing, check for user customizations at:** `~/.Codex/skills/CORE/USER/SKILLCUSTOMIZATIONS/Art/` If this directory exists, load and apply: - `PREFERENCES.md` - Aesthetic preferences, default model, output location - `CharacterSpecs.md` - Character design specifications - `SceneConstruction.md` - Scene composition guidelines These override default behavior. If the directory does not exist, proceed with skill defaults. ## MANDATORY: Output to Downloads First ``` ALL GENERATED IMAGES GO TO ~/Downloads/ FIRST NEVER output directly to project directories User MUST preview in Finder/Preview before use ``` **This applies to ALL workflows in this skill.** ## Voice Notification **When executing a workflow, do BOTH:** 1. **Send voice notification**: ```bash curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow from the Art skill"}' \ > /dev/null 2>&1 & ``` 2. **Output text notification**: ``` Running the **WorkflowName** workflow from the **Art** skill... ``` --- ## Workflow Routing Route to the appropriate workflow based on the request. - Blog header or editorial illustration -> `Workflows/Essay.md` - Visualization or chart -> `Workflows/Visualize.md` - Mermaid flowchart or sequence diagram -> `Workflows/Mermaid.md` - Te