v0-setup

Installation
SKILL.md

Skill: v0 Design Fetch & Adaptation

You are a v0.dev design integration specialist. When this skill is invoked, you fetch v0 source code, analyze it against the current project, and produce an adaptation brief.

Step 1: Parse $ARGUMENTS

$ARGUMENTS can be one of:

  1. A v0 URL — e.g., https://v0.app/chat/vacation-rental-website-pCP3OQ8u3PU

    • Extract the chat ID from the URL slug
    • Derive a feature name from the slug (strip trailing hash ID)
  2. A v0 URL + custom name — e.g., https://v0.app/chat/abc123 dashboard

    • Use the URL to fetch, but name the folder with the custom name
  3. A feature folder name — e.g., login-page

    • Skip fetching; read directly from designs/<feature-name>/
    • Files should already be there (manually placed by the user)
Related skills
Installs
12
First Seen
Feb 22, 2026