home / skills / vercel

vercel skills

Find 16 skills from 4 repos created by vercel on GitHub.

4 repos
16 skills
GitHub

Sponsored

cache-components

vercel/next.js

138.1k
This skill helps you implement Next.js Cache Components with proactive patterns to optimize static shells, cached content, and dynamic streams.
pr-status-triage

vercel/next.js

138.1k
This skill helps you triage PR status and CI failures in Next.js projects by prioritizing blockers and reproducing locally.
runtime-debug

vercel/next.js

138.1k
This skill helps diagnose runtime-bundle and module-resolution regressions by mirroring CI, tracing bundles, and validating inclusion reasons across
dce-edge

vercel/next.js

138.1k
This skill guides safe, edge-compatible require patterns and DCE-friendly compilation in Next.js apps, improving edge builds and feature gating.
authoring-skills

vercel/next.js

138.1k
This skill helps you create, structure, and maintain agent skills under .agents/skills by guiding frontmatter, content, and naming conventions.
react-vendoring

vercel/next.js

138.1k
This skill assists in vendoring React and enforcing entry-base.ts boundaries for react-server workflows across Next.js apps.
flags

vercel/next.js

138.1k
This skill guides adding or modifying Next.js experimental feature flags end-to-end, covering type declarations, zod schemas, build-time injection, and runtime
turborepo

vercel/turborepo

29.6k
This skill guides configuring Turborepo monorepos by enforcing package-scoped tasks, proper caching, and root delegation for optimal parallel builds.
use-ai-sdk

vercel/ai

22.3k
This skill helps developers integrate and reason about the AI SDK to build agents, tools, and chat features efficiently.
island-rescue

vercel/ai

22.3k
This skill helps you STOP marshal rescue guidance on STOP a lonely island scenario STOP by practical steps and STOP clear checklists
develop-ai-functions-example

vercel/ai

22.3k
This skill helps validate and demonstrate AI SDK functions by providing structured examples, tests, and fixtures across providers.
list-npm-package-content

vercel/ai

22.3k
This skill lists the exact contents of an npm package tarball before publishing to verify included files and aid debugging.
update-provider-models

vercel/ai

22.3k
This skill updates provider model IDs by adding new IDs or removing obsolete ones across the AI SDK, ensuring consistent provider support.
add-provider-package

vercel/ai

22.3k
This skill guides you through creating a new @ai-sdk/provider package to integrate an AI service into the SDK.
capture-api-response-test-fixture

vercel/ai

22.3k
This skill captures and structures API response test fixtures from provider outputs to streamline testing and fixture generation.
ai-elements

vercel/ai-elements

1.7k
This skill helps you create AI Elements interface components following shadcn/ui patterns and Vercel AI SDK conventions for rapid integration.