Vercel Skills
Published by podo in design-agent-skills
What this skill does
|
Add Vercel Skills to your agent
Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.
Install with a prompt
Paste this into a compatible coding agent:
add this skill "vercel-skills" from https://github.com/podo/design-agent-skillsInstall with the CLI
Run this command in a controlled environment after reviewing the repository:
npx skills add https://github.com/podo/design-agent-skills --skill vercel-skillsSkill instructions
vercel-skills
Catalogue stub — full package: vercel-labs/skills
Decision tree
Run this before using Vercel skill workflows:
-
Is a Vercel skill already installed? Check:
~/.design-agent-skills/skills/building-components/SKILL.mdexists (representative skill).- Yes → invoke the specific skill by name and proceed
- No → go to step 2
-
Do you have shell access?
- Yes → install the specific skill below, then invoke it
- No → show the install command; in Claude Code, send it as a chat message starting with
!— add-gfor global install or omit for project-only
Install command
# Review UI code against 100+ Web Interface Guidelines
npx skills add vercel-labs/web-design-guidelines
# Build accessible, composable, themeable UI components
npx skills add vercel-labs/building-components
# React/Next.js performance optimization
npx skills add vercel-labs/react-best-practices
# React component composition and reusable patterns
npx skills add vercel-labs/composition-patterns
Note:
web-design-guidelinesmay be a stale listing — verify install before use.
Invoke after install
web-design-guidelines— "web design guidelines", "UI review"building-components— "build component", "accessible component", "composable API"react-best-practices— "React performance", "Next.js optimization"composition-patterns— "composition patterns", "reusable React patterns"
What it does
Vercel's official skill collection: enforces 100+ Web Interface Guidelines in UI code review, guides accessible and composable component architecture, optimizes React/Next.js performance, and establishes reusable component composition patterns.
Files included
- SKILL.md
- stub.yaml

