๐ŸŽฏ

convex-agents-threads

๐ŸŽฏSkill

from sstobo/convex-skills

VibeIndex|
What it does
|

A skill for managing conversation threads in the Convex Agent framework, providing patterns for creating threads, grouping messages into linear histories, managing per-user conversation records, and handling thread metadata.

๐Ÿ“ฆ

Same repository

sstobo/convex-skills(21 items)

convex-agents-threads

Installation

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

SKILL.md

95Installs
-
AddedFeb 6, 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.