← ClaudeAtlas

report-visualslisted

Make an infographic, slide, or chart for a report — firm-branded, zero setup. Use whenever a deliverable would land better with a visual (deal snapshot, market study, IC deck, one-pager header), or when the user says "make an infographic," "add a slide," "make it look good," "chart this." Proactively add a visual when it helps — don't wait to be asked.
Fusion-Data-Company/underwriter-os · ★ 1 · Data & Documents · score 74
Install: claude install-skill Fusion-Data-Company/underwriter-os
# Report Visuals Turn numbers into something that looks like one institutional firm made it. **Works with zero setup — no account, no key.** Claude builds it and shows it (HARD LAW: do it for them). ## Pick the format 1. **Infographic (default, zero setup):** fill `underwriter-os/templates/infographic-deal-snapshot.svg` with the deal/market numbers (it's plain text with `{{PLACEHOLDERS}}`), save it, and show it. **XML-escape every value you insert** — replace `&`→`&amp;`, `<`→`&lt;`, `>`→`&gt;` (an unescaped `&` breaks the SVG). To hand them a PNG too, convert in the sandbox: `pip install cairosvg --break-system-packages -q && python -c "import cairosvg;cairosvg.svg2png(url='in.svg',write_to='out.png',output_width=1600)"`. You can also render it as a live artifact (create_artifact) so it's pinned in the sidebar. 2. **Slide / deck:** use the **pptx** skill (Tier 0, no account) — build a branded slide or a short IC deck. Navy `#0f2233` / gold `#c8a14a`. 3. **Chart:** for trends/comps, render a chart as an artifact with Chart.js, or embed an image in the docx/pdf via the doc skills. 4. **Branded via Canva (optional):** if the user has the **Canva** connector enabled, you may generate a Canva design with their brand kit. Canva needs a one-time per-person login, so it is NOT required — only use it if it's already connected. The native paths above always work. ## The look - Colors: deep navy `#0f2233`, secondary `#1b3a57`, gold accent `#c8a14a`, light bg `#f4f1ea`, ink `#0d1b26`