web-artifacts-builder

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

便于构建带路由与状态的可嵌入交互原型或演示件。

▸ 风险提示

包含初始化与打包脚本,可能拉取外部依赖。

这个 Skill 做什么

生成复杂前端 HTML 工件,支持 React/Tailwind 并打包为单文件展示。

生成复杂的前端 HTML 工件,支持 React、Tailwind CSS 和 shadcn/ui,最后打包成单文件展示。适合需要状态管理、路由或多组件交互的复杂演示,而不是简单单页静态片段。特点是用现代栈(React + TypeScript + Vite/Parcel)开发并自动打包成可分享的单文件。

▸ 展开 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.

开发编程前端构建ReactTailwind打包通用
0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/webiscorp/designskill-open/main/skills/web-artifacts-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/webiscorp/designskill-open/main/skills/web-artifacts-builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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 initializ
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有