By stevysmith
Generate self-contained interactive HTML playgrounds for visual exploration of design, data, code, or documents, featuring live previews and copyable prompts.
Interactive HTML playgrounds with live sync to Claude Code. Generate visual explorers, tweak controls in the browser, and send prompts directly back to Claude — no copy-paste needed.
If the sync server isn't running, the button gracefully falls back — you can always copy-paste instead.
/plugin marketplace add stevysmith/playground-sync
/plugin install playground-skill@playground-sync
/plugin install playground-sync@playground-sync
Both plugins are needed:
Browser (playground HTML)
│
│ POST /prompt
▼
HTTP server (localhost:4242)
│
│ in-memory store
│
▼
MCP server (stdio) ◄── Claude Code
The playground HTML posts prompts to a local HTTP server. Claude connects to that same server via MCP and calls playground_watch to wait for prompts. When one arrives, the tool returns it and Claude acts on it.
For hands-free operation, run the server in burst mode:
cd plugins/playground-sync/server
node dist/cli.js --burst
This polls for incoming prompts, batches any that arrive within a 10-second window, and spawns claude to process them automatically.
cd plugins/playground-sync/server
npm install
npm run build
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 claimnpx claudepluginhub stevysmith/playground-sync --plugin playground-skillBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Transport server that receives prompts from playground HTML files and exposes them to Claude via MCP tools. Supports burst mode for hands-free processing.
Festive holiday theme for Claude Code - Santa hats and holiday cheer!
Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button
Transport server that receives prompts from playground HTML files and exposes them to Claude via MCP tools. Supports burst mode for hands-free processing.
Sixteen HTML-output skills that help Claude Code reach for self-contained HTML artifacts (specs, diagrams, dashboards, prototypes, decks, mind maps, design tokens, comparison matrices, and more) instead of long-form markdown when HTML is the better surface.
Stream sideshow browser comments to Claude Code as notifications, and publish snippets over MCP.
Skill for building collaborative, real-time HTML elements with playhtml
Open-source, skills-based version of Claude Design (claude.ai/design) for Claude Code. HTML pages, slide decks, interactive prototypes, UI kits, and brand systems — with taste, context-matching, and anti-slop discipline.