← ClaudeAtlas

html-reportinglisted

Use this skill when an agent must render a self-contained HTML report or dashboard — task summaries (Phase 8), code/operational audits (Phase 5), or any shareable artifact viewed outside the terminal. It provides one canonical dark-terminal shell so every report looks consistent. Don't use it for markdown-only output, for measuring metrics (it only formats numbers you supply), or for the mermaid viewer (use mermaid-viewer).
atretyak1985/swarmery · ★ 0 · Data & Documents · score 78
Install: claude install-skill atretyak1985/swarmery
# Purpose Provide a single, reusable, **self-contained** HTML shell (inline CSS, no external assets, no JS required) so that every report an agent emits — `@summary-generator`'s Phase 8 dashboard and `@code-auditor`'s Phase 5 audit — shares one visual language: a dark "terminal" theme with severity-coded cards, metric tables, and collapsible sections. This skill produces presentation only. It does **not** gather data, measure metrics, or run analysis — the calling agent supplies the content and this skill wraps it. # When to use this skill - An agent has completed analysis and needs to emit a report as HTML (saved to a `phases/*.html` or `SUMMARY`-adjacent path) - `@summary-generator` renders the optional Phase 8 HTML dashboard - `@code-auditor` renders the Phase 5 audit report (health score + P0–P3 backlog) - A report has >3 sections or will be shared outside the terminal (per `summary-templates` Step 4) # When NOT to use this skill - **Markdown-only output** — the canonical `SUMMARY.md` / `05-audit.md` stay markdown; HTML is the optional mirror - **Measuring or computing metrics** — this skill formats numbers the caller already has; it never fabricates them - **Rendering mermaid diagrams** — use `mermaid-viewer` - **Writing code, tests, or configuration** — output is a single `.html` document only - **Content authoring** — section text comes from `summary-templates` (summaries) or the audit agent's findings; this skill only wraps it # Required environment No tooling