[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-upstash-upstash-vector-js":3,"mdc-q3t15u-key":36,"related-org-upstash-upstash-vector-js":672,"related-repo-upstash-upstash-vector-js":849},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":31,"sourceUrl":34,"mdContent":35},"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},"upstash","Upstash","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fupstash.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Node.js","node-js","tag",{"name":17,"slug":18,"type":15},"Search","search",{"name":20,"slug":21,"type":15},"AI Infrastructure","ai-infrastructure",{"name":9,"slug":8,"type":15},70,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fvector-js","2026-04-06T18:55:10.452627",null,13,[8,29,30],"upstash-sdk","vector",{"repoUrl":24,"stars":23,"forks":27,"topics":32,"description":33},[8,29,30],"Upstash Vector JS SDK","https:\u002F\u002Fgithub.com\u002Fupstash\u002Fvector-js\u002Ftree\u002FHEAD\u002Fskills","---\nname: upstash-vector-js\ndescription: 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.\n---\n\n# Vector Documentation Skill\n\n## Quick Start\n\nVector is a high‑performance vector database for storing, querying, and managing vector embeddings.\n\nBasic workflow:\n\n- Install the Vector TS SDK.\n- Connect to a Vector instance.\n- Upsert vectors, query them, and manage namespaces.\n\nExample (TypeScript):\n\n```ts\nimport { Index } from \"@upstash\u002Fvector\";\nconst index = new Index({\n  url: process.env.UPSTASH_VECTOR_REST_URL!,\n  token: process.env.UPSTASH_VECTOR_REST_TOKEN!,\n});\n\nawait index.upsert([{ id: \"1\", vector: [0.1, 0.2], metadata: { tag: \"example\" } }]);\n\nconst results = await index.query({\n  vector: [0.1, 0.2],\n  topK: 5,\n});\n```\n\nFor full usage, refer to the linked skill files below.\n\n## Other Skill Files\n\n### TS SDK Reference\n\n- `sdk-methods`: Explains SDK commands: delete, fetch, info, query, range, reset, resumable-query, upsert\n\n### Features\n\n- `features\u002Fnamespaces`: Explains namespaces and dataset organization.\n- `features\u002Findex-structure`: Covers hybrid and sparse index structures.\n- `features\u002Ffiltering-and-metadata`: Details metadata storage and server-side filtering.\n\nUse these files for deeper guidance on SDK usage, advanced configurations, algorithms, and integrations.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,57,63,68,88,93,587,592,598,605,619,625,661,666],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"vector-documentation-skill",[47],{"type":48,"value":49},"text","Vector Documentation Skill",{"type":42,"tag":51,"props":52,"children":54},"h2",{"id":53},"quick-start",[55],{"type":48,"value":56},"Quick Start",{"type":42,"tag":58,"props":59,"children":60},"p",{},[61],{"type":48,"value":62},"Vector is a high‑performance vector database for storing, querying, and managing vector embeddings.",{"type":42,"tag":58,"props":64,"children":65},{},[66],{"type":48,"value":67},"Basic workflow:",{"type":42,"tag":69,"props":70,"children":71},"ul",{},[72,78,83],{"type":42,"tag":73,"props":74,"children":75},"li",{},[76],{"type":48,"value":77},"Install the Vector TS SDK.",{"type":42,"tag":73,"props":79,"children":80},{},[81],{"type":48,"value":82},"Connect to a Vector instance.",{"type":42,"tag":73,"props":84,"children":85},{},[86],{"type":48,"value":87},"Upsert vectors, query them, and manage namespaces.",{"type":42,"tag":58,"props":89,"children":90},{},[91],{"type":48,"value":92},"Example (TypeScript):",{"type":42,"tag":94,"props":95,"children":100},"pre",{"className":96,"code":97,"language":98,"meta":99,"style":99},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import { Index } from \"@upstash\u002Fvector\";\nconst index = new Index({\n  url: process.env.UPSTASH_VECTOR_REST_URL!,\n  token: process.env.UPSTASH_VECTOR_REST_TOKEN!,\n});\n\nawait index.upsert([{ id: \"1\", vector: [0.1, 0.2], metadata: { tag: \"example\" } }]);\n\nconst results = await index.query({\n  vector: [0.1, 0.2],\n  topK: 5,\n});\n","ts","",[101],{"type":42,"tag":102,"props":103,"children":104},"code",{"__ignoreMap":99},[105,160,200,244,282,300,310,460,468,511,549,571],{"type":42,"tag":106,"props":107,"children":110},"span",{"class":108,"line":109},"line",1,[111,117,123,129,134,139,144,150,155],{"type":42,"tag":106,"props":112,"children":114},{"style":113},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[115],{"type":48,"value":116},"import",{"type":42,"tag":106,"props":118,"children":120},{"style":119},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[121],{"type":48,"value":122}," {",{"type":42,"tag":106,"props":124,"children":126},{"style":125},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[127],{"type":48,"value":128}," Index",{"type":42,"tag":106,"props":130,"children":131},{"style":119},[132],{"type":48,"value":133}," }",{"type":42,"tag":106,"props":135,"children":136},{"style":113},[137],{"type":48,"value":138}," from",{"type":42,"tag":106,"props":140,"children":141},{"style":119},[142],{"type":48,"value":143}," \"",{"type":42,"tag":106,"props":145,"children":147},{"style":146},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[148],{"type":48,"value":149},"@upstash\u002Fvector",{"type":42,"tag":106,"props":151,"children":152},{"style":119},[153],{"type":48,"value":154},"\"",{"type":42,"tag":106,"props":156,"children":157},{"style":119},[158],{"type":48,"value":159},";\n",{"type":42,"tag":106,"props":161,"children":163},{"class":108,"line":162},2,[164,170,175,180,185,190,195],{"type":42,"tag":106,"props":165,"children":167},{"style":166},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[168],{"type":48,"value":169},"const",{"type":42,"tag":106,"props":171,"children":172},{"style":125},[173],{"type":48,"value":174}," index ",{"type":42,"tag":106,"props":176,"children":177},{"style":119},[178],{"type":48,"value":179},"=",{"type":42,"tag":106,"props":181,"children":182},{"style":119},[183],{"type":48,"value":184}," new",{"type":42,"tag":106,"props":186,"children":188},{"style":187},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[189],{"type":48,"value":128},{"type":42,"tag":106,"props":191,"children":192},{"style":125},[193],{"type":48,"value":194},"(",{"type":42,"tag":106,"props":196,"children":197},{"style":119},[198],{"type":48,"value":199},"{\n",{"type":42,"tag":106,"props":201,"children":203},{"class":108,"line":202},3,[204,210,215,220,225,230,234,239],{"type":42,"tag":106,"props":205,"children":207},{"style":206},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[208],{"type":48,"value":209},"  url",{"type":42,"tag":106,"props":211,"children":212},{"style":119},[213],{"type":48,"value":214},":",{"type":42,"tag":106,"props":216,"children":217},{"style":125},[218],{"type":48,"value":219}," process",{"type":42,"tag":106,"props":221,"children":222},{"style":119},[223],{"type":48,"value":224},".",{"type":42,"tag":106,"props":226,"children":227},{"style":125},[228],{"type":48,"value":229},"env",{"type":42,"tag":106,"props":231,"children":232},{"style":119},[233],{"type":48,"value":224},{"type":42,"tag":106,"props":235,"children":236},{"style":125},[237],{"type":48,"value":238},"UPSTASH_VECTOR_REST_URL",{"type":42,"tag":106,"props":240,"children":241},{"style":119},[242],{"type":48,"value":243},"!,\n",{"type":42,"tag":106,"props":245,"children":247},{"class":108,"line":246},4,[248,253,257,261,265,269,273,278],{"type":42,"tag":106,"props":249,"children":250},{"style":206},[251],{"type":48,"value":252},"  token",{"type":42,"tag":106,"props":254,"children":255},{"style":119},[256],{"type":48,"value":214},{"type":42,"tag":106,"props":258,"children":259},{"style":125},[260],{"type":48,"value":219},{"type":42,"tag":106,"props":262,"children":263},{"style":119},[264],{"type":48,"value":224},{"type":42,"tag":106,"props":266,"children":267},{"style":125},[268],{"type":48,"value":229},{"type":42,"tag":106,"props":270,"children":271},{"style":119},[272],{"type":48,"value":224},{"type":42,"tag":106,"props":274,"children":275},{"style":125},[276],{"type":48,"value":277},"UPSTASH_VECTOR_REST_TOKEN",{"type":42,"tag":106,"props":279,"children":280},{"style":119},[281],{"type":48,"value":243},{"type":42,"tag":106,"props":283,"children":285},{"class":108,"line":284},5,[286,291,296],{"type":42,"tag":106,"props":287,"children":288},{"style":119},[289],{"type":48,"value":290},"}",{"type":42,"tag":106,"props":292,"children":293},{"style":125},[294],{"type":48,"value":295},")",{"type":42,"tag":106,"props":297,"children":298},{"style":119},[299],{"type":48,"value":159},{"type":42,"tag":106,"props":301,"children":303},{"class":108,"line":302},6,[304],{"type":42,"tag":106,"props":305,"children":307},{"emptyLinePlaceholder":306},true,[308],{"type":48,"value":309},"\n",{"type":42,"tag":106,"props":311,"children":313},{"class":108,"line":312},7,[314,319,324,328,333,338,343,348,352,356,361,365,370,375,379,384,390,394,399,404,408,413,417,421,426,430,434,439,443,447,451,456],{"type":42,"tag":106,"props":315,"children":316},{"style":113},[317],{"type":48,"value":318},"await",{"type":42,"tag":106,"props":320,"children":321},{"style":125},[322],{"type":48,"value":323}," index",{"type":42,"tag":106,"props":325,"children":326},{"style":119},[327],{"type":48,"value":224},{"type":42,"tag":106,"props":329,"children":330},{"style":187},[331],{"type":48,"value":332},"upsert",{"type":42,"tag":106,"props":334,"children":335},{"style":125},[336],{"type":48,"value":337},"([",{"type":42,"tag":106,"props":339,"children":340},{"style":119},[341],{"type":48,"value":342},"{",{"type":42,"tag":106,"props":344,"children":345},{"style":206},[346],{"type":48,"value":347}," id",{"type":42,"tag":106,"props":349,"children":350},{"style":119},[351],{"type":48,"value":214},{"type":42,"tag":106,"props":353,"children":354},{"style":119},[355],{"type":48,"value":143},{"type":42,"tag":106,"props":357,"children":358},{"style":146},[359],{"type":48,"value":360},"1",{"type":42,"tag":106,"props":362,"children":363},{"style":119},[364],{"type":48,"value":154},{"type":42,"tag":106,"props":366,"children":367},{"style":119},[368],{"type":48,"value":369},",",{"type":42,"tag":106,"props":371,"children":372},{"style":206},[373],{"type":48,"value":374}," vector",{"type":42,"tag":106,"props":376,"children":377},{"style":119},[378],{"type":48,"value":214},{"type":42,"tag":106,"props":380,"children":381},{"style":125},[382],{"type":48,"value":383}," [",{"type":42,"tag":106,"props":385,"children":387},{"style":386},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[388],{"type":48,"value":389},"0.1",{"type":42,"tag":106,"props":391,"children":392},{"style":119},[393],{"type":48,"value":369},{"type":42,"tag":106,"props":395,"children":396},{"style":386},[397],{"type":48,"value":398}," 0.2",{"type":42,"tag":106,"props":400,"children":401},{"style":125},[402],{"type":48,"value":403},"]",{"type":42,"tag":106,"props":405,"children":406},{"style":119},[407],{"type":48,"value":369},{"type":42,"tag":106,"props":409,"children":410},{"style":206},[411],{"type":48,"value":412}," metadata",{"type":42,"tag":106,"props":414,"children":415},{"style":119},[416],{"type":48,"value":214},{"type":42,"tag":106,"props":418,"children":419},{"style":119},[420],{"type":48,"value":122},{"type":42,"tag":106,"props":422,"children":423},{"style":206},[424],{"type":48,"value":425}," tag",{"type":42,"tag":106,"props":427,"children":428},{"style":119},[429],{"type":48,"value":214},{"type":42,"tag":106,"props":431,"children":432},{"style":119},[433],{"type":48,"value":143},{"type":42,"tag":106,"props":435,"children":436},{"style":146},[437],{"type":48,"value":438},"example",{"type":42,"tag":106,"props":440,"children":441},{"style":119},[442],{"type":48,"value":154},{"type":42,"tag":106,"props":444,"children":445},{"style":119},[446],{"type":48,"value":133},{"type":42,"tag":106,"props":448,"children":449},{"style":119},[450],{"type":48,"value":133},{"type":42,"tag":106,"props":452,"children":453},{"style":125},[454],{"type":48,"value":455},"])",{"type":42,"tag":106,"props":457,"children":458},{"style":119},[459],{"type":48,"value":159},{"type":42,"tag":106,"props":461,"children":463},{"class":108,"line":462},8,[464],{"type":42,"tag":106,"props":465,"children":466},{"emptyLinePlaceholder":306},[467],{"type":48,"value":309},{"type":42,"tag":106,"props":469,"children":471},{"class":108,"line":470},9,[472,476,481,485,490,494,498,503,507],{"type":42,"tag":106,"props":473,"children":474},{"style":166},[475],{"type":48,"value":169},{"type":42,"tag":106,"props":477,"children":478},{"style":125},[479],{"type":48,"value":480}," results ",{"type":42,"tag":106,"props":482,"children":483},{"style":119},[484],{"type":48,"value":179},{"type":42,"tag":106,"props":486,"children":487},{"style":113},[488],{"type":48,"value":489}," await",{"type":42,"tag":106,"props":491,"children":492},{"style":125},[493],{"type":48,"value":323},{"type":42,"tag":106,"props":495,"children":496},{"style":119},[497],{"type":48,"value":224},{"type":42,"tag":106,"props":499,"children":500},{"style":187},[501],{"type":48,"value":502},"query",{"type":42,"tag":106,"props":504,"children":505},{"style":125},[506],{"type":48,"value":194},{"type":42,"tag":106,"props":508,"children":509},{"style":119},[510],{"type":48,"value":199},{"type":42,"tag":106,"props":512,"children":514},{"class":108,"line":513},10,[515,520,524,528,532,536,540,544],{"type":42,"tag":106,"props":516,"children":517},{"style":206},[518],{"type":48,"value":519},"  vector",{"type":42,"tag":106,"props":521,"children":522},{"style":119},[523],{"type":48,"value":214},{"type":42,"tag":106,"props":525,"children":526},{"style":125},[527],{"type":48,"value":383},{"type":42,"tag":106,"props":529,"children":530},{"style":386},[531],{"type":48,"value":389},{"type":42,"tag":106,"props":533,"children":534},{"style":119},[535],{"type":48,"value":369},{"type":42,"tag":106,"props":537,"children":538},{"style":386},[539],{"type":48,"value":398},{"type":42,"tag":106,"props":541,"children":542},{"style":125},[543],{"type":48,"value":403},{"type":42,"tag":106,"props":545,"children":546},{"style":119},[547],{"type":48,"value":548},",\n",{"type":42,"tag":106,"props":550,"children":552},{"class":108,"line":551},11,[553,558,562,567],{"type":42,"tag":106,"props":554,"children":555},{"style":206},[556],{"type":48,"value":557},"  topK",{"type":42,"tag":106,"props":559,"children":560},{"style":119},[561],{"type":48,"value":214},{"type":42,"tag":106,"props":563,"children":564},{"style":386},[565],{"type":48,"value":566}," 5",{"type":42,"tag":106,"props":568,"children":569},{"style":119},[570],{"type":48,"value":548},{"type":42,"tag":106,"props":572,"children":574},{"class":108,"line":573},12,[575,579,583],{"type":42,"tag":106,"props":576,"children":577},{"style":119},[578],{"type":48,"value":290},{"type":42,"tag":106,"props":580,"children":581},{"style":125},[582],{"type":48,"value":295},{"type":42,"tag":106,"props":584,"children":585},{"style":119},[586],{"type":48,"value":159},{"type":42,"tag":58,"props":588,"children":589},{},[590],{"type":48,"value":591},"For full usage, refer to the linked skill files below.",{"type":42,"tag":51,"props":593,"children":595},{"id":594},"other-skill-files",[596],{"type":48,"value":597},"Other Skill Files",{"type":42,"tag":599,"props":600,"children":602},"h3",{"id":601},"ts-sdk-reference",[603],{"type":48,"value":604},"TS SDK Reference",{"type":42,"tag":69,"props":606,"children":607},{},[608],{"type":42,"tag":73,"props":609,"children":610},{},[611,617],{"type":42,"tag":102,"props":612,"children":614},{"className":613},[],[615],{"type":48,"value":616},"sdk-methods",{"type":48,"value":618},": Explains SDK commands: delete, fetch, info, query, range, reset, resumable-query, upsert",{"type":42,"tag":599,"props":620,"children":622},{"id":621},"features",[623],{"type":48,"value":624},"Features",{"type":42,"tag":69,"props":626,"children":627},{},[628,639,650],{"type":42,"tag":73,"props":629,"children":630},{},[631,637],{"type":42,"tag":102,"props":632,"children":634},{"className":633},[],[635],{"type":48,"value":636},"features\u002Fnamespaces",{"type":48,"value":638},": Explains namespaces and dataset organization.",{"type":42,"tag":73,"props":640,"children":641},{},[642,648],{"type":42,"tag":102,"props":643,"children":645},{"className":644},[],[646],{"type":48,"value":647},"features\u002Findex-structure",{"type":48,"value":649},": Covers hybrid and sparse index structures.",{"type":42,"tag":73,"props":651,"children":652},{},[653,659],{"type":42,"tag":102,"props":654,"children":656},{"className":655},[],[657],{"type":48,"value":658},"features\u002Ffiltering-and-metadata",{"type":48,"value":660},": Details metadata storage and server-side filtering.",{"type":42,"tag":58,"props":662,"children":663},{},[664],{"type":48,"value":665},"Use these files for deeper guidance on SDK usage, advanced configurations, algorithms, and integrations.",{"type":42,"tag":667,"props":668,"children":669},"style",{},[670],{"type":48,"value":671},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":673,"total":848},[674,692,707,719,731,750,765,780,795,802,819,834],{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":689,"repoUrl":690,"updatedAt":691},"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},[680,683,686],{"name":681,"slug":682,"type":15},"CLI","cli",{"name":684,"slug":685,"type":15},"Documentation","documentation",{"name":687,"slug":688,"type":15},"Knowledge Management","knowledge-management",60095,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fcontext7","2026-04-06T18:55:02.689254",{"slug":693,"name":693,"fn":694,"description":695,"org":696,"tags":697,"stars":689,"repoUrl":690,"updatedAt":706},"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},[698,699,700,703],{"name":681,"slug":682,"type":15},{"name":684,"slug":685,"type":15},{"name":701,"slug":702,"type":15},"Reference","reference",{"name":704,"slug":705,"type":15},"SDK","sdk","2026-07-28T05:35:31.125695",{"slug":708,"name":708,"fn":709,"description":710,"org":711,"tags":712,"stars":689,"repoUrl":690,"updatedAt":718},"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},[713,714,715],{"name":684,"slug":685,"type":15},{"name":687,"slug":688,"type":15},{"name":716,"slug":717,"type":15},"MCP","mcp","2026-07-28T05:35:32.109879",{"slug":720,"name":720,"fn":721,"description":722,"org":723,"tags":724,"stars":689,"repoUrl":690,"updatedAt":730},"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},[725,726,729],{"name":684,"slug":685,"type":15},{"name":727,"slug":728,"type":15},"Research","research",{"name":17,"slug":18,"type":15},"2026-07-28T05:35:30.135004",{"slug":732,"name":732,"fn":733,"description":734,"org":735,"tags":736,"stars":747,"repoUrl":748,"updatedAt":749},"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},[737,740,743,746],{"name":738,"slug":739,"type":15},"Performance","performance",{"name":741,"slug":742,"type":15},"Redis","redis",{"name":744,"slug":745,"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":751,"name":751,"fn":752,"description":753,"org":754,"tags":755,"stars":762,"repoUrl":763,"updatedAt":764},"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},[756,757,758,761],{"name":13,"slug":14,"type":15},{"name":741,"slug":742,"type":15},{"name":759,"slug":760,"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":766,"name":766,"fn":767,"description":768,"org":769,"tags":770,"stars":777,"repoUrl":778,"updatedAt":779},"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},[771,774,775,776],{"name":772,"slug":773,"type":15},"Messaging","messaging",{"name":13,"slug":14,"type":15},{"name":759,"slug":760,"type":15},{"name":9,"slug":8,"type":15},268,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fqstash-js","2026-04-06T18:55:07.811408",{"slug":781,"name":781,"fn":782,"description":783,"org":784,"tags":785,"stars":792,"repoUrl":793,"updatedAt":794},"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},[786,787,788,789],{"name":13,"slug":14,"type":15},{"name":759,"slug":760,"type":15},{"name":9,"slug":8,"type":15},{"name":790,"slug":791,"type":15},"Workflow Automation","workflow-automation",150,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fworkflow-js","2026-04-06T18:55:09.106744",{"slug":4,"name":4,"fn":5,"description":6,"org":796,"tags":797,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[798,799,800,801],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"slug":803,"name":803,"fn":804,"description":805,"org":806,"tags":807,"stars":816,"repoUrl":817,"updatedAt":818},"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},[808,811,812,815],{"name":809,"slug":810,"type":15},"Agents","agents",{"name":13,"slug":14,"type":15},{"name":813,"slug":814,"type":15},"Sandboxing","sandboxing",{"name":9,"slug":8,"type":15},34,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fbox","2026-04-06T18:55:14.361763",{"slug":820,"name":820,"fn":821,"description":822,"org":823,"tags":824,"stars":831,"repoUrl":832,"updatedAt":833},"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},[825,828,829,830],{"name":826,"slug":827,"type":15},"API Development","api-development",{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"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":835,"description":836,"org":837,"tags":838,"stars":845,"repoUrl":846,"updatedAt":847},"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},[839,842,843,844],{"name":840,"slug":841,"type":15},"Database","database",{"name":741,"slug":742,"type":15},{"name":759,"slug":760,"type":15},{"name":9,"slug":8,"type":15},15,"https:\u002F\u002Fgithub.com\u002Fupstash\u002Fskills","2026-04-06T18:55:15.67714",19,{"items":850,"total":109},[851],{"slug":4,"name":4,"fn":5,"description":6,"org":852,"tags":853,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[854,855,856,857],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15}]