skills/convex/SKILL.md
Reactive backend platform with real-time sync, ACID transactions, and TypeScript-first development. MANDATORY TRIGGERS: convex, convex.dev, ConvexProvider, useQuery, useMutation, useAction, convex functions, convex schema, convex database, convex deploy. Also trigger when user wants to build real-time apps with automatic sync, reactive backends, serverless databases with TypeScript, or full-stack apps without infrastructure. When in doubt about whether to use this skill for reactive backend or real-time sync tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph convexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The reactive backend platform: real-time database, server functions, file storage, scheduling, and search — all with automatic TypeScript type safety and zero infrastructure.
Source: docs.convex.dev | npm: convex v1.34.x | License: Source Available (Platform), MIT (Client)
| Reference | File | Read When |
|-----------|------|-----------|
| Overview & Quickstart | references/00-overview.md | Getting started, installation, core concepts, project setup |
| Functions: Queries & Mutations | references/01-functions-queries-mutations.md | Reading/writing data, transactions, real-time subscriptions, caching |
| Functions: Actions & HTTP | references/02-functions-actions-http.md | External APIs, side effects, HTTP endpoints, webhooks, CORS |
| Database & Schemas | references/03-database-schemas.md | Schema definition, validators, data types, document IDs, TypeScript types |
| Indexes & Query Performance | references/04-indexes-performance.md | Index definition, compound indexes, query optimization, pagination |
| Authentication | references/05-authentication.md | Convex Auth, Clerk, Auth0, WorkOS, custom OIDC, authorization patterns |
| File Storage | references/06-file-storage.md | Upload, serve, delete files, metadata, HTTP action uploads |
| Scheduling | references/07-scheduling.md | Scheduled functions, cron jobs, cancellation, status tracking |
| Search | references/08-search.md | Full-text search, vector search, search indexes, RAG patterns |
| React & Client Integration | references/09-react-client.md | ConvexProvider, useQuery, useMutation, useAction, Next.js, optimistic updates |
| AI & Agents | references/10-ai-agents.md | LLM integration, AI agents, RAG, streaming, tool calling with Convex |
| Best Practices & Patterns | references/11-best-practices.md | Security, performance, code organization, common pitfalls, ESLint rules |
| Testing & Deployment | references/12-testing-deployment.md | Testing patterns, CI/CD, production deployment, environment variables |
# Create a new Convex project
npm create convex@latest
# Or add to existing project
npm install convex
# Start development server
npx convex dev
tools
Open-source AI-native vector database for semantic search, hybrid search, RAG, and agent-driven workflows with multi-tenancy and model provider integrations. MANDATORY TRIGGERS: weaviate, Weaviate, weaviate-client, near_text, near_vector, hybrid search vector database, WeaviateClient, weaviate.connect, collections.create, query.near_text, query.hybrid, query.bm25. Also trigger when user wants to build semantic search, store vector embeddings, implement RAG pipelines, combine keyword and vector search, set up multi-tenant vector storage, use named vectors, or integrate vector DB with LLM providers. When in doubt about whether to use this skill for vector database or semantic search tasks, use it.
tools
End-to-end testing and browser automation framework by Microsoft — locators, assertions, fixtures, network mocking, visual testing, tracing, codegen, API testing, and CI/CD integration. MANDATORY TRIGGERS: playwright, Playwright, @playwright/test, page.goto, page.click, page.locator, getByRole, getByText, getByTestId, expect(page), toHaveScreenshot, playwright.config, npx playwright. Also trigger when user wants to write E2E tests, automate browser interactions, test across Chromium/Firefox/WebKit, mock network requests in tests, do visual regression testing, generate tests with codegen, or set up CI test pipelines. When in doubt about whether to use this skill for browser testing or E2E automation tasks, use it.
tools
OpenAI Agents SDK for building multi-agent workflows with tools, handoffs, guardrails, streaming, MCP, sessions, and tracing. MANDATORY TRIGGERS: openai-agents, openai agents sdk, openai-agents-python, openai agents, Runner.run, function_tool, handoff, guardrail, MCPServerStdio, MCPServerStreamableHttp, HostedMCPTool, RunContextWrapper, AgentHooks. Also trigger when user wants to build multi-agent systems with OpenAI models, create agent orchestration with handoffs, add guardrails to LLM applications, integrate MCP servers with agents, implement streaming agent responses, or use OpenAI's official agent framework. When in doubt about whether to use this skill for OpenAI agent tasks, use it.
tools
AI orchestration framework for building production-ready RAG applications, autonomous agents, and multimodal search systems. MANDATORY TRIGGERS: haystack, deepset, haystack-ai, haystack pipeline, haystack agent. Also trigger when the user wants to build RAG pipelines with modular components, create tool-calling agents with Haystack, orchestrate retrieval-augmented generation, build semantic search systems, or evaluate LLM pipelines. When in doubt about whether to use this skill for RAG orchestration or AI pipeline tasks, use it.