🎯

vercel-ai-sdk

🎯Skill

from fluid-tools/claude-skills

VibeIndex|
What it does
|

Guides Vercel AI SDK v6 implementation patterns including streaming, tool calling, structured output, useChat hook, embeddings, middleware, and MCP integration.

πŸ“¦

Same repository

fluid-tools/claude-skills(13 items)

vercel-ai-sdk

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add fluid-tools/claude-skills --skill vercel-ai-sdk
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add fluid-tools/claude-skills --skill vercel-ai-sdk
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/vercel-ai-sdk/SKILL.md

SKILL.md

130Installs
15
-
Last UpdatedJan 15, 2026

More from this repository10

🎯
typescript-strict-mode🎯Skill

TypeScript strict mode skill for avoiding any types, using proper type annotations, and leveraging TypeScript's type system effectively in strict-mode codebases

🎯
convex-performance-patterns🎯Skill

Convex performance optimization skill covering denormalization strategies, index design, N+1 query prevention, optimistic concurrency control, and hot spot handling for the Convex backend platform

🎯
convex-anti-patterns🎯Skill

Documents critical mistakes and anti-patterns to avoid in Convex development, including OCC errors, type issues, and common debugging pitfalls.

🎯
convex-helpers-patterns🎯Skill

Guides convex-helpers library patterns including Triggers, Row-Level Security, Relationship helpers, Custom Functions, Rate Limiting, and Workpool for Convex development.

🎯
convex-components🎯Skill

Guides authoring of Convex components β€” isolated, reusable backend modules with their own schema and functions for NPM packaging, sub-systems, and third-party integration.

🎯
convex-fundamentals🎯Skill

A Convex fundamentals skill from Fluid Tools providing comprehensive patterns for building real-time applications with the Convex backend platform.

🎯
convex-actions-scheduling🎯Skill

Convex actions, scheduling, cron jobs, and orchestration patterns skill for implementing background jobs and multi-step workflows.

🎯
react-useeffect🎯Skill

Guides React developers through optimal `useEffect` usage, teaching when to use or avoid effects for state management, data fetching, and external system synchronization.

🎯
convex-schema-validators🎯Skill

Convex schema validators skill for defining database schemas, creating validators for function arguments/returns, and ensuring type safety in Convex applications.

🎯
planning-with-files🎯Skill

Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage when working on complex tasks, multi-step projects, or research tasks.