v0-setup
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:
-
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)
-
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
-
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)
- Skip fetching; read directly from
More from queso/ai-team-skills
write-prd
Creates a new Product Requirements Document (PRD) with auto-numbered filenames in the project's PRD directory. Runs a mini-discovery workshop to gather context, then produces a structured PRD scaled to the feature's complexity.
13start-new-app
Scaffolds a new app from the context-kit template. Clones the repo, renames the project, initializes git, creates a PRD directory, and asks the user to provide a PRD.
8address-pr-feedback
Fetches PR review comments, categorizes each as Will Fix / Won't Fix / New Issue, addresses fixable feedback using TDD, commits, pushes, and posts a summary.
7code-review
Reviews all unmerged code in the current branch for readability, security, correctness, types, and test quality. Produces a summary of issues to fix before merging.
1