Skip to main content
Back to the field guide

A field guide to the /atlas-report skill

AI Styled HTML Report Generator

Terminal output is fine for short answers. /atlas-report renders any agent output as a styled HTML page with sections, tables, and Mermaid diagrams.

Atlas · Knowledge Engineering6 min readJanuary 24, 2026

Some agent outputs are too detailed for the terminal. Takeover reports run to 10+ pages. Audit results have 50+ findings. Architecture maps have multiple diagrams. The terminal flattens all of this into scrolling text that nobody reads.

The /atlas-report skill renders any agent output as a styled HTML page with sections, tables, and Mermaid diagrams properly displayed. The output opens in the browser and can be shared as a URL or saved as a PDF.

How /atlas-report works

The skill takes the structured output (markdown with embedded Mermaid, tables, and code), applies a clean stylesheet, and serves it locally or to a static host. The team gets a document instead of a terminal scroll.

Tonone's /atlas-report skill renders agent output as styled HTML pages with proper layout, tables, and Mermaid diagrams.

Install

/atlas-report ships with the Atlas agent in Tonone for Claude Code.

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Atlas

$ claude plugin install atlas@tonone-ai

Frequently asked questions

What does /atlas-report do?
It renders agent output as a styled HTML page with sections, tables, and Mermaid diagrams.
How do I install /atlas-report?
Install Tonone for Claude Code via tonone.ai/get-started.

Pairs well with