Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
web-artifacts-builder
web-artifacts-builder is an open-source frontend skill for claude.ai, published by anthropics. Its author describes it as: “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, o…”. The project has 170k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `/plugin marketplace add anthropics/skills`.
What web-artifacts-builder does
To build powerful frontend claude.ai artifacts, follow these steps: 1. Initialize the frontend repo using `scripts/init-artifact.sh` 2. Develop your artifact by editing the generated code 3. Bundle all code into a single HTML file using `scripts/bundle-artifact.sh` 4. Display artifact to user 5. (Optional) Test the artifact
Installation
Add web-artifacts-builder to your agent with:
/plugin marketplace add anthropics/skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for web-artifacts-builder is organised into these sections:
- Design & Style Guidelines
- Quick Start
- Step 1: Initialize Project
- Step 2: Develop Your Artifact
- Step 3: Bundle to Single HTML File
- Step 4: Share Artifact with User
- Step 5: Testing/Visualizing the Artifact (Optional)
- Reference
When to use it
Reach for web-artifacts-builder when you want frontend help from claude.ai without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Ships in anthropics/skills, an established project with 170,235 GitHub stars
- Declares compatibility with claude.ai
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does web-artifacts-builder do?
- 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.
- How do I install web-artifacts-builder?
- Run /plugin marketplace add anthropics/skills in your agent, then reload your skills. Review the source at https://github.com/anthropics/skills before installing.
- Is web-artifacts-builder free to use?
- web-artifacts-builder is publicly available on GitHub, but anthropics has not declared a standard open-source license (Complete terms in LICENSE.txt). Confirm the terms with the author before reusing it.
- Which agents does web-artifacts-builder work with?
- web-artifacts-builder declares compatibility with claude.ai. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does web-artifacts-builder come from?
- web-artifacts-builder ships inside anthropics/skills, a repository that contains 21 catalogued skills in total. The repository's 170,235 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Frontend →Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Audio generation skill — jingles, beds, voiceover, and sound effects. Routes music requests to Suno V5 / Udio / Lyria, speech to MiniMax TTS / FishAudio / ElevenLabs V3, and SFX to ElevenLabs SFX or AudioCraft. Output is one MP3/WAV file saved to the project folder.
Self-contained floating chat widget with welcome screen, social links, meeting button, and message input. Single HTML file, zero dependencies.
Run a 5-dimension expert design review on any HTML artifact in the project — Philosophy / Visual hierarchy / Detail / Functionality / Innovation, each scored 0–10. Outputs a single self-contained HTML report with a radar chart, evidence-backed scores, and three lists: Keep / Fix / Quick-wins. Use when the brief asks for a "design review", "design critique", "5 维度评审", "design audit", or "what's wrong with my design".