Add artifact plugin

Adds a skill for creating interactive HTML artifacts — self-contained
single-file explorers with visual controls, live preview, and prompt
output with copy button.

Includes templates for:
- Design playgrounds (components, layouts, spacing, color, typography)
- Data explorers (SQL, APIs, pipelines, regex)
- Concept maps (learning, exploration, relationships)
- Writing tools (tone, structure, audience)
This commit is contained in:
Thariq Shihipar
2026-01-29 00:27:35 -08:00
parent d49ad35586
commit 21256d1605
8 changed files with 393 additions and 0 deletions

View File

@@ -361,6 +361,17 @@
"category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/frontend-design"
},
{
"name": "artifact",
"description": "Creates interactive HTML artifacts — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for design playgrounds, data explorers, concept maps, and writing tools.",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
},
"source": "./plugins/artifact",
"category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/artifact"
},
{
"name": "ralph-loop",
"description": "Interactive self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Claude works on the same task repeatedly, seeing its previous work, until completion.",