home / skills / sstobo

sstobo skills

Find 21 skills from 1 repo created by sstobo on GitHub.

1 repo
21 skills
GitHub

Sponsored

ai-elements-workflow

sstobo/convex-skills

19
This skill guides building interactive workflow visualizations with AI Elements and React Flow in Next.js projects, enabling custom nodes, edges, and panels.
betterauth-tanstack-convex

sstobo/convex-skills

19
This skill guides you through setting up Better Auth with Convex and TanStack Start, enabling secure SSR, routes, and sign in flows.
convex-agents-context

sstobo/convex-skills

19
This skill lets you tailor LLM context per call by customizing recent messages, search, and memory injection to improve relevance.
convex-agents-files

sstobo/convex-skills

19
This skill helps agents manage file uploads, attachments, and image processing across conversations to enable visual analysis and file workflows.
convex-agents-human-agents

sstobo/convex-skills

19
This skill enables hybrid AI-human workflows with human-in-the-loop routing, approvals, and escalation for complex conversations.
convex-agents-rag

sstobo/convex-skills

19
This skill enables agents to search knowledge bases and ground responses with retrieval augmented generation for accurate, contextually grounded answers.
convex-agents-playground

sstobo/convex-skills

19
This skill helps you test and debug Convex agents with a web playground, enabling real-time messaging, history inspection, and context tuning.
convex-agents-streaming

sstobo/convex-skills

19
This skill enables real-time, non-blocking streaming of agent responses to UIs, improving responsiveness and multi-client collaboration.
convex-agents-rate-limiting

sstobo/convex-skills

19
This skill enforces per-user and global rate limits to control message frequency and token usage, preserving budget and fair access.
convex-agents-threads

sstobo/convex-skills

19
This skill helps organize multi-turn conversations by managing user threads, histories, and metadata for coherent interactions.
convex-mutations

sstobo/convex-skills

19
This skill guides you to implement Convex mutation functions with robust validation, scheduling, and transactional patterns for reliable data updates.
convex-tanstack

sstobo/convex-skills

19
This skill guides you through Convex and TanStack Start integration, enabling reactive full-stack apps with best practices for queries, auth, routing, and SSR.
convex-actions-general

sstobo/convex-skills

19
This skill provides comprehensive guidance for Convex actions, HTTP endpoints, validators, schemas, environment variables, scheduling, file storage, and
convex-agents-fundamentals

sstobo/convex-skills

19
This skill guides you through initializing Convex agents, managing threads, and generating LLM responses for chat-based interactions.
convex-agents-messages

sstobo/convex-skills

19
This skill manages messages in agent conversations, enabling saving, displaying, and retrieving UI messages for rich, responsive chat experiences.
convex-agents-debugging

sstobo/convex-skills

19
This skill helps debugging convex agents by logging LLM requests, inspecting context, and auditing data to diagnose unexpected behavior.
convex-agents-tools

sstobo/convex-skills

19
This skill enables agents to call Convex tools, external APIs, and databases to fetch data, perform actions, and automate workflows.
convex-agents-workflows

sstobo/convex-skills

19
This skill orchestrates durable, multi-step agent workflows with automatic retries and recovery, ensuring idempotent operations across server restarts.
convex-queries

sstobo/convex-skills

19
This skill guides you in implementing Convex query functions with indexing, pagination, and full-text search to improve data retrieval.