web-artifacts-builder

โดย anthropic

We need to translate the given English text into Thai. The text describes a multi-component React artifacts builder for Claude. It mentions bundling, state management, shadcn/ui component library, scaffolds React 18 + TypeScript projects with Vite, Tailwind CSS, and 40+ pre-installed shadcn/ui components via automated initialization script. It bundles complete artifacts into single self-contained HTML files with inlined assets, ready for Claude artifact display. Includes design guidance to avoid common "AI slop" patterns like excessive centering, purple gradients, and uniform... We must preserve product names, protocol names, URLs, numbers, technical terms. So "React", "Claude", "shadcn/ui", "React 18", "TypeScript", "Vite", "Tailwind CSS", "HTML", "AI slop" should remain as is or transliterated? The instruction says preserve product names, so keep them in English. Numbers like 40+ should be preserved. The text ends with "uniform..." which is incomplete but we translate as is. We need

npx skills add https://github.com/anthropics/skills --skill web-artifacts-builder

Web Artifacts Builder

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

Stack: React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui

Design & Style Guidelines

VERY IMPORTANT: To avoid what is often referred to as "AI slop", avoid using excessive centered layouts, purple gradients, uniform rounded corners, and Inter font.

Quick Start

Step 1: Initialize Project

Run the initialization script to create a new React project:

bash scripts/init-artifact.sh <project-name>
cd <project-name>

This creates a fully configured project with:

  • ✅ React + TypeScript (via Vite)
  • ✅ Tailwind CSS 3.4.1 with shadcn/ui theming system
  • ✅ Path aliases (@/) configured
  • ✅ 40+ shadcn/ui components pre-installed
  • ✅ All Radix UI dependencies included
  • ✅ Parcel configured for bundling (via .parcelrc)
  • ✅ Node 18+ compatibility (auto-detects and pins Vite version)

Step 2: Develop Your Artifact

To build the artifact, edit the generated files. See Common Development Tasks below for guidance.

Step 3: Bundle to Single HTML File

To bundle the React app into a single HTML artifact:

bash scripts/bundle-artifact.sh

This creates bundle.html - a self-contained artifact with all JavaScript, CSS, and dependencies inlined. This file can be directly shared in Claude conversations as an artifact.

Requirements: Your project must have an index.html in the root directory.

What the script does:

  • Installs bundling dependencies (parcel, @parcel/config-default, parcel-resolver-tspaths, html-inline)
  • Creates .parcelrc config with path alias support
  • Builds with Parcel (no source maps)
  • Inlines all assets into single HTML using html-inline

Step 4: Share Artifact with User

Finally, share the bundled HTML file in conversation with the user so they can view it as an artifact.

Step 5: Testing/Visualizing the Artifact (Optional)

Note: This is a completely optional step. Only perform if necessary or requested.

To test/visualize the artifact, use available tools (including other Skills or built-in tools like Playwright or Puppeteer). In general, avoid testing the artifact upfront as it adds latency between the request and when the finished artifact can be seen. Test later, after presenting the artifact, if requested or if issues arise.

Reference

Skills เพิ่มเติมจาก anthropic

comps-analysis
anthropic
ปฏิบัติตามลำดับชั้นของแหล่งข้อมูลนี้เสมอ:
official
analyzing-financial-statements
anthropic
ทักษะนี้คำนวณอัตราส่วนทางการเงินและตัวชี้วัดสำคัญจากข้อมูลงบการเงินเพื่อการวิเคราะห์การลงทุน
official
applying-brand-guidelines
anthropic
ทักษะนี้ใช้การสร้างแบรนด์และสไตล์องค์กรที่สอดคล้องกันกับเอกสารที่สร้างขึ้นทั้งหมด รวมถึงสี แบบอักษร เค้าโครง และข้อความ
official
cookbook-audit
anthropic
ตรวจสอบสมุดบันทึก Cookbook ของ Anthropic ตามเกณฑ์ที่กำหนด ใช้เมื่อมีการขอให้ตรวจสอบหรือประเมินสมุดบันทึก
official
creating-financial-models
anthropic
ทักษะนี้มีชุดเครื่องมือสร้างแบบจำลองทางการเงินขั้นสูง พร้อมการวิเคราะห์ DCF การทดสอบความไว การจำลองแบบมอนติคาร์โล และการวางแผนสถานการณ์สำหรับการลงทุน…
official
action-creator
anthropic
สร้างเทมเพลตการดำเนินการแบบคลิกเดียวเฉพาะผู้ใช้ที่ดำเนินการอีเมลเมื่อคลิกในอินเทอร์เฟซแชท ใช้เมื่อผู้ใช้ต้องการการดำเนินการที่ใช้ซ้ำได้สำหรับ...
official
docx
anthropic
การสร้างเอกสาร การแก้ไข และการวิเคราะห์อย่างครอบคลุม พร้อมรองรับการติดตามการเปลี่ยนแปลง ความคิดเห็น การรักษารูปแบบ และการแยกข้อความ เมื่อ Claude…
official
executive-briefing
anthropic
แปลงผลการวิจัยเป็นรายงานสรุปสำหรับผู้บริหาร เปิดใช้งานโดยอัตโนมัติเมื่อผู้ใช้กล่าวถึง 'executive', 'briefing', 'C-suite', 'board',…
official