By zolat
Floating HUD panels that let Claude render markdown, SVG, Mermaid, images, and full HTML designs — and see what it rendered. Pairs with the QuickShow.app menu-bar app to give agents a visual output surface plus a markup feedback loop where users draw on what they see and Claude reads the annotations back.
Create distinctive, production-grade frontend interfaces — rendered live in a floating QuickShow HUD panel and refined through a tight markup feedback loop. Use when the user asks for a landing page, hero, dashboard, web component, marketing site, brand portal, identity sketch, or any visual design they want to see and react to rather than describe. Generates creative, polished code that avoids generic AI aesthetics.
Render visual output (markdown reports, diagrams, SVGs, images, full HTML designs) into a floating QuickShow HUD panel the user can see — and get a screenshot back so you can verify your own work. Use whenever the conversation involves something the user should look at rather than read in the transcript — architecture diagrams, long-form reports, mockups, generated artwork, screenshots of existing files, or any visual the user would otherwise have to open a separate file or app to see. Same `name` updates the panel in place so iteration is cheap.
Play tic-tac-toe with the user in a floating QuickShow HUD panel. The board is rendered as an SVG; the user marks their move by drawing on the panel and pressing Send; Claude reads the annotated PNG, identifies the cell, plays back, and re-renders. Use when the user asks to play tic-tac-toe, wants a demo of the QuickShow markup feedback loop, or asks for a quick game.
A macOS menu-bar app + MCP server that lets AI agents render content (markdown, SVG, mermaid diagrams, images) into floating HUD panels — and see the rendered result via a screenshot returned through the MCP tool response.
Status: v0.1 in development. See ROADMAP.md for the current
phase.
xcodegen generate
xcodebuild -scheme QuickShow -configuration Debug build
cd sidecar && bun install
PRD.md — v0.1 product requirements docdocs/control-protocol.md — wire protocol between sidecar and appCLAUDE.md — project notes for AI-agent sessionsAdmin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub zolat/quickshow --plugin quickshowAuto-captures a retrospective at the end of every substantive Claude Code session via a Stop hook that spawns a fork-resumed `claude -p` subprocess. The fork inherits the parent's full transcript so retros have real subjective signal. Provides /retro for scrum-style review of accumulated retros, surfacing patterns and proposing structural follow-ups (CLAUDE.md edits, memory entries, skill changes, tooling unblocks). Retros are stored at ~/.claude/retros/.
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Agent Skills for AI/ML tasks including dataset creation, model training, evaluation, and research paper publishing on Hugging Face Hub
Excalidraw diagramming toolkit — auto-diagram any codebase, architecture diagrams, data flows, with PNG/SVG/URL export