← ClaudeAtlas

atmos-specs-viewlisted

This skill should be used when the user asks for "specs-view", "spec visualization", "visual HTML for BRAINSTORM/PRD/TECH/TEST", "interactive spec review", or a "specs dashboard". It generates a local, single-file interactive HTML view for one Atmos spec file, one full spec, or a current-session/user-specified specs dashboard. It outputs `index.html` plus `metadata.json` under `.atmos/specs/views/` and never scans the whole `specs/` tree unless the user explicitly names the target specs.
AruNi-01/atmos · ★ 3 · Web & Frontend · score 70
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