thalarch-imagelisted
Install: claude install-skill LUC4N3X/antigravity-thalarch
# Thalarch Image
Images are first-class engineering artifacts. Treat them with the same discipline as code: define
the contract, choose the right production path, preserve invariants, and verify the actual output.
## 1. Classify the visual task
Choose one primary mode before acting:
- `inspect` — understand an existing image or screenshot;
- `generate` — create a new raster visual from text/references;
- `edit` — change a specific part of an existing image;
- `compose` — combine multiple source images;
- `vector` — logo, icon, diagram, or geometry that should remain code-native;
- `capture` — browser/app/system screenshot used as evidence;
- `compare` — before/after or reference-vs-output fidelity;
- `annotate` — callouts, arrows, labels, highlights;
- `optimize` — format, size, alpha, crop, compression, or export cleanup.
Do not route every visual task through generative image creation.
## 2. Discover visual capabilities
Before choosing a production path, inspect what the **current host/session** actually exposes:
- image generation/editing;
- image viewing/inspection;
- browser screenshot/recording;
- device/emulator capture;
- filesystem/code-native SVG or canvas creation;
- deterministic image-processing scripts.
A capability available in Antigravity is not automatically available in Codex or Claude Code, and
vice versa. Never fabricate a visual tool or subagent name.
If the acceptance criterion requires a capability that is unavailable, use the strongest safe
f