Skip to main content
Design skills · skills · 16 picks

Claude skills for design and frontend work

Claude skills for UI design, frontend implementation, creative direction, visual systems, and repeatable web app production.

Curated by @heyclaude-editors Updated 2026-07-18

Claude skills for UI design, frontend implementation, creative direction, visual systems, and repeatable web app production.

Compared at a glance

The top 5 picks side by side on trust, install, platform support, and disclosed notes — full rationale for each below.

2 trust signals differ across this comparison (Package trust, Source provenance).

Field

Generate React UI with v0 (Vercel): produce shadcn/ui and Tailwind CSS components and full Next.js pages from prompts, then refine and add them to your app with the shadcn CLI.

Open dossier

Build full-stack web apps with Svelte and SvelteKit. Minimal runtime overhead, reactive components, and server-side rendering. The most admired frontend framework of 2025. Svelte compiles components to vanilla JavaScript at build time, resulting in zero runtime overhead and exceptional performance.

Open dossier

Optimize frontend build performance with Vite's lightning-fast HMR, code splitting, and tree-shaking. Modern build tooling that has replaced Webpack as the developer favorite.

Open dossier

Agent Skills and plugin packs for Google Stitch design workflows, including code-to-design, design generation, design-system extraction, React and React Native conversion, shadcn/ui guidance, Remotion walkthroughs, and prompt enhancement.

Open dossier

Official GreenSock GSAP AI Skills for coding agents that need correct GSAP tweens, timelines, ScrollTrigger, React cleanup, plugins, utilities, framework lifecycle guidance, and animation performance patterns.

Open dossier
Next steps
Trust
Review statusReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewedReviewedMaintainer reviewed
Package trustDiffersPackage verified2025-10-16Package verified2025-10-23Package verified2025-10-23Package not verifiedPackage not verified
Source provenanceDiffersNo submission linkNo submission linkNo submission linkSource-backedSource-backed
Submitter
Install riskLow riskLow riskLow riskReview firstReview first
Notes Safety ✓ Privacy ✓ Safety ✓ Privacy ✓ Safety ✓ Privacy ✓ Safety ✓ Privacy ✓ Safety ✓ Privacy ✓
BrandGoogle logoGoogle
Categoryskillsskillsskillsskillsskills
SourceFirst-partyFirst-partyFirst-partySource-backedSource-backed
AuthorJSONboredJSONboredJSONboredGoogle Labs CodeGreenSock
Added2025-10-162025-10-232025-10-232026-06-182026-06-18
Platforms
Harness
Source repo
Safety notes`npx shadcn-ui@latest init` writes config and component files into your project; run it in a repo under version control and review the changes. Generated UI code is a starting point, not production-verified; review accessibility, validation, and security before shipping.Scaffolds and runs a SvelteKit app (npm create svelte, npm install, dev/build servers that listen on a port and install dependencies); review generated server endpoints and dependencies before exposing them.Scaffolds and runs Vite (npm create vite, install, dev/build/preview servers that listen on a port and install dependencies); review plugins and config before running.Several skills can scan local frontend source, extract static HTML, upload assets, create Stitch designs, edit screens, generate variants, or produce code from Stitch projects. Review generated React, React Native, Remotion, and shadcn/ui output before merging it into production. The upstream README says the project is not an officially supported Google product. Selective installs may require dependent Stitch skills; follow the upstream dependency notes when installing individual skills. Prefer reviewed commits or pinned refs for production plugin installs instead of blindly tracking a mutable default branch.GSAP is primarily a frontend animation library, but generated animations can still break layout, accessibility, input handling, scroll behavior, or client performance. ScrollTrigger, pinned sections, smooth scrolling, and layout-dependent timelines should be tested across viewport sizes and after dynamic content loads. React, Vue, Svelte, and other framework integrations need cleanup on unmount so animations, event listeners, and ScrollTriggers do not leak across renders. Remove development markers, debug helpers, and unnecessary long-running animations before production.
Privacy notesv0 is a hosted Vercel service; the prompts and any context you send to generate UI are processed by Vercel under their terms.Full-stack SvelteKit apps handle server-side env vars, sessions, and user data; keep secrets in $env/static/private (never $env/static/public), and review what server routes read, store, or log.Vite exposes only env vars prefixed VITE_ to client code — keep secrets unprefixed/server-side, and review what build config and source maps embed before publishing.Frontend source code, static HTML, screenshots, images, design-system files, project IDs, prompt text, and generated UI assets may be sent to Stitch through the configured MCP server. Do not upload proprietary product designs, customer data, unreleased brand assets, or credentials unless your organization approves that Stitch workflow. Keep Stitch credentials, MCP environment variables, and project identifiers out of prompts, public issues, screenshots, and committed configuration.The skills are local instruction files and do not require app data by themselves. Do not paste proprietary designs, private Figma exports, customer analytics, unreleased campaign copy, or private frontend source into public prompts or issues when asking an agent to animate UI. If the agent uses browser automation, visual captures, or external model providers while applying these skills, screenshots and source snippets may be processed outside the local project.
Prerequisites
  • Next.js 15+
  • React 19+
  • TailwindCSS v4.1+
  • shadcn/ui components installed
  • Node.js 18+ (20+ recommended)
  • @sveltejs/kit ^2.0.0
  • svelte ^4.0.0
  • vite ^5.0.0
  • Node.js 18+ (20+ recommended)
  • vite ^5.0.0
  • npm/pnpm/yarn package manager
  • Basic understanding of JavaScript modules
  • Stitch MCP server configured and running in the target agent environment.
  • Node.js and npx for the `skills` or `plugins` installer commands.
  • A compatible coding agent such as Claude Code, Codex, Cursor, Gemini CLI, or Antigravity.
  • Access to the Stitch project, credentials, and environment variables required by the Stitch MCP setup.
  • AI coding agent or skill installer compatible with Agent Skills repositories.
  • JavaScript, TypeScript, React, Vue, Svelte, vanilla JS, Webflow, SVG, or frontend animation task.
  • GSAP package available in the target app when generating runnable animation code.
  • Browser or framework test surface for verifying animation timing, cleanup, responsiveness, and reduced-motion behavior.
Install
npx shadcn-ui@latest init
npm create svelte@latest my-app
npm create vite@latest my-app
npx skills add google-labs-code/stitch-skills
npx skills add https://github.com/greensock/gsap-skills
Config
Citations
ClaimUnclaimedUnclaimedUnclaimedUnclaimedUnclaimed
Open 4 picks in the interactive comparison tool
  1. 01
    Why it made the cut

    V0 Rapid UI Prototyping Workflow Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  2. 02
    Why it made the cut

    Svelte SvelteKit Full-Stack Development Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  3. 03
    Why it made the cut

    Vite Frontend Build Performance Optimization Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  4. 04
    Why it made the cut

    Google Stitch Design Skills is included because it has safety notes present, privacy notes present, source-backed source posture.

    Reach for instead

    If this will touch credentials, local files, or production systems, inspect the upstream source first.

  5. 05
    Why it made the cut

    GSAP AI Skills is included because it has safety notes present, privacy notes present, source-backed source posture.

    Reach for instead

    If this will touch credentials, local files, or production systems, inspect the upstream source first.

  6. 06
    Why it made the cut

    PageSpeed Insights Optimization Skill for AI Agents is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  7. 07
    Why it made the cut

    Vercel Agent Skills is included because it has safety notes present, privacy notes present, source-backed source posture.

    Reach for instead

    If this will touch credentials, local files, or production systems, inspect the upstream source first.

  8. 08
    Why it made the cut

    Base L2 Smart Contract Launchpad Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  9. 09
    Why it made the cut

    Browser Agent Workflow Automation Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  10. 10
    Why it made the cut

    CLI Data Visualization Quickstart Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  11. 11
    Why it made the cut

    FastAPI Python API Development Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  12. 12
    Why it made the cut

    Model Routing Cost and Latency Optimizer Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  13. 13
    Why it made the cut

    n8n AI Agent Workflow Architect Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  14. 14
  15. 15
    Why it made the cut

    Playwright MCP Browser Automation Engineer Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

  16. 16
    Why it made the cut

    Raycast Extension Dev Publish Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.

Missing a pick? Propose an edit to this list — every change goes through the same review queue as new entries.

Suggest a pick
Weekly · Sundays

Get the weekly brief

One calm read on Claude workflows. Sundays. No tracking pixels.

Unsubscribe any time. No tracking pixels. No partner blasts.