Skip to content

agent-skills

by vercel-labs

Vercel's official collection of agent skills

About

Vercel's official collection of agent skills

29,455
Stars
9
Skill Files
2,642
Forks
63
PRs Merged
25
Contributors
58
Issues Open
30
Issues Closed
2026-07-24
Last Activity

Skill Analysis

194
Avg Lines / Skill
1,049
Avg Words / Skill
89
Code Blocks
442
Total Files
7.32 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), sh (2), txt (2), yml (1), yaml (1)

Skills (9)

  • 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...

  • 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-composition-patterns
    MIT90 lines383 words1 blocks
  • 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-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
  • vercel-react-view-transitions
    MIT328 lines1750 words14 blocks

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

    jsx
  • 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-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

Recent Commits

-358 contributions across all repos
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
  • 7c180d92026-07-24
    Merge pull request #310 from vercel-labs/fix-install-command
    Aurora Scharff
  • c45afa12026-07-24
    Update install command for view transition skill
    Aurora Scharff
  • fb0282c2026-07-23
    Merge pull request #308 from vercel-labs/vt-isolation-scroll-morph-learnings
    Aurora Scharff
  • 73bddac2026-07-23
    react-view-transitions: markdown-link all cross-references; leave AGENTS.md alone
    Aurora Scharff
  • f3fa45a2026-07-23
    react-view-transitions: layout stabilization and enter-only reveal notes
    Aurora Scharff
  • dc06d642026-07-23
    react-view-transitions: add live-root recipe, third-party wrapper trick, z-index tiering
    Aurora Scharff
  • 565c0c02026-07-23
    react-view-transitions: trim recent additions to the skill's terse register
    Aurora Scharff
  • 548b0d32026-07-23
    react-view-transitions: refine router.back and experimental-channel guidance per official Next docs
    Aurora Scharff
  • ac7bac82026-07-23
    react-view-transitions: fact-check whole skill against React/Next source; regenerate AGENTS.md
    Aurora Scharff
  • bb2935e2026-07-23
    react-view-transitions: verify against React source; move displacement pattern to references
    Aurora Scharff