docs-search

Search local docs and remote aem.live indexes for ranked documentation results.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aramark-destinations/aramark-mb --skill docs-search-aramark-destinations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-search
Source: https://github.com/aramark-destinations/aramark-mb/tree/main/.agents/skills/eds/docs-search
Command: npx skills add https://github.com/aramark-destinations/aramark-mb --skill docs-search-aramark-destinations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locate relevant official AEM.live documentation and project docs when standard searches miss context, saving time and reducing guesswork.

Core Features & Use Cases

  • Local-first search against the repository's docs/, surfacing project-specific guidance.
  • Remote search using the official aem.live indexes (docpages-index.json and query-index.json) with relevance scoring.
  • Deprecation awareness by overlaying deprecation notices and suggesting alternatives.
  • Read full results via WebFetch to fetch the actual documentation pages for deeper context.

Quick Start

Run the search script with your keywords and read the top results with WebFetch to get full documentation.

Frequently Asked Questions about docs-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search AEM.live documentation when standard web search misses context?

To search AEM.live documentation, query local project docs and remote indexes to retrieve ranked results with snippets and deprecation notes, yielding precise feature guidance for implementation questions.

What is the best way to find deprecation notices and alternatives in AEM docs?

Finding deprecation notices involves searching the aem.live indexes, which overlays deprecation warnings on the ranked search results and suggests alternatives for outdated implementation features.

Can I use WebFetch to read full documentation pages after searching local docs?

Yes, you can use WebFetch to read full documentation pages by fetching the actual URLs surfaced from the local docs directory and remote aem.live indexes for deeper context.

Does AEM docs search require access to local project repositories?

Yes, local-first search requires access to the repository's docs directory to surface project-specific guidance, while remote search uses the official aem.live indexes for broader documentation retrieval.

When should I use a local docs index instead of a remote aem.live index?

Use a local docs index when you need project-specific guidance from the repository, and use remote aem.live indexes for official feature documentation, implementation questions, and broader keyword search results.