artifacts-builder
仓库创建 2025年7月25日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
适合需要组件化与路由状态的交互型 Agent 展示与工具化。
▸ 风险提示
包含构建脚本与外部依赖,运行前需审查安装命令。
这个 Skill 做什么
生成并打包用于 Claude 的复杂前端 HTML/JSX 交互 Artifact。
用现代前端栈(React + TypeScript、Tailwind CSS、shadcn/ui 等)把复杂交互做成能在 Claude 里运行的 HTML/JSX artifact。适合需要状态管理、路由、多组件和 UI 库的复杂演示或工具,不适合只要单文件静态页面的场景。流程是初始化工程、开发组件、再打包成单个 HTML 文件,能复用前端生态的组件和构建链。
▸ 展开 SKILL.md 英文原文
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.
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/artifacts-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/artifacts-builder/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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 initializatio
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有