artifacts-builder
仓库创建 2025年10月22日最近提交 2 个月前SkillHot 收录 23 天前
▸ 精选理由
适合需复杂交互或组件状态管理的 artifact 开发者。
▸ 风险提示
初始化/打包脚本会拉取外部依赖与执行构建,存在安全风险
这个 Skill 做什么
用于构建复杂 claude.ai HTML 前端 artifact 的模板与打包工具链。
把复杂的前端功能打包成可在 claude.ai 上运行的 HTML artifact,支持 React、TypeScript、Tailwind、shadcn/ui 等现代栈。用在需要状态管理、路由或多组件交互的复杂展示,而不是写单文件小示例时。提供初始化、开发与一键 bundle 成单文件的脚本,减少环境配置和打包麻烦。
▸ 展开 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.
1.8k
Stars
487
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/artifacts-builder/skills/artifacts-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/artifacts-builder/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 公开信息 · 原文版权归作者所有