atmos-specs-viewlisted
Install: claude install-skill AruNi-01/atmos
# Atmos Specs · View
Generate a local visual workbench for Atmos specs. The output is a static, double-clickable HTML file with interactive review controls and a copyable prompt that sends the user's decisions back to an agent.
The view is not a marketing page and not a decorative summary. Its main job is to **preserve the actual content inside the target spec documents while transforming that content into clearer structured, visual HTML** so the user can inspect, review, comment, and send concrete decisions back to an agent.
## What this skill owns
- **Owns**: generated view artifacts under `.atmos/specs/views/<view-id>/`.
- **Writes**:
- `index.html` — a single self-contained HTML document. Inline all generated CSS and JS. CDN dependencies are allowed.
- `metadata.json` — source path, mode, style, generated timestamp, input file hashes/sizes when easy to compute, and spec ids included.
- **Does not own**: editing `specs/**/BRAINSTORM.md`, `PRD.md`, `TECH.md`, `TEST.md`, production code, or skill references.
## Language
- Generate the visible HTML UI, explanations, labels, empty states, copy buttons, review prompts, and metadata-facing titles in the user's conversation language.
- Preserve the original spec Markdown content exactly as written. Atmos spec files are normally English; do not translate source Markdown unless the user explicitly asks.
- If the conversation mixes languages, use the language of the latest user request for generated UI chrome.
- Before wri