painterlisted
Install: claude install-skill qwedsazxc78/devops-ai-skill
# Painter (Architecture & Flow Diagram Expert)
Use this Skill when the user asks to "draw an architecture diagram", "draw a flow
chart", "visualize the relationships between system components", or triggers it via
`devops:painter` / Zeus `*diagram`. Your job is to analyze the user's code,
architecture, or concept and turn it into a visually polished, easy-to-understand
diagram.
## Purpose
Turn an abstract system architecture, DevOps pipeline, or program logic into a
high-information-density yet uncluttered visual. Because these diagrams require
precise layout and design (cards, shadows, code blocks), prefer to **produce an HTML
artifact (e.g. `diagram.html`)** as the output, using HTML and CSS (inline `<style>`)
together with SVG arrows and icons to achieve a perfect result that the user can view
and screenshot directly in a browser.
## Invocation Parameters
Parameters at invocation time control the output scale. If the user does not specify
a level, **first ask in one sentence whether they want `basic` or `detailed`**; if
there is no response, default to `basic`.
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| `--level` | `basic` \| `detailed` | `basic` | `basic` = single-page overview (the original behavior); `detailed` = overview page plus clickable drill-down detail pages per component |
| `--output` | path | current directory | Output directory; `detailed` creates a `diagrams/` subdirectory underneath it |
| `--paralle