| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "id": "web-artifacts-builder",
- "name": "Web Artifacts Builder",
- "description": "Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.",
- "steps": [
- {
- "id": 1,
- "name": "Initialize the frontend repo using `scripts/init-artifact.sh`",
- "description": "Initialize the frontend repo using `scripts/init-artifact.sh`",
- "type": "instruction"
- },
- {
- "id": 2,
- "name": "Develop your artifact by editing the generated code",
- "description": "Develop your artifact by editing the generated code",
- "type": "instruction"
- },
- {
- "id": 3,
- "name": "Bundle all code into a single HTML file using `scripts/bundle-artifact.sh`",
- "description": "Bundle all code into a single HTML file using `scripts/bundle-artifact.sh`",
- "type": "instruction"
- },
- {
- "id": 4,
- "name": "Display artifact to user",
- "description": "Display artifact to user",
- "type": "instruction"
- },
- {
- "id": 5,
- "name": "(Optional) Test the artifact",
- "description": "(Optional) Test the artifact",
- "type": "instruction"
- }
- ],
- "inputs": [],
- "outputs": []
- }
|