·ai-sdk-6

Vercel AI SDK v6 development. Use when building AI agents, chatbots, tool integrations, or streaming applications with the ai package.

17Installs·2Trend·@laguagu

Installation

$npx skills add https://github.com/laguagu/claude-code-nextjs-skills --skill ai-sdk-6

SKILL.md

Use this skill when developing AI-powered features using Vercel AI SDK v6 (ai package).

| generateText | Non-streaming text generation (+ structured output with Output) | | streamText | Streaming text generation (+ structured output with Output) |

v6 Note: generateObject/streamObject are deprecated. Use generateText/streamText with output: Output.object({ schema }) instead.

Vercel AI SDK v6 development. Use when building AI agents, chatbots, tool integrations, or streaming applications with the ai package. Source: laguagu/claude-code-nextjs-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/laguagu/claude-code-nextjs-skills --skill ai-sdk-6
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ai-sdk-6?

Vercel AI SDK v6 development. Use when building AI agents, chatbots, tool integrations, or streaming applications with the ai package. Source: laguagu/claude-code-nextjs-skills.

How do I install ai-sdk-6?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/laguagu/claude-code-nextjs-skills --skill ai-sdk-6 Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/laguagu/claude-code-nextjs-skills