implexa
back to leaderboard
VE

@vercel

contributor on implexa, with 62 skills ranked by SkillRank across 2 sources.

vercel on githubpublishes to skills.shpublishes to smithery
skills
62
avg SkillRank
5.4
33 scored / 62 total
total stars
403,936
across 24 repos
total installs
231
across 24 repos

skills, ranked by SkillRank

scoresourceskill
8.2skills.sh
add-provider-package
add-provider-package provides a numbered 15-step walkthrough for integrating new ai services into the sdk via @ai-sdk/<provider> packages, covering architecture, file structure, configuration, testing, and deployment with reference examples.
8.2skills.sh
deployments-cicd
deployments-cicd covers vercel cli workflows (deploy, promote, rollback, inspect), prebuilt deployments for custom ci pipelines, and github/gitlab/bitbucket integration patterns. includes oidc federation for runtime backend auth and observable deploy result formatting.
7.8smithery
turborepo
turborepo covers monorepo task orchestration, caching, filtering, ci optimization, and architectural boundaries with decision trees and anti-pattern guidance.
7.3skills.sh
verification
verification infers the complete user story from recent code changes, then traces the end-to-end data flow across browser, server, api, and data layers with explicit evidence reporting at each boundary.
7.2skills.sh
workflow-init
workflow-init scaffolds vercel workflow sdk setup by detecting the user's framework, fetching the appropriate getting-started guide, and walking through install, config, and verification steps before handing off to versioned docs.
7.2skills.sh
workflow
workflow skill provides detailed guidance on vercel's workflow devkit, covering orchestration patterns, step functions, hooks for pause-resume, streaming, ai agents, and debugging. reference-heavy rather than goal-oriented.
6.8skills.sh
adr-skill
adr-skill guides creation of executable architecture decision records for agentic workflows, emphasizing measurable constraints, concrete specifications, and implementation details sufficient for autonomous coding agents to act without clarification.
6.4skills.sh
next-cache-components-adoption
guides adoption of next.js cache components by enabling the flag, resolving build errors via dev overlay feedback, and translating legacy revalidation exports. sequences work across version checks, config migration, and iterative route fixes.
6.2smithery
workflow
vercel-workflow covers durable, resumable orchestration with step functions, hooks for pausing on external events, error handling via fatal/retryable errors, and ai agent integration. sandbox limitations and serialization rules are documented but procedures lack step-by-step clarity.
6.2skills.sh
next-cache-components-optimizer
next-cache-components-optimizer establishes a test-driven agentic loop to maximize static shell rendering in next.js routes under cache components, using @next/playwright instant() as the measurement gate and shipping the test as the regression guard.
5.9skills.sh
list-npm-package-content
lists npm package tarball contents before publishing by respecting package.json files, npmignore, and gitignore rules. identifies what gets distributed without manual tarball inspection.
5.7skills.sh
vercel-cli
vercel-cli covers deployment and project management from the terminal, with emphasis on correct project linking via .vercel metadata. narrow scope limits practical versatility.
5.6skills.sh
chat-sdk
chat-sdk provides a unified typescript interface for authoring bots once and deploying across eight chat platforms. developers get normalized event handling, ai sdk streaming, and jsx-based interactive cards, with pluggable state and custom adapter support.
5.2smithery
ai-elements
vercel-ai-elements provides shadcn/ui-based components for building ai chat interfaces in next.js apps. covers installation, usage patterns, and customization via tailwind, but lacks depth on component capabilities and integration workflows.
5.2skills.sh
env-vars
env-vars documents vercel environment variable file hierarchy and loading order, covering .env naming conventions across development, production, and test environments. lacks actionable procedures for common tasks.
5.2skills.sh
vercel-functions
vercel-functions covers serverless and edge compute on vercel with runtime details, cold start timings, and payload limits. lacks deployment workflow and error handling patterns.
5.2skills.sh
next-upgrade
next-upgrade detects the current next.js version and fetches official migration guides and codemods, then determines an incremental upgrade path. incomplete procedure and missing failure handling.
4.9skills.sh
ai-sdk
ai-sdk covers vercel ai sdk integration patterns including agent creation, model selection, and framework-specific consumption. emphasizes source verification over memorized apis and provides troubleshooting references.
4.8skills.sh
ai-sdk
ai-sdk provides guardrails for querying vercel's ai package and building agents, emphasizing source-of-truth verification over memorized apis and framework-specific consumption patterns.
4.8smithery
web-design-guidelines
vercel-web-design-guidelines audits ui code against web interface standards by fetching remote rules and reporting compliance violations. delegates actual rule definitions to an external github source, making the skill itself a thin wrapper.
4.8skills.sh
shadcn
shadcn covers react component installation and customization via CLI, emphasizing copy-paste patterns over npm packages. lacks depth on composition, theming workflows, and registry setup despite claims in metadata.
4.4skills.sh
marketplace
marketplace covers vercel integration discovery and installation with project linking validation, but lacks depth on billing workflows, environment variable configuration, and integration-specific troubleshooting.
4.3skills.sh
capture-api-response-test-fixture
capture-api-response-test-fixture provides conventions and helper patterns for storing provider api responses as test fixtures, with separate approaches for generatetext and streamtext patterns.
4.2skills.sh
next-best-practices
next-best-practices is a reference index covering next.js conventions, rsc boundaries, async patterns, error handling, image/font optimization, and deployment. it links to detailed sub-documents but provides no actionable procedures inline.
4.2smithery
capture-api-response-test-fixture
vercel-capture-api-response-test-fixture documents how to collect real api responses for testing purposes, covering both generatetext and streamtext patterns with code examples.
4.2skills.sh
flags-sdk
flags-sdk provides feature flag management for next.js and sveltekit via callable functions and provider adapters, with first-party integration through vercel flags.
4.2skills.sh
turbopack
turbopack covers rust-powered bundling for next.js with emphasis on hmr performance and file caching, but lacks actionable configuration and troubleshooting guidance.
4.2skills.sh
chat-sdk
chat-sdk covers multi-platform bot development across eight integrations (slack, teams, discord, telegram, github, linear, google chat, whatsapp) using a unified typescript interface. install paths documented but procedures absent.
4.2skills.sh
vercel-agent
vercel-agent provides ai-powered code review, incident investigation, and sdk installation on the vercel platform. capabilities include automated pr analysis, anomaly root-cause detection, and analytics sdk setup, with pricing at $0.30 per review or investigation.
3.8skills.sh
dce-edge
dce-edge documents webpack dead code elimination patterns for conditional node imports and edge runtime branching, showing correct require patterns and common pitfalls.
3.8skills.sh
building-components
building-components outlines when to invoke component design guidance across primitives, accessibility, composition patterns, and publishing workflows, but lacks procedural depth and concrete failure-mode handling.
3.2skills.sh
workflow
reference documentation for vercel's workflow sdk covering sandbox behavior, step functions, hooks, serialization, streaming, and durable agents. not a skill with clear intent or actionable workflow patterns.
3.2skills.sh
nextjs
nextjs provides a taxonomy of next.js concerns (routing, server components, caching, optimization) but delegates all procedural content to external docs, offering no actionable guidance or decision frameworks within the skill itself.
skills.sh
eve
Build durable backend AI agents with the eve framework. Use when creating, editing, or debugging an eve project — agent instructions, skills, tools,…
skills.sh
eve
eve framework guidance for durable AI agents and agent-powered applications. Use when creating, editing, or debugging an eve project, when the user explicitly…
skills.sh
cdn-caching
Debug Vercel CDN caching — cache hit rate, stale content, revalidation behavior, ISR + PPR, per-request cache reasons (cacheReason) and PPR state (ppr_state),…
skills.sh
next-dev-loop
Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or…
skills.sh
ai-elements
Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a…
skills.sh
turborepo
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI…
smithery
streamdown
Implement, configure, and customize Streamdown — a streaming-optimized React Markdown renderer with syntax highlighting, Mermaid diagrams, math rendering, and CJK support. Use when working with Streamdown setup, configuration, plugins, styling, security, or integration with AI streaming (e.g., Vercel AI SDK). Triggers on: (1) Installing or setting up Streamdown, (2) Configuring plugins (code, mermaid, math, cjk), (3) Styling or theming Streamdown output, (4) Integrating with AI chat/streaming, (5) Configuring security, link safety, or custom HTML tags, (6) Using carets, static mode, or custom components, (7) Troubleshooting Tailwind, Shiki, or Vite issues.
smithery
ai-sdk
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI, Anthropic, Google, etc.), streaming, tool calling, structured output, or embeddings, (4) Use React hooks like useChat or useCompletion. Triggers on: "AI SDK", "Vercel AI SDK", "generateText", "streamText", "add AI to my app", "build an agent", "tool calling", "structured output", "useChat".
smithery
update-docs
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.
smithery
list-npm-package-content
List the contents of an npm package tarball before publishing. Use when the user wants to see what files are included in an npm bundle, verify package contents, or debug npm publish issues.
smithery
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
smithery
develop-ai-functions-example
Develop examples for AI SDK functions. Use when creating, running, or modifying examples under examples/ai-functions/src to validate provider support, demonstrate features, or create test fixtures.
skills.sh
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip…
skills.sh
migrate-ai-sdk-v6-to-v7
Migrate applications from AI SDK 6.x to AI SDK 7.0. Use when upgrading Vercel AI SDK packages, fixing v7 migration errors, or when the user mentions AI SDK v6,…
skills.sh
streamdown
Implement, configure, and customize Streamdown — a streaming-optimized React Markdown renderer with syntax highlighting, Mermaid diagrams, math rendering, and…
skills.sh
develop-ai-functions-example
develop-ai-functions-example — an installable skill for AI agents, published by vercel/ai.
skills.sh
auth
Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns,…
skills.sh
next-cache-components
Next.js 16 Cache Components guidance — PPR, use cache directive, cacheLife, cacheTag, updateTag, and migration from unstable_cache. Use when implementing…
skills.sh
react-best-practices
React best-practices reviewer for TSX files. Triggers after editing multiple TSX components to run a condensed quality checklist covering component structure,…
skills.sh
routing-middleware
Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js,…
skills.sh
next-cache-components
Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag
skills.sh
vercel-sandbox
Vercel Sandbox guidance — ephemeral Firecracker microVMs for running untrusted code safely. Supports AI agents, code generation, and experimentation. Use when…
skills.sh
bootstrap
Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integrations). Use when setting up or…
skills.sh
authoring-skills
>
skills.sh
update-docs
update-docs — an installable skill for AI agents, published by vercel/next.js.
skills.sh
runtime-cache
Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds.…
skills.sh
vercel-storage
Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data…
skills.sh
ai-gateway
Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified…
skills.sh
v8-jit
>