skills/upstash/SKILL.md
Serverless data platform with Redis, QStash messaging, Workflow orchestration, and Vector database — all over HTTP. MANDATORY TRIGGERS: Upstash, upstash-redis, @upstash/redis, QStash, @upstash/qstash, Upstash Vector, @upstash/vector, @upstash/ratelimit, @upstash/workflow, serverless Redis. Also trigger when user needs HTTP-based Redis for edge/serverless, rate limiting for serverless, durable workflow steps, serverless message queues, or vector search without connection pooling. When in doubt about whether to use this skill for serverless data tasks, use it.
npx skillsauth add abhisheksharma-17/skills-graph upstashInstall 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.
Version: @upstash/redis 1.38.0, upstash-redis (Python) 1.7.0 | Source: https://upstash.com/docs
| Reference | File | Read When |
|-----------|------|-----------|
| Overview | references/00-overview.md | "what is Upstash", "getting started", "which Upstash product" |
| Redis SDK (TypeScript) | references/01-redis-sdk-typescript.md | "@upstash/redis", "TypeScript Redis", "Redis SDK setup" |
| Redis Commands | references/02-redis-commands.md | "Redis command", "strings", "hashes", "sorted sets", "JSON", "streams" |
| Redis REST API | references/03-redis-rest-api.md | "REST API", "HTTP Redis", "pipeline API", "transaction API" |
| Rate Limiting | references/04-rate-limiting.md | "@upstash/ratelimit", "rate limit", "sliding window", "token bucket" |
| QStash Messaging | references/05-qstash-messaging.md | "QStash", "message queue", "scheduling", "background jobs", "DLQ" |
| Workflow | references/06-workflow.md | "@upstash/workflow", "durable functions", "workflow steps", "context.run" |
| Vector Database | references/07-vector-database.md | "Upstash Vector", "vector search", "embeddings", "similarity" |
| Python SDKs | references/08-python-sdks.md | "upstash-redis Python", "Python SDK", "qstash Python", "upstash-vector" |
| Framework Integrations | references/09-framework-integrations.md | "Next.js Upstash", "Cloudflare Workers", "Vercel", "AWS Lambda" |
| Patterns & Recipes | references/10-patterns-recipes.md | "caching pattern", "session store", "leaderboard", "pub/sub", "best practices" |
| Search & Realtime | references/11-search-realtime.md | "Upstash Search", "Realtime", "full-text search", "channels" |
npm install @upstash/redis # Redis SDK
npm install @upstash/ratelimit # Rate limiting
npm install @upstash/qstash # QStash messaging
npm install @upstash/workflow # Durable workflows
npm install @upstash/vector # Vector database
pip install upstash-redis # Python Redis SDK
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.