vercel-labs/agent-skills
These skills were imported into SkillJury from the public skills ecosystem.
vercel-react-best-practices
React and Next.js performance optimization guide with 64 prioritized rules across 8 categories.
web-design-guidelines
Audit UI code against Vercel's Web Interface Guidelines for design and accessibility compliance.
vercel-composition-patterns
React composition patterns for scaling components and avoiding boolean prop proliferation.
vercel-react-native-skills
React Native and Expo best practices for performant mobile apps across list rendering, animations, navigation, and native modules.
deploy-to-vercel
Deploy applications and websites to Vercel with automatic git integration and preview URLs.
vercel-cli-with-tokens
Deploy and manage projects on Vercel using the CLI with token-based authentication, without relying on vercel login .
vercel-react-view-transitions
Animate between UI states using the browser's native document.startViewTransition . Declare what with , trigger when with startTransition / useDeferredValue / Suspense , control how with CSS classes. Unsupported browsers skip animations gracefully.