By stevysmith
Send prompts from HTML playground files to Claude for automated processing with burst mode, enabling hands-free execution of prompt sequences via MCP.
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
Admin 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 stevysmith/playground-sync --plugin playground-syncCreates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button
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
Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button
Stream sideshow browser comments to Claude Code as notifications, and publish snippets over MCP.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Hot-reloadable versioned prompts with easy tools for prompt engineering, chain workflows, quality gates. Symbolic syntax: >>prompt --> >>chain @framework :: 'gate'
MCP server development helper with tool and resource scaffolding