artifacts-builder

仓库创建 2025年10月17日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要复杂交互或组件化 claude.artifact 的前端开发者。

▸ 风险提示

包含安装脚本与打包工具,需安装外部依赖。

这个 Skill 做什么

用 React/Tailwind 等构建并打包成可在 Claude 中展示的 HTML 前端工件。

用 React、TypeScript、Tailwind 和 shadcn/ui 等现代前端技术构建并打包成供 Claude 展示的复杂 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.

内容创作前端生成HTML打包Claude工件Claude Code
7.1w
Stars
8.0k
Forks
40
仓库内 Skill
+4.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/artifacts-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/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 公开信息 · 原文版权归作者所有