[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-upstash-context7-mcp":3,"mdc--dzfsv7-key":36,"related-org-upstash-context7-mcp":314,"related-repo-upstash-context7-mcp":491},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":31,"sourceUrl":34,"mdContent":35},"context7-mcp","retrieve library documentation via MCP","This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"upstash","Upstash","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fupstash.png",[12,16,19],{"name":13,"slug":14,"type":15},"Documentation","documentation","tag",{"name":17,"slug":18,"type":15},"Knowledge Management","knowledge-management",{"name":20,"slug":21,"type":15},"MCP","mcp",60095,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fcontext7","2026-07-28T05:35:32.109879",null,2878,[28,21,29,30],"llm","mcp-server","vibe-coding",{"repoUrl":23,"stars":22,"forks":26,"topics":32,"description":33},[28,21,29,30],"Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors","https:\u002F\u002Fgithub.com\u002Fupstash\u002Fcontext7\u002Ftree\u002FHEAD\u002Fskills\u002Fcontext7-mcp","---\nname: context7-mcp\ndescription: This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.\n---\n\nWhen the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data.\n\n## When to Use This Skill\n\nActivate this skill when the user:\n\n- Asks setup or configuration questions (\"How do I configure Next.js middleware?\")\n- Requests code involving libraries (\"Write a Prisma query for...\")\n- Needs API references (\"What are the Supabase auth methods?\")\n- Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.)\n\n## How to Fetch Documentation\n\n### Step 1: Resolve the Library ID\n\nCall `resolve-library-id` with:\n\n- `libraryName`: The library name extracted from the user's question\n- `query`: What to look up in the library's documentation (improves relevance ranking)\n\n### Step 2: Select the Best Match\n\nFrom the resolution results, choose based on:\n\n- Exact or closest name match to what the user asked for\n- Higher benchmark scores indicate better documentation quality\n- If the user mentioned a version (e.g., \"React 19\"), prefer version-specific IDs\n\n### Step 3: Fetch the Documentation\n\nCall `query-docs` with:\n\n- `libraryId`: The selected Context7 library ID (e.g., `\u002Fvercel\u002Fnext.js`)\n- `query`: What to look up in the library's documentation, scoped to a single concept\n\nIf the user's question spans multiple distinct concepts (e.g. routing and auth and caching), make a separate `query-docs` call per concept with the same library ID, unless the question is about how the concepts interact — combined queries dilute ranking and return shallow results for each topic.\n\n### Step 4: Use the Documentation\n\nIncorporate the fetched documentation into your response:\n\n- Answer the user's question using current, accurate information\n- Include relevant code examples from the docs\n- Cite the library version when relevant\n\n## Guidelines\n\n- **Be specific**: Describe what to look up in the library's documentation, but keep each query to a single concept\n- **One topic per query**: Split multi-topic questions into separate `query-docs` calls — resolve the library ID once, then query per concept, unless the question is about how the concepts interact\n- **Version awareness**: When users mention versions (\"Next.js 15\", \"React 19\"), use version-specific library IDs if available from the resolution step\n- **Prefer official sources**: When multiple matches exist, prefer official\u002Fprimary packages over community forks\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,56,61,86,92,99,113,138,144,149,167,173,184,216,228,234,239,257,263],{"type":42,"tag":43,"props":44,"children":45},"element","p",{},[46],{"type":47,"value":48},"text","When the user asks about libraries, frameworks, or needs code examples, use Context7 to fetch current documentation instead of relying on training data.",{"type":42,"tag":50,"props":51,"children":53},"h2",{"id":52},"when-to-use-this-skill",[54],{"type":47,"value":55},"When to Use This Skill",{"type":42,"tag":43,"props":57,"children":58},{},[59],{"type":47,"value":60},"Activate this skill when the user:",{"type":42,"tag":62,"props":63,"children":64},"ul",{},[65,71,76,81],{"type":42,"tag":66,"props":67,"children":68},"li",{},[69],{"type":47,"value":70},"Asks setup or configuration questions (\"How do I configure Next.js middleware?\")",{"type":42,"tag":66,"props":72,"children":73},{},[74],{"type":47,"value":75},"Requests code involving libraries (\"Write a Prisma query for...\")",{"type":42,"tag":66,"props":77,"children":78},{},[79],{"type":47,"value":80},"Needs API references (\"What are the Supabase auth methods?\")",{"type":42,"tag":66,"props":82,"children":83},{},[84],{"type":47,"value":85},"Mentions specific frameworks (React, Vue, Svelte, Express, Tailwind, etc.)",{"type":42,"tag":50,"props":87,"children":89},{"id":88},"how-to-fetch-documentation",[90],{"type":47,"value":91},"How to Fetch Documentation",{"type":42,"tag":93,"props":94,"children":96},"h3",{"id":95},"step-1-resolve-the-library-id",[97],{"type":47,"value":98},"Step 1: Resolve the Library ID",{"type":42,"tag":43,"props":100,"children":101},{},[102,104,111],{"type":47,"value":103},"Call ",{"type":42,"tag":105,"props":106,"children":108},"code",{"className":107},[],[109],{"type":47,"value":110},"resolve-library-id",{"type":47,"value":112}," with:",{"type":42,"tag":62,"props":114,"children":115},{},[116,127],{"type":42,"tag":66,"props":117,"children":118},{},[119,125],{"type":42,"tag":105,"props":120,"children":122},{"className":121},[],[123],{"type":47,"value":124},"libraryName",{"type":47,"value":126},": The library name extracted from the user's question",{"type":42,"tag":66,"props":128,"children":129},{},[130,136],{"type":42,"tag":105,"props":131,"children":133},{"className":132},[],[134],{"type":47,"value":135},"query",{"type":47,"value":137},": What to look up in the library's documentation (improves relevance ranking)",{"type":42,"tag":93,"props":139,"children":141},{"id":140},"step-2-select-the-best-match",[142],{"type":47,"value":143},"Step 2: Select the Best Match",{"type":42,"tag":43,"props":145,"children":146},{},[147],{"type":47,"value":148},"From the resolution results, choose based on:",{"type":42,"tag":62,"props":150,"children":151},{},[152,157,162],{"type":42,"tag":66,"props":153,"children":154},{},[155],{"type":47,"value":156},"Exact or closest name match to what the user asked for",{"type":42,"tag":66,"props":158,"children":159},{},[160],{"type":47,"value":161},"Higher benchmark scores indicate better documentation quality",{"type":42,"tag":66,"props":163,"children":164},{},[165],{"type":47,"value":166},"If the user mentioned a version (e.g., \"React 19\"), prefer version-specific IDs",{"type":42,"tag":93,"props":168,"children":170},{"id":169},"step-3-fetch-the-documentation",[171],{"type":47,"value":172},"Step 3: Fetch the Documentation",{"type":42,"tag":43,"props":174,"children":175},{},[176,177,183],{"type":47,"value":103},{"type":42,"tag":105,"props":178,"children":180},{"className":179},[],[181],{"type":47,"value":182},"query-docs",{"type":47,"value":112},{"type":42,"tag":62,"props":185,"children":186},{},[187,206],{"type":42,"tag":66,"props":188,"children":189},{},[190,196,198,204],{"type":42,"tag":105,"props":191,"children":193},{"className":192},[],[194],{"type":47,"value":195},"libraryId",{"type":47,"value":197},": The selected Context7 library ID (e.g., ",{"type":42,"tag":105,"props":199,"children":201},{"className":200},[],[202],{"type":47,"value":203},"\u002Fvercel\u002Fnext.js",{"type":47,"value":205},")",{"type":42,"tag":66,"props":207,"children":208},{},[209,214],{"type":42,"tag":105,"props":210,"children":212},{"className":211},[],[213],{"type":47,"value":135},{"type":47,"value":215},": What to look up in the library's documentation, scoped to a single concept",{"type":42,"tag":43,"props":217,"children":218},{},[219,221,226],{"type":47,"value":220},"If the user's question spans multiple distinct concepts (e.g. routing and auth and caching), make a separate ",{"type":42,"tag":105,"props":222,"children":224},{"className":223},[],[225],{"type":47,"value":182},{"type":47,"value":227}," call per concept with the same library ID, unless the question is about how the concepts interact — combined queries dilute ranking and return shallow results for each topic.",{"type":42,"tag":93,"props":229,"children":231},{"id":230},"step-4-use-the-documentation",[232],{"type":47,"value":233},"Step 4: Use the Documentation",{"type":42,"tag":43,"props":235,"children":236},{},[237],{"type":47,"value":238},"Incorporate the fetched documentation into your response:",{"type":42,"tag":62,"props":240,"children":241},{},[242,247,252],{"type":42,"tag":66,"props":243,"children":244},{},[245],{"type":47,"value":246},"Answer the user's question using current, accurate information",{"type":42,"tag":66,"props":248,"children":249},{},[250],{"type":47,"value":251},"Include relevant code examples from the docs",{"type":42,"tag":66,"props":253,"children":254},{},[255],{"type":47,"value":256},"Cite the library version when relevant",{"type":42,"tag":50,"props":258,"children":260},{"id":259},"guidelines",[261],{"type":47,"value":262},"Guidelines",{"type":42,"tag":62,"props":264,"children":265},{},[266,277,294,304],{"type":42,"tag":66,"props":267,"children":268},{},[269,275],{"type":42,"tag":270,"props":271,"children":272},"strong",{},[273],{"type":47,"value":274},"Be specific",{"type":47,"value":276},": Describe what to look up in the library's documentation, but keep each query to a single concept",{"type":42,"tag":66,"props":278,"children":279},{},[280,285,287,292],{"type":42,"tag":270,"props":281,"children":282},{},[283],{"type":47,"value":284},"One topic per query",{"type":47,"value":286},": Split multi-topic questions into separate ",{"type":42,"tag":105,"props":288,"children":290},{"className":289},[],[291],{"type":47,"value":182},{"type":47,"value":293}," calls — resolve the library ID once, then query per concept, unless the question is about how the concepts interact",{"type":42,"tag":66,"props":295,"children":296},{},[297,302],{"type":42,"tag":270,"props":298,"children":299},{},[300],{"type":47,"value":301},"Version awareness",{"type":47,"value":303},": When users mention versions (\"Next.js 15\", \"React 19\"), use version-specific library IDs if available from the resolution step",{"type":42,"tag":66,"props":305,"children":306},{},[307,312],{"type":42,"tag":270,"props":308,"children":309},{},[310],{"type":47,"value":311},"Prefer official sources",{"type":47,"value":313},": When multiple matches exist, prefer official\u002Fprimary packages over community forks",{"items":315,"total":490},[316,328,343,349,363,382,399,414,429,444,461,476],{"slug":317,"name":317,"fn":318,"description":319,"org":320,"tags":321,"stars":22,"repoUrl":23,"updatedAt":327},"context7-cli","manage documentation and skills with ctx7","Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions \"ctx7\" or \"context7\", needs current docs for any library, wants to install\u002Fsearch\u002Fgenerate skills, or needs to set up Context7 for their AI coding agent.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[322,325,326],{"name":323,"slug":324,"type":15},"CLI","cli",{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},"2026-04-06T18:55:02.689254",{"slug":329,"name":329,"fn":330,"description":331,"org":332,"tags":333,"stars":22,"repoUrl":23,"updatedAt":342},"context7-docs","fetch documentation and code examples","Fetch up-to-date documentation and code examples for any library, framework, SDK, CLI tool, or cloud service. Use whenever the user asks about a specific library — even well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot — because training data may not reflect recent API changes or version updates.\nAlways use for: API syntax questions, configuration options, version migration issues, \"how do I\" questions mentioning a library name, debugging that involves library-specific behavior, setup instructions, and CLI tool usage.\nUse even when you think you know the answer. Do not rely on training data for API details, signatures, or configuration options — they are frequently out of date. Prefer this over web search for library documentation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[334,335,336,339],{"name":323,"slug":324,"type":15},{"name":13,"slug":14,"type":15},{"name":337,"slug":338,"type":15},"Reference","reference",{"name":340,"slug":341,"type":15},"SDK","sdk","2026-07-28T05:35:31.125695",{"slug":4,"name":4,"fn":5,"description":6,"org":344,"tags":345,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[346,347,348],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":350,"name":350,"fn":351,"description":352,"org":353,"tags":354,"stars":22,"repoUrl":23,"updatedAt":362},"find-docs","retrieve documentation for developer technologies","Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training data may not reflect recent API changes or version updates.\nAlways use for: API syntax questions, configuration options, version migration issues, \"how do I\" questions mentioning a library name, debugging that involves library-specific behavior, setup instructions, and CLI tool usage.\nUse even when you think you know the answer — do not rely on training data for API details, signatures, or configuration options as they are frequently outdated. Always verify against current docs. Prefer this over web search for library documentation and API details.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[355,356,359],{"name":13,"slug":14,"type":15},{"name":357,"slug":358,"type":15},"Research","research",{"name":360,"slug":361,"type":15},"Search","search","2026-07-28T05:35:30.135004",{"slug":364,"name":364,"fn":365,"description":366,"org":367,"tags":368,"stars":379,"repoUrl":380,"updatedAt":381},"upstash-ratelimit-ts","implement Redis rate limiting with Upstash","Lightweight guidance for using the Redis Rate Limit TypeScript SDK, including setup steps, basic usage, and pointers to advanced algorithm, features, pricing, and traffic‑protection docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[369,372,375,378],{"name":370,"slug":371,"type":15},"Performance","performance",{"name":373,"slug":374,"type":15},"Redis","redis",{"name":376,"slug":377,"type":15},"TypeScript","typescript",{"name":9,"slug":8,"type":15},2043,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fratelimit-js","2026-04-06T18:55:05.25459",{"slug":383,"name":383,"fn":384,"description":385,"org":386,"tags":387,"stars":396,"repoUrl":397,"updatedAt":398},"redis-js","manage serverless Redis with Upstash","Work with the Upstash Redis JavaScript\u002FTypeScript SDK for serverless Redis operations. Use for caching, session storage, rate limiting, leaderboards, full-text search (querying, filtering, aggregating with @upstash\u002Fredis search extension), and all Redis data structures. Supports automatic serialization\u002Fdeserialization of JavaScript types. Search also available via @upstash\u002Fsearch-redis and @upstash\u002Fsearch-ioredis adapters for TCP clients.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[388,391,392,395],{"name":389,"slug":390,"type":15},"Node.js","node-js",{"name":373,"slug":374,"type":15},{"name":393,"slug":394,"type":15},"Serverless","serverless",{"name":9,"slug":8,"type":15},959,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fredis-js","2026-04-06T18:55:06.549589",{"slug":400,"name":400,"fn":401,"description":402,"org":403,"tags":404,"stars":411,"repoUrl":412,"updatedAt":413},"qstash-js","manage serverless messaging with QStash","Work with the QStash JavaScript\u002FTypeScript SDK for serverless messaging, scheduling. Use when publishing messages to HTTP endpoints, creating schedules, managing queues, verifying incoming messages in serverless environments.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[405,408,409,410],{"name":406,"slug":407,"type":15},"Messaging","messaging",{"name":389,"slug":390,"type":15},{"name":393,"slug":394,"type":15},{"name":9,"slug":8,"type":15},268,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fqstash-js","2026-04-06T18:55:07.811408",{"slug":415,"name":415,"fn":416,"description":417,"org":418,"tags":419,"stars":426,"repoUrl":427,"updatedAt":428},"upstash-workflow-js","build serverless workflows with Upstash","Lightweight guidance for using the Upstash Workflow SDK to define, trigger, and manage workflows. Use this Skill whenever a user wants to create workflow endpoints, run steps, or interact with the Upstash Workflow client.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[420,421,422,423],{"name":389,"slug":390,"type":15},{"name":393,"slug":394,"type":15},{"name":9,"slug":8,"type":15},{"name":424,"slug":425,"type":15},"Workflow Automation","workflow-automation",150,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fworkflow-js","2026-04-06T18:55:09.106744",{"slug":430,"name":430,"fn":431,"description":432,"org":433,"tags":434,"stars":441,"repoUrl":442,"updatedAt":443},"upstash-vector-js","implement vector search with Upstash","Provides quick-start guidance and a unified entry point for Vector features, SDK usage, and integrations. Use when users ask how to work with Vector, its TS SDK, features, or supported frameworks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[435,438,439,440],{"name":436,"slug":437,"type":15},"AI Infrastructure","ai-infrastructure",{"name":389,"slug":390,"type":15},{"name":360,"slug":361,"type":15},{"name":9,"slug":8,"type":15},70,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fvector-js","2026-04-06T18:55:10.452627",{"slug":445,"name":445,"fn":446,"description":447,"org":448,"tags":449,"stars":458,"repoUrl":459,"updatedAt":460},"upstash-box-js","build sandboxed environments with Upstash Box","Work with the @upstash\u002Fbox SDK for sandboxed cloud containers with AI agents, shell, filesystem, and git. Use when building with Upstash Box, creating sandboxed environments, running AI agents in containers, or orchestrating parallel boxes.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[450,453,454,457],{"name":451,"slug":452,"type":15},"Agents","agents",{"name":389,"slug":390,"type":15},{"name":455,"slug":456,"type":15},"Sandboxing","sandboxing",{"name":9,"slug":8,"type":15},34,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fbox","2026-04-06T18:55:14.361763",{"slug":462,"name":462,"fn":463,"description":464,"org":465,"tags":466,"stars":473,"repoUrl":474,"updatedAt":475},"upstash-search-js","implement search features with Upstash","Entry point for documentation skills covering Upstash Search quick starts, core concepts, and TypeScript SDK usage. Use when a user asks how to get started, how indexing works, or how to use the TS client.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[467,470,471,472],{"name":468,"slug":469,"type":15},"API Development","api-development",{"name":389,"slug":390,"type":15},{"name":360,"slug":361,"type":15},{"name":9,"slug":8,"type":15},22,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fsearch-js","2026-04-06T18:55:11.769669",{"slug":8,"name":8,"fn":477,"description":478,"org":479,"tags":480,"stars":487,"repoUrl":488,"updatedAt":489},"build applications with Upstash SDKs","Work with any Upstash TypeScript\u002FJavaScript SDK including Redis, Box, QStash, Workflow, Vector, Search and Ratelimit. Use when the user is working with any Upstash product or SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[481,484,485,486],{"name":482,"slug":483,"type":15},"Database","database",{"name":373,"slug":374,"type":15},{"name":393,"slug":394,"type":15},{"name":9,"slug":8,"type":15},15,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fskills","2026-04-06T18:55:15.67714",19,{"items":492,"total":518},[493,499,506,512],{"slug":317,"name":317,"fn":318,"description":319,"org":494,"tags":495,"stars":22,"repoUrl":23,"updatedAt":327},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[496,497,498],{"name":323,"slug":324,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"slug":329,"name":329,"fn":330,"description":331,"org":500,"tags":501,"stars":22,"repoUrl":23,"updatedAt":342},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[502,503,504,505],{"name":323,"slug":324,"type":15},{"name":13,"slug":14,"type":15},{"name":337,"slug":338,"type":15},{"name":340,"slug":341,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":507,"tags":508,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[509,510,511],{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":20,"slug":21,"type":15},{"slug":350,"name":350,"fn":351,"description":352,"org":513,"tags":514,"stars":22,"repoUrl":23,"updatedAt":362},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[515,516,517],{"name":13,"slug":14,"type":15},{"name":357,"slug":358,"type":15},{"name":360,"slug":361,"type":15},4]