Skip to content

agent-skills

by vercel-labs

Vercel's official collection of agent skills

About

Vercel's official collection of agent skills

29,269
Stars
9
Skill Files
2,631
Forks
61
PRs Merged
25
Contributors
59
Issues Open
28
Issues Closed
2026-07-20
Last Activity

Skill Analysis

193
Avg Lines / Skill
1,028
Avg Words / Skill
89
Code Blocks
442
Total Files
7.31 MB
Repo Size
13
Reference Files
Skill lines40 min / 150 median / 354 max
Code languagesbash, jsx, text
Frontmatter keysdescription, license, metadata, name
Has CLAUDE.mdYes
Has LicenseNo
File typesmd (209), mjs (155), json (56), ts (8), zip (6), txt (2), sh (2), yaml (1), yml (1)

Skills (9)

  • vercel-optimize
    323 lines2130 words16 blocks

    "Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel me...

    bashtext
  • vercel-react-native-skills
    MIT122 lines575 words1 blocks
  • deploy-to-vercel
    297 lines1760 words23 blocks

    Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push t...

    bash
  • vercel-react-best-practices
    MIT150 lines948 words1 blocks

    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React...

  • vercel-cli-with-tokens
    354 lines1540 words31 blocks

    Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive lo...

    bash
  • writing-guidelines
    40 lines177 words1 blocks

    Review docs/prose for Writing Guidelines compliance. Use when asked to "review my docs", "check writing style", "audit prose", "review docs voice and ...

  • vercel-composition-patterns
    MIT90 lines383 words1 blocks
  • web-design-guidelines
    40 lines176 words1 blocks

    Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "chec...

  • vercel-react-view-transitions
    MIT321 lines1563 words14 blocks

    Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS...

    jsx

Recent Commits

-355 contributions across all repos
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
  • 4559f182026-07-20
    Merge pull request #306 from vercel-labs/vt-isolation-scroll-morph-learnings
    Aurora Scharff
  • 42286602026-07-20
    react-view-transitions: note optimistic controls for slow-content tabs
    Aurora Scharff
  • 35d78a82026-07-20
    react-view-transitions: generalize sliding indicator; separate Activity concern
    Aurora Scharff
  • cef3f9e2026-07-20
    react-view-transitions: clarify shared-element morph works when the target is cached/prefetched
    Aurora Scharff
  • c64d70e2026-07-20
    react-view-transitions: drop Next-specific morph plumbing; keep the general rule
    Aurora Scharff
  • 422ea5b2026-07-20
    react-view-transitions: trim additions to the skill's terse style
    Aurora Scharff
  • 7ba69582026-07-20
    react-view-transitions: separate reveal-flicker from morph; address review
    Aurora Scharff
  • 5da7c852026-07-20
    react-view-transitions: move CSS into css-recipes, surface reveal-flicker in the Suspense section
    Aurora Scharff
  • d128a542026-07-20
    react-view-transitions: reveal-flicker fix + sliding-indicator (tabs) pattern
    Aurora Scharff
  • edde2442026-07-20
    react-view-transitions: isolation, scroll-hang, popover flicker, and shared-element placement
    Aurora Scharff