🎯

vercel-ai-elements

🎯Skill

from sstobo/convex-skills

πŸ“¦

Same repository

sstobo/convex-skills(21 items)

vercel-ai-elements

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add sstobo/convex-skills --skill vercel-ai-elements
skills.sh Install⚠ Installs to .agents/skills/
npx skills add sstobo/convex-skills --skill vercel-ai-elements
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/vercel-ai-elements/SKILL.md

SKILL.md

93Installs
-
AddedFeb 4, 2026

More from this repository10

🎯
betterauth-tanstack-convex🎯Skill

A step-by-step guide for integrating Better Auth authentication with Convex backend and TanStack Start framework, covering installation, environment variables, SSR authentication, and route handlers.

🎯
convex-tanstack🎯Skill

A Convex + TanStack Start skill providing comprehensive guidance for building reactive, real-time full-stack applications with schema design, authentication, and SSR patterns.

🎯
convex-queries🎯Skill

Skill for implementing Convex query functions with guidance on function definition, registration, pagination, indexing, full text search, and query optimization using the new function syntax.

🎯
convex-actions-general🎯Skill

Comprehensive guidance for Convex actions, HTTP endpoints, validators, schema design, file storage, environment variables, scheduling, and TypeScript best practices. Covers function definitions, API design, database limits, and advanced Convex features including cron jobs and full-text search.

🎯
convex agents tools🎯Skill

A skill for building tool-enabled Convex agents that can query databases, call external APIs, and perform multi-step operations. Provides patterns for defining tools with Zod validation and configuring autonomous agent behavior.

🎯
convex agents rag🎯Skill

Implements Retrieval-Augmented Generation (RAG) patterns for Convex agents, enabling semantic search through custom knowledge bases with namespace-based multi-tenant isolation for user- or team-specific data.

🎯
convex-mutations🎯Skill

A skill that provides specialized guidance for implementing Convex mutation functions, covering function definition, registration, database operations (insert, patch, replace, delete), transactions, and scheduled job patterns.

🎯
convex agents streaming🎯Skill

Teaches how to stream Convex agent responses in real-time to clients without blocking, covering async streaming setup, stream chunking configuration, delta retrieval, and best practices for responsive chat UIs and long-running generations.

🎯
convex agents workflows🎯Skill

A skill for orchestrating multi-step agent operations on the Convex platform with durable execution, automatic retries, and failure recovery, enabling workflows that survive server restarts and coordinate multiple agents.

🎯
convex agents fundamentals🎯Skill

A foundational skill for setting up and configuring Convex agents for chat-based AI interactions, covering agent initialization, conversation thread management, and text or structured response generation from LLMs.