plugins marketplace
← All plugins

playground

Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button

Claude Code1 skill

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/playground/ inside the repository.

Layout

plugins/playground/
├── .claude-plugin/plugin.json
└── skills/playground/SKILL.md

Skills1

playgroundskills/playground/SKILL.md

Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

Manifests1

plugins/playground/.claude-plugin/plugin.json
{
  "name": "playground",
  "description": "Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}