Recently Added
Fresh skills just added to the collection. Be the first to try them out!
Convex Agents Threads
by Sstobo
"Manages conversation threads to group messages into linear histories. Use this when organizing multi-turn conversations, managing per-user history, and handling thread metadata."
Convex Agents Tools
by Sstobo
"Enables agents to call external functions, APIs, and database operations through tool definitions. Use this when agents need to fetch data, perform actions, or integrate with external services while maintaining clean separation."
Convex Agents RAG
by Sstobo
"Implements Retrieval-Augmented Generation (RAG) patterns to enhance agents with custom knowledge bases. Use this when agents need to search through documents, retrieve context from a knowledge base, or ground responses in specific data."
Convex Agents Fundamentals
by Sstobo
"Sets up and configures Convex agents for chat-based AI interactions. Use this when initializing agent instances, creating conversation threads, and generating basic text or structured responses from LLMs. Essential foundation for any Convex agent implementation."
Convex Agents Usage Tracking
by Sstobo
"Tracks LLM token consumption and usage metrics for billing, monitoring, and optimization. Use this to log token usage, calculate costs, generate invoices, and understand which agents or users consume the most resources."
Convex Agents Context
by Sstobo
"Customizes what information the LLM receives for each generation. Use this to control message history, implement RAG context injection, search across threads, and provide custom context."
Convex Agents Workflows
by Sstobo
"Orchestrates multi-step agent operations with durable execution, automatic retries, and recovery from failures. Use this for complex workflows that need to survive server restarts or coordinate multiple agents."
convex-mutations
by Sstobo
This skill should be used when implementing Convex mutation functions. It provides comprehensive guidelines for defining, registering, calling, and scheduling mutations, including database operations, transactions, and scheduled job patterns.
Convex Agents Rate Limiting
by Sstobo
"Controls message frequency and token usage to prevent abuse and manage API budgets. Use this to implement per-user limits, global caps, burst capacity, and token quota management."
convex-queries
by Sstobo
This skill should be used when implementing Convex query functions. It provides comprehensive guidelines for defining, registering, calling, and optimizing queries, including pagination, full text search, and indexing patterns.
Convex Agents Streaming
by Sstobo
"Streams agent responses in real-time to clients without blocking. Use this for responsive UIs, long-running generations, and asynchronous streaming to multiple clients."
Convex Agents Debugging
by Sstobo
"Troubleshoots agent behavior, logs LLM interactions, and inspects database state. Use this when responses are unexpected, to understand context the LLM receives, or to diagnose data issues."
Convex Agents Human Agents
by Sstobo
"Integrates human agents into automated workflows for human-in-the-loop interactions. Use this when humans need to respond alongside AI agents, handle escalations, or provide context that AI cannot determine."
expressjs-development
by manutej
Comprehensive Express.js development skill covering routing, middleware, request/response handling, error handling, and building production-ready REST APIs
claude-sdk-integration-patterns
by manutej
Expert integration patterns for Claude API and TypeScript SDK covering Messages API, streaming responses, tool use, error handling, token optimization, and production-ready implementations for building AI-powered applications
langchain-orchestration
by manutej
Comprehensive guide for building production-grade LLM applications using LangChain's chains, agents, memory systems, RAG patterns, and advanced orchestration
rust-systems-programming
by manutej
Complete guide for Rust systems programming including ownership, borrowing, concurrency, async programming, unsafe code, and performance optimization
nodejs-development
by manutej
Comprehensive Node.js development skill covering event loop, async patterns, streams, file system, HTTP servers, process management, and modern Node.js best practices
golang-backend-development
by manutej
Complete guide for Go backend development including concurrency patterns, web servers, database integration, microservices, and production deployment
alembic
by manutej
Comprehensive Alembic database migration management for customer support systems
fastapi-development
by manutej
Modern Python API development with FastAPI covering async patterns, Pydantic validation, dependency injection, and production deployment
Psycopg Skill - Customer Support Tech Enablement
by manutej
PostgreSQL adapter for Python - customer support tech enablement for database operations, query optimization, and data management
dbt-data-transformation
by manutej
Complete guide for dbt data transformation including models, tests, documentation, incremental builds, macros, packages, and production workflows
database-management-patterns
by manutej
Comprehensive guide for database management patterns covering PostgreSQL and MongoDB including schema design, indexing, transactions, replication, and performance tuning