[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-algolia-algolia-docsearch-mcp":3,"mdc-nu5uan-key":38,"related-repo-algolia-algolia-docsearch-mcp":446,"related-org-algolia-algolia-docsearch-mcp":456},{"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":33,"sourceUrl":36,"mdContent":37},"algolia-docsearch-mcp","search developer documentation with Algolia","Use this skill when the user asks about public developer documentation, SDKs, APIs, libraries, frameworks, setup, configuration, or code examples. Fetch current docs from Algolia DocSearch MCP and cite source URLs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"algolia","Algolia","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Falgolia.png",[12,14,17,20],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Documentation","documentation",{"name":18,"slug":19,"type":13},"MCP","mcp",{"name":21,"slug":22,"type":13},"Search","search",4365,"https:\u002F\u002Fgithub.com\u002Falgolia\u002Fdocsearch","2026-08-01T06:06:11.572314",null,440,[8,29,16,30,31,22,32],"docsearch","javascript","react","typescript",{"repoUrl":24,"stars":23,"forks":27,"topics":34,"description":35},[8,29,16,30,31,22,32],":blue_book: The easiest way to add search to your documentation.","https:\u002F\u002Fgithub.com\u002Falgolia\u002Fdocsearch\u002Ftree\u002FHEAD\u002Fmcp\u002Fplugins\u002Fdocsearch\u002Fcursor\u002Falgolia-docsearch\u002Fskills\u002Falgolia-docsearch-mcp","---\nname: algolia-docsearch-mcp\ndescription: Use this skill when the user asks about public developer documentation, SDKs, APIs, libraries, frameworks, setup, configuration, or code examples. Fetch current docs from Algolia DocSearch MCP and cite source URLs.\n---\n\nWhen the user asks about public developer documentation, use Algolia DocSearch MCP instead of relying only on training data.\n\n## When To Use\n\nUse this skill when the user:\n\n- Asks setup or configuration questions for a public library, framework, SDK, API, or developer tool.\n- Requests code examples that should match current docs.\n- Needs API reference details, migration guidance, or command syntax.\n- Mentions a library or framework whose docs may have changed recently.\n- Asks for sources or citations from public documentation.\n\nDo not use this skill for private company docs, internal repositories, unpublished APIs, or questions where the user already supplied the relevant docs.\n\n## Tools\n\nDocSearch MCP exposes three tools. You can query in natural language — full sentences and questions work well.\n\n- `algolia_docsearch_search_docs` — one-shot lookup. Use this by default.\n- `algolia_docsearch_resolve_docset` — step 1 of the manual flow: find documentation sets.\n- `algolia_docsearch_query_docs` — step 2 of the manual flow: fetch content for chosen docsets.\n\n## Default Flow: One-Shot Search\n\nCall `algolia_docsearch_search_docs` for most lookups.\n\nInput:\n\n- `library`: the product, library, SDK, or platform. Use the official name (for example: `Next.js`, `Stripe`, `Algolia InstantSearch`).\n- `query`: the question, in natural language (for example: `how do middleware matchers work`).\n\nIt resolves the best matching documentation set and returns ranked content in a single call. If `library` is ambiguous, it returns candidate documentation sets instead — pick the right one and pass its `docset_id` to `algolia_docsearch_query_docs`, or retry with the official product name.\n\n## Manual Flow: Resolve, Then Query\n\nUse the two-step flow when a question spans several products, or when you want to inspect and hand-pick documentation sets.\n\n### Step 1: Resolve The Docset\n\nCall `algolia_docsearch_resolve_docset`.\n\nInput:\n\n- `query`: describe the product, library, SDK, or platform. Including the vendor name improves matching.\n- `topN`: optional. Use the default unless the initial result is ambiguous.\n\nEach candidate returns a `title`, `docset_id`, `description`, and ranking signals (`trustScore`, `benchmarkScore`, `popularityScore`). Prefer the official vendor's docset over third-party mentions, breaking ties by the higher scores.\n\n### Step 2: Query The Docs\n\nCall `algolia_docsearch_query_docs`.\n\nInput:\n\n- `query`: what to find in the docs, in natural language.\n- `docsetIds`: an array of the `docset_id` values you selected. Pass several when a question spans multiple products.\n\n## Answer With Sources\n\nUse the returned documentation content to answer the user directly.\n\nGuidelines:\n\n- Include source URLs from the tool result when available.\n- Say when DocSearch does not return a relevant result.\n- Do not invent source citations.\n- Keep the answer focused on the user's question.\n",{"data":39,"body":40},{"name":4,"description":6},{"type":41,"children":42},"root",[43,51,58,63,93,98,104,109,146,152,164,169,224,251,257,262,269,280,284,308,356,362,372,376,407,413,418,423],{"type":44,"tag":45,"props":46,"children":47},"element","p",{},[48],{"type":49,"value":50},"text","When the user asks about public developer documentation, use Algolia DocSearch MCP instead of relying only on training data.",{"type":44,"tag":52,"props":53,"children":55},"h2",{"id":54},"when-to-use",[56],{"type":49,"value":57},"When To Use",{"type":44,"tag":45,"props":59,"children":60},{},[61],{"type":49,"value":62},"Use this skill when the user:",{"type":44,"tag":64,"props":65,"children":66},"ul",{},[67,73,78,83,88],{"type":44,"tag":68,"props":69,"children":70},"li",{},[71],{"type":49,"value":72},"Asks setup or configuration questions for a public library, framework, SDK, API, or developer tool.",{"type":44,"tag":68,"props":74,"children":75},{},[76],{"type":49,"value":77},"Requests code examples that should match current docs.",{"type":44,"tag":68,"props":79,"children":80},{},[81],{"type":49,"value":82},"Needs API reference details, migration guidance, or command syntax.",{"type":44,"tag":68,"props":84,"children":85},{},[86],{"type":49,"value":87},"Mentions a library or framework whose docs may have changed recently.",{"type":44,"tag":68,"props":89,"children":90},{},[91],{"type":49,"value":92},"Asks for sources or citations from public documentation.",{"type":44,"tag":45,"props":94,"children":95},{},[96],{"type":49,"value":97},"Do not use this skill for private company docs, internal repositories, unpublished APIs, or questions where the user already supplied the relevant docs.",{"type":44,"tag":52,"props":99,"children":101},{"id":100},"tools",[102],{"type":49,"value":103},"Tools",{"type":44,"tag":45,"props":105,"children":106},{},[107],{"type":49,"value":108},"DocSearch MCP exposes three tools. You can query in natural language — full sentences and questions work well.",{"type":44,"tag":64,"props":110,"children":111},{},[112,124,135],{"type":44,"tag":68,"props":113,"children":114},{},[115,122],{"type":44,"tag":116,"props":117,"children":119},"code",{"className":118},[],[120],{"type":49,"value":121},"algolia_docsearch_search_docs",{"type":49,"value":123}," — one-shot lookup. Use this by default.",{"type":44,"tag":68,"props":125,"children":126},{},[127,133],{"type":44,"tag":116,"props":128,"children":130},{"className":129},[],[131],{"type":49,"value":132},"algolia_docsearch_resolve_docset",{"type":49,"value":134}," — step 1 of the manual flow: find documentation sets.",{"type":44,"tag":68,"props":136,"children":137},{},[138,144],{"type":44,"tag":116,"props":139,"children":141},{"className":140},[],[142],{"type":49,"value":143},"algolia_docsearch_query_docs",{"type":49,"value":145}," — step 2 of the manual flow: fetch content for chosen docsets.",{"type":44,"tag":52,"props":147,"children":149},{"id":148},"default-flow-one-shot-search",[150],{"type":49,"value":151},"Default Flow: One-Shot Search",{"type":44,"tag":45,"props":153,"children":154},{},[155,157,162],{"type":49,"value":156},"Call ",{"type":44,"tag":116,"props":158,"children":160},{"className":159},[],[161],{"type":49,"value":121},{"type":49,"value":163}," for most lookups.",{"type":44,"tag":45,"props":165,"children":166},{},[167],{"type":49,"value":168},"Input:",{"type":44,"tag":64,"props":170,"children":171},{},[172,206],{"type":44,"tag":68,"props":173,"children":174},{},[175,181,183,189,191,197,198,204],{"type":44,"tag":116,"props":176,"children":178},{"className":177},[],[179],{"type":49,"value":180},"library",{"type":49,"value":182},": the product, library, SDK, or platform. Use the official name (for example: ",{"type":44,"tag":116,"props":184,"children":186},{"className":185},[],[187],{"type":49,"value":188},"Next.js",{"type":49,"value":190},", ",{"type":44,"tag":116,"props":192,"children":194},{"className":193},[],[195],{"type":49,"value":196},"Stripe",{"type":49,"value":190},{"type":44,"tag":116,"props":199,"children":201},{"className":200},[],[202],{"type":49,"value":203},"Algolia InstantSearch",{"type":49,"value":205},").",{"type":44,"tag":68,"props":207,"children":208},{},[209,215,217,223],{"type":44,"tag":116,"props":210,"children":212},{"className":211},[],[213],{"type":49,"value":214},"query",{"type":49,"value":216},": the question, in natural language (for example: ",{"type":44,"tag":116,"props":218,"children":220},{"className":219},[],[221],{"type":49,"value":222},"how do middleware matchers work",{"type":49,"value":205},{"type":44,"tag":45,"props":225,"children":226},{},[227,229,234,236,242,244,249],{"type":49,"value":228},"It resolves the best matching documentation set and returns ranked content in a single call. If ",{"type":44,"tag":116,"props":230,"children":232},{"className":231},[],[233],{"type":49,"value":180},{"type":49,"value":235}," is ambiguous, it returns candidate documentation sets instead — pick the right one and pass its ",{"type":44,"tag":116,"props":237,"children":239},{"className":238},[],[240],{"type":49,"value":241},"docset_id",{"type":49,"value":243}," to ",{"type":44,"tag":116,"props":245,"children":247},{"className":246},[],[248],{"type":49,"value":143},{"type":49,"value":250},", or retry with the official product name.",{"type":44,"tag":52,"props":252,"children":254},{"id":253},"manual-flow-resolve-then-query",[255],{"type":49,"value":256},"Manual Flow: Resolve, Then Query",{"type":44,"tag":45,"props":258,"children":259},{},[260],{"type":49,"value":261},"Use the two-step flow when a question spans several products, or when you want to inspect and hand-pick documentation sets.",{"type":44,"tag":263,"props":264,"children":266},"h3",{"id":265},"step-1-resolve-the-docset",[267],{"type":49,"value":268},"Step 1: Resolve The Docset",{"type":44,"tag":45,"props":270,"children":271},{},[272,273,278],{"type":49,"value":156},{"type":44,"tag":116,"props":274,"children":276},{"className":275},[],[277],{"type":49,"value":132},{"type":49,"value":279},".",{"type":44,"tag":45,"props":281,"children":282},{},[283],{"type":49,"value":168},{"type":44,"tag":64,"props":285,"children":286},{},[287,297],{"type":44,"tag":68,"props":288,"children":289},{},[290,295],{"type":44,"tag":116,"props":291,"children":293},{"className":292},[],[294],{"type":49,"value":214},{"type":49,"value":296},": describe the product, library, SDK, or platform. Including the vendor name improves matching.",{"type":44,"tag":68,"props":298,"children":299},{},[300,306],{"type":44,"tag":116,"props":301,"children":303},{"className":302},[],[304],{"type":49,"value":305},"topN",{"type":49,"value":307},": optional. Use the default unless the initial result is ambiguous.",{"type":44,"tag":45,"props":309,"children":310},{},[311,313,319,320,325,326,332,334,340,341,347,348,354],{"type":49,"value":312},"Each candidate returns a ",{"type":44,"tag":116,"props":314,"children":316},{"className":315},[],[317],{"type":49,"value":318},"title",{"type":49,"value":190},{"type":44,"tag":116,"props":321,"children":323},{"className":322},[],[324],{"type":49,"value":241},{"type":49,"value":190},{"type":44,"tag":116,"props":327,"children":329},{"className":328},[],[330],{"type":49,"value":331},"description",{"type":49,"value":333},", and ranking signals (",{"type":44,"tag":116,"props":335,"children":337},{"className":336},[],[338],{"type":49,"value":339},"trustScore",{"type":49,"value":190},{"type":44,"tag":116,"props":342,"children":344},{"className":343},[],[345],{"type":49,"value":346},"benchmarkScore",{"type":49,"value":190},{"type":44,"tag":116,"props":349,"children":351},{"className":350},[],[352],{"type":49,"value":353},"popularityScore",{"type":49,"value":355},"). Prefer the official vendor's docset over third-party mentions, breaking ties by the higher scores.",{"type":44,"tag":263,"props":357,"children":359},{"id":358},"step-2-query-the-docs",[360],{"type":49,"value":361},"Step 2: Query The Docs",{"type":44,"tag":45,"props":363,"children":364},{},[365,366,371],{"type":49,"value":156},{"type":44,"tag":116,"props":367,"children":369},{"className":368},[],[370],{"type":49,"value":143},{"type":49,"value":279},{"type":44,"tag":45,"props":373,"children":374},{},[375],{"type":49,"value":168},{"type":44,"tag":64,"props":377,"children":378},{},[379,389],{"type":44,"tag":68,"props":380,"children":381},{},[382,387],{"type":44,"tag":116,"props":383,"children":385},{"className":384},[],[386],{"type":49,"value":214},{"type":49,"value":388},": what to find in the docs, in natural language.",{"type":44,"tag":68,"props":390,"children":391},{},[392,398,400,405],{"type":44,"tag":116,"props":393,"children":395},{"className":394},[],[396],{"type":49,"value":397},"docsetIds",{"type":49,"value":399},": an array of the ",{"type":44,"tag":116,"props":401,"children":403},{"className":402},[],[404],{"type":49,"value":241},{"type":49,"value":406}," values you selected. Pass several when a question spans multiple products.",{"type":44,"tag":52,"props":408,"children":410},{"id":409},"answer-with-sources",[411],{"type":49,"value":412},"Answer With Sources",{"type":44,"tag":45,"props":414,"children":415},{},[416],{"type":49,"value":417},"Use the returned documentation content to answer the user directly.",{"type":44,"tag":45,"props":419,"children":420},{},[421],{"type":49,"value":422},"Guidelines:",{"type":44,"tag":64,"props":424,"children":425},{},[426,431,436,441],{"type":44,"tag":68,"props":427,"children":428},{},[429],{"type":49,"value":430},"Include source URLs from the tool result when available.",{"type":44,"tag":68,"props":432,"children":433},{},[434],{"type":49,"value":435},"Say when DocSearch does not return a relevant result.",{"type":44,"tag":68,"props":437,"children":438},{},[439],{"type":49,"value":440},"Do not invent source citations.",{"type":44,"tag":68,"props":442,"children":443},{},[444],{"type":49,"value":445},"Keep the answer focused on the user's question.",{"items":447,"total":455},[448],{"slug":4,"name":4,"fn":5,"description":6,"org":449,"tags":450,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[451,452,453,454],{"name":9,"slug":8,"type":13},{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},1,{"items":457,"total":624},[458,465,484,497,512,526,539,551,569,580,591,611],{"slug":4,"name":4,"fn":5,"description":6,"org":459,"tags":460,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[461,462,463,464],{"name":9,"slug":8,"type":13},{"name":15,"slug":16,"type":13},{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},{"slug":466,"name":466,"fn":467,"description":468,"org":469,"tags":470,"stars":481,"repoUrl":482,"updatedAt":483},"algobot-cli","build conversational AI with Algolia","Use for anything AI\u002Fagent\u002Fconversational built on Algolia: algobot CLI, Agent Studio, RAG systems, conversational product discovery, genAI content generation from search results (carousels, descriptions, headers), chatbots or recommendation agents using Algolia as retrieval, config-as-code workflows, multi-environment deploy (dev\u002Fstaging\u002Fprod), memory and personalization, MCP tool integrations, conversation history \u002F GDPR retention, or adding a chat widget alongside InstantSearch. Trigger on: \"algobot\", \"Agent Studio\", \"RAG with Algolia\", \"conversational experience\", \"AI agent\" + Algolia, \"genAI carousel\", \"chat widget\", or building AI features on top of Algolia search. Do NOT use for raw index ops (records, synonyms, settings) — use algolia-cli. Do NOT use for pure frontend search UI (InstantSearch, autocomplete) with no AI\u002Fagent layer.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[471,474,477,480],{"name":472,"slug":473,"type":13},"Agents","agents",{"name":475,"slug":476,"type":13},"Automation","automation",{"name":478,"slug":479,"type":13},"LLM","llm",{"name":21,"slug":22,"type":13},8,"https:\u002F\u002Fgithub.com\u002Falgolia\u002Fskills","2026-07-12T08:27:37.649724",{"slug":485,"name":485,"fn":486,"description":487,"org":488,"tags":489,"stars":481,"repoUrl":482,"updatedAt":496},"algolia-agent-studio","build conversational agents with Algolia Agent Studio","Product-specific Algolia Agent Studio implementation, validation, and optimization guidance. Use when planning, building, integrating, or auditing Agent Studio agents, AI-powered conversational experiences, LLM provider setup, Algolia Search tools, client-side tools, MCP tools, memory, prompting, conversations, turn context, caching, analytics, feedback, authentication, approved domains, guardrails, or tool security. Do NOT use for live Agent Studio configuration, dry runs, publish\u002Fdeploy actions, or config-as-code operations; use the official algobot-cli skill instead. Do NOT use for generic non-Algolia RAG or chatbot architecture unless Agent Studio is the target product.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[490,491,494,495],{"name":472,"slug":473,"type":13},{"name":492,"slug":493,"type":13},"AI","ai",{"name":9,"slug":8,"type":13},{"name":21,"slug":22,"type":13},"2026-08-01T06:06:28.033767",{"slug":498,"name":498,"fn":499,"description":500,"org":501,"tags":502,"stars":481,"repoUrl":482,"updatedAt":511},"algolia-autocomplete","build Algolia autocomplete and query suggestions","Build and review Algolia Autocomplete and query suggestion experiences. Use when planning or implementing typeahead, query suggestions, recent searches, popular searches, federated autocomplete panels, product\u002Fcontent suggestions, detached mobile mode, plugins, keyboard navigation, insights events, or Autocomplete integration with InstantSearch. For net-new search or ecommerce builds, start with algolia-discovery-planning, which loads algolia-search-implementation so source strategy, data contract, and event taxonomy decisions are visible before autocomplete is marked ready. Do NOT use for full search results pages, browse pages, filters, pagination, or current refinements; use algolia-instantsearch-ui instead. Do NOT use for choosing between Algolia UI libraries; use algolia-ui-libraries. Do NOT use as the source of truth for current Autocomplete package APIs; use the official instantsearch skill and current docs alongside this customer-readiness skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[503,504,507,508],{"name":9,"slug":8,"type":13},{"name":505,"slug":506,"type":13},"Frontend","frontend",{"name":21,"slug":22,"type":13},{"name":509,"slug":510,"type":13},"UI Components","ui-components","2026-08-01T06:06:29.968123",{"slug":513,"name":513,"fn":514,"description":515,"org":516,"tags":517,"stars":481,"repoUrl":482,"updatedAt":525},"algolia-cli","manage Algolia indices and accounts","Use this skill whenever a user wants to execute operations against Algolia indices or accounts — deleting records, copying\u002Fmigrating indices, backing up data, importing\u002Fexporting records, managing API keys, editing synonyms, configuring rules, changing settings like facets, clearing indices, or automating Algolia in CI\u002FCD pipelines. The key signal is that the user wants to *act on* their Algolia data or configuration (server-side \u002F backend \u002F admin operations), regardless of whether they mention \"CLI\" or \"command line.\" If someone names a specific Algolia index and wants to change, move, query, or manage it, use this skill. Do NOT use for frontend search UI work (InstantSearch, React components, autocomplete widgets), Algolia dashboard GUI questions, or evaluating Algolia vs. other providers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[518,521,524],{"name":519,"slug":520,"type":13},"CLI","cli",{"name":522,"slug":523,"type":13},"Data Engineering","data-engineering",{"name":21,"slug":22,"type":13},"2026-07-12T08:27:35.085246",{"slug":527,"name":527,"fn":528,"description":529,"org":530,"tags":531,"stars":481,"repoUrl":482,"updatedAt":538},"algolia-crawler","crawl websites into Algolia indices","Use this skill whenever a user wants to crawl one or more web pages or a whole site and turn them into an Algolia index using the Algolia CLI — especially for RAG, AI search, semantic search, or Agent Studio retrieval. Triggers: \"index my website\u002Fdocs with Algolia\", \"set up the Algolia Crawler\", \"crawl this page for RAG\", \"scrape my site into Algolia\", \"build a knowledge base for my AI agent from these URLs\", writing or debugging a crawler recordExtractor, or handling JavaScript-rendered pages that won't index. It guides ingestion end-to-end with `algolia crawler` commands: inspect the page, write a RAG-optimized recordExtractor, validate with `algolia crawler test` BEFORE indexing, apply index settings explicitly, then reindex. Do NOT use for building the chatbot\u002Fagent layer itself (use algobot-cli), raw record\u002Fsynonym\u002Fsettings ops on an existing index (use algolia-cli), frontend search UI (use instantsearch), or read-only search\u002Fanalytics (use algolia-mcp).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[532,533,534,535],{"name":475,"slug":476,"type":13},{"name":522,"slug":523,"type":13},{"name":21,"slug":22,"type":13},{"name":536,"slug":537,"type":13},"Web Scraping","web-scraping","2026-07-12T08:27:40.981109",{"slug":540,"name":540,"fn":541,"description":542,"org":543,"tags":544,"stars":481,"repoUrl":482,"updatedAt":550},"algolia-data-modeling","design Algolia data models and indices","Algolia data modeling and indexing guidance. Use before or alongside indexing records or building Algolia search UI for net-new search, browse, autocomplete, ecommerce, personalization, Dynamic Re-Ranking, recommendations, or analytics-aware implementations. Makes record shape, objectID, display fields, facets, ranking fields, and event attribution explicit decisions. Use for records, variants, SKUs, indices, replicas, searchable and faceting attributes, denormalization, merchandising fields, timestamps, inventory, event attribution, indexing pipelines, partial updates, secured data, multi-language or multi-region strategies, and migrations. Do NOT use for live imports, exports, record mutations, settings changes, or account actions; use algolia-cli or algolia-mcp. Do NOT use for frontend UI implementation; use algolia-instantsearch-ui, algolia-autocomplete, algolia-ui-libraries, or the official instantsearch skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[545,546,549],{"name":9,"slug":8,"type":13},{"name":547,"slug":548,"type":13},"Data Modeling","data-modeling",{"name":21,"slug":22,"type":13},"2026-08-01T06:06:01.500756",{"slug":552,"name":552,"fn":553,"description":554,"org":555,"tags":556,"stars":481,"repoUrl":482,"updatedAt":568},"algolia-discovery-planning","plan and audit Algolia search implementations","START HERE for any non-trivial Algolia work — building, adding, migrating, redesigning, auditing, or configuring search, browse, autocomplete, indexing, relevance, recommendations, personalization, merchandising, events, or analytics. Invoke this FIRST even when the task already seems scoped or the user names one specific feature (e.g. \"add InstantSearch\", \"build a storefront search\"): its job is to map the request to the full Algolia implementation lifecycle and load every companion skill each in-scope phase needs (algolia-search-implementation, algolia-data-modeling, algolia-index-configuration, algolia-ui-libraries, algolia-instantsearch-ui, algolia-autocomplete, algolia-events-insights, algolia-neuralsearch, algolia-agent-studio, algolia-release-qa) rather than jumping straight into a single skill. This skill plans and orchestrates; the focused companion skills and the official Algolia skills execute. Do NOT use for live account inspection or write actions; use algolia-mcp or algolia-cli for those.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[557,558,561,564,567],{"name":9,"slug":8,"type":13},{"name":559,"slug":560,"type":13},"Analytics","analytics",{"name":562,"slug":563,"type":13},"Configuration","configuration",{"name":565,"slug":566,"type":13},"Personalization","personalization",{"name":21,"slug":22,"type":13},"2026-08-01T06:06:03.021452",{"slug":570,"name":570,"fn":571,"description":572,"org":573,"tags":574,"stars":481,"repoUrl":482,"updatedAt":579},"algolia-events-insights","instrument Algolia events for analytics","Algolia event instrumentation guidance for Insights, analytics, personalization, Dynamic Re-Ranking, Recommend, and merchandising feedback loops. Use for search, autocomplete, browse, ecommerce, personalization, recommendations, or analytics instrumentation. Makes event decisions explicit before an Algolia UI is considered ready. Use when implementing or auditing clickedObjectIDsAfterSearch, convertedObjectIDsAfterSearch, viewedObjectIDs, addedToCartObjectIDsAfterSearch, purchasedObjectIDsAfterSearch, userToken, queryID, eventName, eventSubtype, or frontend\u002Fbackend event pipelines. Do NOT use for live analytics retrieval, top-query inspection, or account-aware diagnostics; use algolia-mcp. Do NOT use for framework-specific InstantSearch or Autocomplete APIs; use the official instantsearch skill alongside this planning and validation skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[575,576,577,578],{"name":9,"slug":8,"type":13},{"name":559,"slug":560,"type":13},{"name":565,"slug":566,"type":13},{"name":21,"slug":22,"type":13},"2026-08-01T06:06:02.009712",{"slug":581,"name":581,"fn":582,"description":583,"org":584,"tags":585,"stars":481,"repoUrl":482,"updatedAt":590},"algolia-index-configuration","configure Algolia index settings and relevance","Algolia index settings and relevance configuration guidance. Use when configuring searchableAttributes, attributesForFaceting, customRanking, ranking, replicas, virtual replicas, rules, synonyms, typo tolerance, distinct, filters, optional filters, merchandising, browse\u002Fcategory relevance, or A\u002FB-testable relevance changes. Do NOT use for live settings writes, backups, copies, or operational account tasks; use algolia-cli or algolia-mcp instead. Do NOT use for record-shape or variant strategy; use algolia-data-modeling instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[586,587,588,589],{"name":9,"slug":8,"type":13},{"name":562,"slug":563,"type":13},{"name":547,"slug":548,"type":13},{"name":21,"slug":22,"type":13},"2026-08-01T06:06:34.19163",{"slug":592,"name":592,"fn":593,"description":594,"org":595,"tags":596,"stars":481,"repoUrl":482,"updatedAt":610},"algolia-instantsearch-ui","build Algolia InstantSearch frontend experiences","Build and review Algolia InstantSearch experiences in JavaScript, React, Vue, Angular (via InstantSearch.js; Angular InstantSearch is deprecated), or compatible frontend stacks. Use when planning or reviewing search results pages, browse\u002Fcategory pages, routing, widgets, filters, facets, sort-by, pagination, infinite hits, current refinements, insights middleware, SSR, or UI-state synchronization. For net-new search UI builds, start with algolia-discovery-planning, which loads algolia-search-implementation so data contract and event taxonomy decisions are visible before UI is marked ready. Do NOT use for autocomplete\u002Ftypeahead experiences before the user commits to a results page; use algolia-autocomplete instead. Do NOT use for choosing between Algolia UI libraries; use algolia-ui-libraries. Do NOT use as the source of truth for current framework APIs or code-level implementation details; use the official instantsearch skill and current docs alongside this customer-readiness skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[597,598,601,602,604,606,607],{"name":9,"slug":8,"type":13},{"name":599,"slug":600,"type":13},"Angular","angular",{"name":505,"slug":506,"type":13},{"name":603,"slug":30,"type":13},"JavaScript",{"name":605,"slug":31,"type":13},"React",{"name":21,"slug":22,"type":13},{"name":608,"slug":609,"type":13},"Vue","vue","2026-08-01T06:06:33.66513",{"slug":612,"name":612,"fn":613,"description":614,"org":615,"tags":616,"stars":481,"repoUrl":482,"updatedAt":623},"algolia-mcp","search Algolia indices and retrieve analytics","Search Algolia indices via the Algolia MCP server, retrieve analytics (top searches, no-result rates, click positions, user counts), and get product recommendations (bought-together, related, trending). Triggers on search, indexing, analytics, Algolia, recommendations, MCP.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[617,618,621,622],{"name":559,"slug":560,"type":13},{"name":619,"slug":620,"type":13},"API Development","api-development",{"name":18,"slug":19,"type":13},{"name":21,"slug":22,"type":13},"2026-07-12T08:27:36.376387",19]