By stevysmith
Sync prompts from local HTML playground files to Claude via a local MCP server. Run as Node.js CLI subprocess to transport playground environments or sessions, enabling burst mode for hands-free batch processing of multiple prompts without manual intervention.
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
Hot-reloadable versioned prompts with easy tools for prompt engineering, chain workflows, quality gates. Symbolic syntax: >>prompt --> >>chain @framework :: 'gate'
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Transform Claude Code into a structured development platform with 29 /sc: commands, 23 specialized agents, 7 behavioral modes, and MCP server integration
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.