implexa
back to leaderboard
VE

@vercel

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

vercel on githubpublishes to smitherypublishes to skills.sh
skills
59
avg SkillRank
6.1
7 scored / 59 total
total stars
400,644
across 21 repos
total installs
252
across 21 repos

skills, ranked by SkillRank

scoresourceskill
7.8smithery
turborepo
turborepo covers monorepo task orchestration, caching, filtering, ci optimization, and architectural boundaries with decision trees and anti-pattern guidance.
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
write-guide
write-guide defines a meta-framework for producing progressive, problem-focused technical guides that introduce concepts on-demand. it prescribes structure, heading discipline, and pedagogical flow but assumes the writer knows what she is doing.
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.
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.
3.8skills.sh
router-act
router-act provides a testing utility for asserting on prefetch and navigation responses in next.js client router tests without coupling to exact request counts or protocol details.
skills.sh
streamdown
>-
skills.sh
workflow
Creates durable, resumable workflows using Vercel's Workflow SDK. Use when building workflows that need to survive restarts, pause for external events, retry…
skills.sh
vercel-cli
vercel-cli — an installable skill for AI agents, published by vercel/vercel.
skills.sh
building-components
Guide for building modern, accessible, and composable UI components. Use when building new components, implementing accessibility, creating composable APIs,…
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
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,…
skills.sh
turborepo
|
smithery
capture-api-response-test-fixture
Capture API response test fixture.
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
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
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
|
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
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
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
next-best-practices
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization,…
skills.sh
verification
Full-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Triggers on dev server…
skills.sh
vercel-functions
Vercel Functions expert guidance — Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration. Use when configuring,…
skills.sh
marketplace
Vercel Marketplace expert guidance — discovering, installing, and building integrations, auto-provisioned environment variables, unified billing, and the…
skills.sh
add-provider-package
Guide for adding new AI provider packages to the AI SDK. Use when creating a new @ai-sdk/<provider> package to integrate an AI service into the SDK.
skills.sh
vercel-agent
Vercel Agent guidance — AI-powered code review, incident investigation, and SDK installation. Automates PR analysis and anomaly debugging. Use when configuring…
skills.sh
ai-sdk
Vercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP…
skills.sh
dce-edge
>
skills.sh
deployments-cicd
Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI…
skills.sh
nextjs
Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache…
skills.sh
authoring-skills
>
skills.sh
flags-sdk
>
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
next-upgrade
Upgrade Next.js to the latest version following official migration guides and codemods. Use when upgrading Next.js versions, running codemods, or migrating…
skills.sh
chat-sdk
Vercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a…
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
env-vars
Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.
skills.sh
turbopack
Turbopack expert guidance. Use when configuring the Next.js bundler, optimizing HMR, debugging build issues, or understanding the Turbopack vs Webpack…
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
shadcn
shadcn/ui expert guidance — CLI, component installation, composition patterns, custom registries, theming, Tailwind CSS integration, and high-quality interface…
skills.sh
v8-jit
>
skills.sh
adr-skill
Create and maintain Architecture Decision Records (ADRs) optimized for agentic coding workflows. Use when you need to propose, write, update, accept/reject,…
skills.sh
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…
skills.sh
write-api-reference
|
skills.sh
pr-status-triage
>
skills.sh
flags
>
skills.sh
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,…
skills.sh
runtime-debug
>
skills.sh
react-vendoring
>