Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Artifacts Builder

Skill Verifiziert Aktiv

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.

Zweck

To enable users to build and deploy complex, multi-component HTML artifacts using modern frontend web technologies within the Claude.ai environment.

Funktionen

  • Initializes React + TypeScript projects with Vite
  • Integrates Tailwind CSS and shadcn/ui
  • Bundles frontend code into a single HTML artifact
  • Manages dependencies via pnpm and lockfiles
  • Provides clear setup and build scripts

Anwendungsfälle

  • Creating interactive dashboards and data visualizations as Claude artifacts
  • Building custom UI components or small web applications for presentation
  • Developing complex frontend structures requiring state management and routing
  • Generating self-contained HTML files for sharing within Claude conversations

Nicht-Ziele

  • Creating simple, single-file HTML or JSX artifacts
  • Managing backend services or API integrations
  • Providing a full-fledged IDE or development environment
  • Deploying artifacts to external web servers

Workflow

  1. Initialize the frontend repository using `scripts/init-artifact.sh`
  2. Develop the artifact by editing generated code
  3. Bundle the code into a single HTML file using `scripts/bundle-artifact.sh`
  4. Share the generated HTML artifact with the user
  5. Optionally, test the artifact

Voraussetzungen

  • Node.js 18+ installed
  • pnpm installed globally

Documentation

  • info:Configuration & parameter referenceThe script arguments for `init-artifact.sh` are documented. However, environment variable usage or specific config file precedence beyond the immediate scripts is not detailed.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add davepoon/buildwithclaude
/plugin install all-skills@buildwithclaude

Qualitätspunktzahl

Verifiziert
96 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit5 days ago
Sterne2.9k
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Fixing Accessibility

100

Prüft und behebt HTML-Barrierefreiheitsprobleme, einschließlich ARIA-Labels, Tastaturnavigation, Fokusverwaltung, Farbkontrast und Formularfehlern. Verwenden Sie dies beim Hinzufügen interaktiver Steuerelemente, Formulare, Dialogfelder oder bei der Überprüfung der WCAG-Konformität.

Skill
ibelick

Type Audit

100

Typography-only audit covering font selection, type scale, readability, hierarchy, performance

Skill
Aboudjem

Develop Web Game

100

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

Skill
davila7

Setup Tailwind Typescript

100

Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.

Skill
pjt222

Sentry React Router Framework Sdk

100

Full Sentry SDK setup for React Router Framework mode. Use when asked to "add Sentry to React Router Framework", "install @sentry/react-router", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.

Skill
getsentry

Vue Router Best Practices

100

Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.

Skill
hyf0