Convert documents to infographic images (PNG/JPG/PDF) for easy sharing
Install with Tessl CLI
npx tessl i github:sc30gsw/claude-code-customes --skill visualize69
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Transform documents into visually appealing infographic images for sharing on chat applications like Slack, Teams, or Discord.
/visualize <input-file> [options]input-file: Path to the document (required).md, .txt, .pdf| Option | Short | Description | Default |
|---|---|---|---|
--output | -o | Output file path | {input}-infographic.png |
--format | -f | Output format (png/jpg/pdf) | png |
--theme | -t | Visual theme | business |
--size | -s | Image size preset | chat |
--max-points | -m | Maximum key points | 6 |
--lang | -l | Output language (ja/en) | ja |
--style | Output style (summary/visual/detailed) | summary | |
--audience | -a | Target audience | team |
--diagram | -d | Include Mermaid diagrams | false |
--visual-type | -vt | Visual format (diagram/cards/comic/auto) | auto |
--panels | -p | Panel count for comic (2-6) | 3 |
| Theme | Description | Best For |
|---|---|---|
business | Professional blue tones | Work presentations |
modern | Vibrant gradients | Marketing materials |
tech | Dark accents, monospace | Technical documentation |
minimal | White space, simple | Clean summaries |
dark | Dark background | Screen-friendly |
| Preset | Dimensions | Best For |
|---|---|---|
chat | 1200x630px | Slack, Teams, Discord |
slide | 1920x1080px | Presentations |
a4 | 2480x3508px | Print (A4 portrait) |
square | 1080x1080px | Social media |
| Style | Description | Understanding Level |
|---|---|---|
summary | Single page, concise | Surface (what exists) |
visual | Diagram + context | Deep (why & how) |
detailed | Multi-section with TOC | Comprehensive |
| Type | Best For |
|---|---|
diagram | Flows, processes, API, data structures |
cards | Feature lists, comparisons |
comic | User journeys, tutorials, before/after |
auto | Auto-select based on content |
# Basic usage
/visualize ./docs/report.pdf
# Theme and size
/visualize ./notes.md --theme modern --size slide
# Visual style with diagram
/visualize ./architecture.md --style visual --visual-type diagram
# Comic format (4 panels)
/visualize ./tutorial.md --style visual --visual-type comic --panels 4
# Executive summary
/visualize ./quarterly-report.pdf --audience executive --style summary
# Technical with diagrams
/visualize ./api-spec.md --audience technical --diagram --style detailed--diagram enabled (Mermaid)45a1bdf
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.