vc-frontend-design

Create production-grade frontend interfaces from screenshots, videos, or design briefs.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/HyuseCS/project-c --skill vc-frontend-design-hyusecs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-frontend-design
Source: https://github.com/HyuseCS/project-c/tree/main/.claude/skills/vc-frontend-design
Command: npx skills add https://github.com/HyuseCS/project-c --skill vc-frontend-design-hyusecs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires animejs, and includes references (resource) components.

What problem does it solve? Building distinctive, polished frontend interfaces is hard, and AI-generated UIs often fall into generic patterns like Inter fonts, purple gradients, and three-card layouts. This Skill guides the creation of production-grade web interfaces with intentional aesthetic direction while systematically avoiding recognizable AI design fingerprints. ## Core Features & Use Cases - Multi-Input Workflows: Replicate UIs from screenshots or videos, build 3D/WebGL experiences with Three.js, run quick prototypes, or execute full immersive redesigns via dedicated workflow references. - Anti-Slop Rule System: Enforces concrete alternatives to overused AI defaults across typography, color, layout, content, effects, and components, with a self-check checklist before delivery. - Design Dials & Motion Engine: Configurable DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY parameters drive layout and animation decisions, including a Bento 2.0 motion engine for SaaS dashboards. - Asset Generation & Analysis: Generate and score visual assets with multimodal vision models, extract design systems from reference screenshots, and apply Anime.js v4 and Magic UI component references. - Use Case: Given a screenshot of an award-winning landing page, analyze its colors and typography, plan the implementation, and produce a matching responsive React/Tailwind page with spring-physics animations. ## Quick Start Ask the agent to build a landing page from your attached screenshot using the vc-frontend-design skill with high design variance and medium motion intensity.

Frequently Asked Questions about vc-frontend-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I replicate a UI design from a screenshot?

Analyze the screenshot with multimodal vision to extract colors, fonts, and spacing, then plan the implementation and match the source precisely. The workflow-screenshot reference defines the exact steps, ending with a visual comparison against the original.

What fonts and colors should I use to avoid AI-generated looking designs?

Avoid Inter, Roboto, Arial, and purple-blue gradients, which are common AI fingerprints. Prefer distinctive fonts like Geist, Outfit, Cabinet Grotesk, or Satoshi, neutral bases with a single accent color, and off-black tones instead of pure #000000.

Does this skill support React and Tailwind CSS projects?

Yes, it targets HTML/CSS/JS, React, Vue, and Tailwind-based stacks. It includes references for Framer Motion spring physics, Magic UI's 80+ React components, shadcn customization, and Next.js App Router asset optimization.

Which Anime.js version syntax should I use for animations?

Use Anime.js v4 syntax only: import named exports like animate and createTimeline from 'animejs', use 'ease' instead of 'easing', and 'to' instead of 'value'. The v3 default-export pattern with a targets property is explicitly forbidden.

Why does backdrop-blur cause performance issues on mobile?

backdrop-blur triggers continuous GPU compositing on every scroll frame, causing frame drops on mid-range mobile devices. Apply it only to fixed elements like sticky navbars or modals, never to scrolling containers or card lists.

When should I use the Bento motion engine versus a quick workflow?

Use the Bento 2.0 motion engine for SaaS dashboards and feature grids needing perpetual micro-animations and spring physics. Use the quick workflow for rapid single-task implementations where full immersive design is unnecessary.