visuals
v0.2.0Produce visual deliverables as self-contained HTML and hand them over as PDF: fixed 16:9 slide decks, inline-SVG diagrams on an editorial grammar, readable HTML documents and dashboards, and publication-quality PDF export for all of them — rendered entirely inside Claude Code. Install at user scope; optional.
By atman-33License: MIT2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 13, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install visuals for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install visuals@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/atman-33/workhubClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/visuals/.
Plugin files
├── .claude-plugin/plugin.json├── skills/html-deck/SKILL.md├── skills/html-diagram/SKILL.md├── skills/html-doc/SKILL.md└── skills/html-to-pdf/SKILL.md
Included Skills4
Build a presentation as one self-contained, animation-rich HTML file on a fixed 16:9 stage, and export it to PDF — the whole deck rendered here, with no external design tool in the loop. Use when the user wants slides, a deck, a talk, a pitch or a presentation, wants an existing HTML deck reworked, or asks how to hand slides over as a PDF.
Draw a diagram as a self-contained HTML file with inline SVG, in an editorial style with orthogonal connectors and a hard complexity budget — for explaining a question or an answer to someone, working out a system, or organising an idea. Use when the user wants a flowchart, sequence, architecture, timeline, tree, swimlane, quadrant or cycle diagram, wants something explained visually, or is thinking a plan through and needs it laid out.
Build a self-contained HTML document people actually read — an explainer for a customer or a colleague, a one-pager, a status or research report, a dashboard, a comparison — with a real design system behind it and a PDF to hand over. Use when a Markdown document would be too long or too flat for its audience, when answering an enquiry with something readable, or when the user asks for a report, a summary or a one-pager.
Convert an HTML file into a publication-quality PDF with headless Chromium — a document paginated by @page CSS with margins, bookmarks and page numbers, or a fixed-stage slide deck captured one slide per page. Use when the user wants to export, print or hand over an HTML report, one-pager or presentation as a PDF, or asks to turn a web page into a PDF.
Plugin manifests1
{
"name": "visuals",
"version": "0.2.0",
"description": "Produce visual deliverables as self-contained HTML and hand them over as PDF: fixed 16:9 slide decks, inline-SVG diagrams on an editorial grammar, readable HTML documents and dashboards, and publication-quality PDF export for all of them — rendered entirely inside Claude Code. Install at user scope; optional.",
"author": {
"name": "atman-33",
"url": "https://github.com/atman-33"
},
"homepage": "https://github.com/atman-33/workhub",
"repository": "https://github.com/atman-33/workhub",
"license": "MIT",
"keywords": [
"slides",
"presentation",
"html",
"pdf",
"diagram",
"svg",
"report",
"design",
"deliverables"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[visuals on Agent Plugins Marketplace](https://pluginsmp.com/plugins/visuals)