ai sdk skills

132 tagged ai sdk, measured the same way as everything else here.

Browse within: agentskills 60agentic 48chatbot 45function-calling 45laravel 12laravel-ai 12RAG 8agentic-rag 6embeddings 6ai-integration 5vercel-ai 5

TanStack/ai

Skill Claude CodeCodex

Use when a Cloudflare Worker needs durable byte storage for TanStack AI generated media (images, audio, video, transcripts) — writes a BlobStore backed by R2 and an ArtifactStore backed by D1, composes them onto the generation persistence so withGenerationPersistence persists artifact bytes, and serves them back from…

3.1k today A 104 tokens original MIT

TanStack/ai

Skill Claude CodeCodex

Image, audio, video, speech (TTS), and transcription generation using activity-specific adapters: generateImage() with openaiImage/geminiImage/byteplusImage, generateAudio() with geminiAudio/falAudio, generateVideo() with async polling (openaiVideo/geminiVideo/grokVideo/falVideo/byteplusVideo/openRouterVideo…

3.1k changed today A 147 tokens original MIT

ai-core/middleware

03

TanStack/ai

Skill Claude CodeCodex

Chat lifecycle middleware hooks: onConfig, onStart, onChunk, onBeforeToolCall, onAfterToolCall, onUsage, onFinish, onAbort, onError. Use for analytics, event firing, tool caching (toolCacheMiddleware), logging, and tracing. Middleware array in chat() config, left-to-right execution order. NOT onEnd/onFinish callbacks…

3.1k today A 86 tokens original MIT

react-email

06

agentset-ai/agentset

Skill Claude CodeCodex

Create beautiful, responsive HTML emails using React components with React Email. Build transactional emails with modern components, support internationalization, and integrate with email service providers like Resend. Use when creating welcome emails, password resets, notifications, order confirmations, or any HTML…

2.1k 1mo ago A 57 tokens original MIT

deuz-sdk

07

Deuz-AI/Deuz-SDK

Skill Claude CodeCodex

Use when building or changing any AI or LLM feature in TypeScript — chatbot, streaming chat UI, agent, tool calling, structured output, embeddings, RAG, agent memory, MCP client, guardrails, image/speech/video generation — or when about to reach for LangChain, LangGraph, LlamaIndex, the Vercel AI SDK (ai, streamText…

601 19d ago A 112 tokens original MIT

migrate-from-ai-sdk

08

Deuz-AI/Deuz-SDK

Skill Claude CodeCodex

Use when porting an app from the Vercel AI SDK (ai, @ai-sdk/) to @deuz-sdk/core. Triggers include "migrate from the AI SDK", "replace ai with @deuz-sdk/core", "we use streamText/generateText/useChat and want to switch", removing @ai-sdk/openai or @ai-sdk/anthropic, porting a toUIMessageStreamResponse route, converting…

601 19d ago A 118 tokens original MIT

ffmpeg-mixing

09

vargHQ/sdk

Skill Claude CodeCodex

Mix, trim, and concatenate video clips with ffmpeg without audio/video desync. Use when stitching generated clips into an original video, inserting scenes at timestamps, or any ffmpeg filtercomplex work involving trim/concat with a continuous audio track.

335 8d ago A 54 tokens original Apache-2.0

vargHQ/sdk

Skill Claude CodeCodex

Generate AI videos using varg SDK React engine. Use when creating videos, animations, talking characters, slideshows, or social media content. Always run onboarding first to check API keys.

335 8d ago A 43 tokens original Apache-2.0

goai

11

zendev-sh/goai

Skill Claude CodeCodex

GoAI is a Go SDK for AI applications. One unified API across 25+ LLM providers. Inspired by the Vercel AI SDK, adapted to Go idioms (generics, interfaces, channels).

192 2d ago A 0 tokens original MIT

getdesign

12

MohtashamMurshid/getdesign

Skill Claude CodeCodex

Turn any public URL into a production-grade 9-section design.md spec (colors, typography, components, layout, depth, motion, responsive, prompt guide) using the agent's own built-in tools — WebFetch, browser/screenshot, and file writes. Use when the user asks to "generate a design system from a URL", "extract brand…

48 3d ago A 132 tokens original MIT

dyeoman2/tanstack-start-template

Skill Claude CodeCodex

Add or update buyer-facing security controls in this repo's site admin control workspace. Use when authoring or revising NIST-based controls, framework mappings, implementation summaries, checklist items, seeded evidence, or site admin reseed/reset behavior tied to the active control register generator and Convex…

26 4mo ago A 65 tokens MIT

design

14

dyeoman2/tanstack-start-template

Skill Claude CodeCodex

Design and restyle TanStack Start routes and React components in this repo using the March 2026 GPT-5.4 frontend guidance while preserving local conventions. Use when building or refining marketing pages, dashboards, admin surfaces, authenticated app views, page-level layouts, visual systems, or interaction polish in…

26 4mo ago A 88 tokens MIT

optimize-agents-md

15

youdotcom-oss/dx-toolkit

Skill Claude CodeCodex

Review and improve AGENTS.md or scoped agent instructions in this repo. Use when asked to compress, clarify, reorganize, or harden agent workflow rules.

25 12d ago A 38 tokens original MIT

review-guidelines

16

youdotcom-oss/dx-toolkit

Skill Claude CodeCodex

Additional code review guidelines specific to this codebase. Auto-loaded by the review agent during PR reviews to enforce project conventions.

25 12d ago A 28 tokens original MIT

typescript-lsp

17

youdotcom-oss/dx-toolkit

Skill Claude CodeCodex

Search TypeScript SYMBOLS (functions, types, classes) - NOT text. Use Glob to find files, Grep for text search, LSP for symbol search. Provides type-aware results that understand imports, exports, and relationships.

25 12d ago A 51 tokens original MIT

mohamed2m2018/react-native-agentic-ai

Skill Claude CodeCodex

Generic AI-agent skill for installing and wiring the @mobileai/react-native SDK into Expo or React Native apps. Use when a coding assistant needs to add MobileAI, install the React Native AI support agent, configure AIAgent, enable screen mapping, set up voice/dictation/human escalation dependencies, troubleshoot…

8 2mo ago A 87 tokens

gsap-core

19

BjornMelin/dev-skills

Skill Claude CodeCodex

Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion…

6 9d ago A 128 tokens

gsap-plugins

20

BjornMelin/dev-skills

Skill Claude CodeCodex

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG…

6 9d ago A 91 tokens

gsap-scrolltrigger

21

BjornMelin/dev-skills

Skill Claude CodeCodex

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

6 9d ago A 68 tokens