docs-search

Search aem.live documentation and blog indexes for AEM Edge Delivery Services guidance.

162|67|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/adobe/skills --skill docs-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-search
Source: https://github.com/adobe/skills/tree/main/skills/aem/edge-delivery-services/skills/docs-search
Command: npx skills add https://github.com/adobe/skills --skill docs-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you efficiently search the complete aem.live documentation (docs and blog posts) without wasting context on irrelevant pages. Use the provided search script to find relevant documentation pages, then fetch and read the full content of the most relevant results.

Core Features & Use Cases

  • Fast access to relevant docs: Quickly surface documentation and blog posts about AEM Edge Delivery Services features.
  • Contextual results: Receive a snippet and a concise description for each result to decide next steps.
  • Use Case: Imagine you're implementing a feature and need authoritative docs; this skill returns the top docs and a snippet for quick reading.

Quick Start

Run the search with keywords: node .claude/skills/docs-search/scripts/search.js <keyword1> [keyword2] [...]

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 Edge Delivery Services documentation for implementation guidance?

Search AEM Edge Delivery Services documentation by running the provided search script with targeted keywords to surface relevant docpages and blog posts. The script analyzes your keywords against indexes and returns prioritized results with contextual snippets for fast retrieval.

Can I check for AEM deprecation notes while searching for docs?

Yes, you can check for AEM deprecation notes while searching. The search applies deprecation awareness against docpages and blog indexes, returning prioritized results that surface deprecation notes to enable safer implementation decisions.

What is the best way to find AEM blog posts about specific features?

The best way to find AEM blog posts about specific features is to run the search script with relevant keywords. It analyzes user-provided keywords against blog indexes and returns prioritized results with concise descriptions and snippets for quick reading.

Does the AEM docs search return full page content or just snippets?

The AEM docs search returns prioritized results with contextual snippets and concise descriptions, enabling you to decide next steps. After identifying the most relevant results, you can fetch and read the full content of those specific documentation pages.

How do I run a keyword search for AEM Edge Delivery Services docs?

Run a keyword search for AEM Edge Delivery Services docs by executing the search script with your keywords: node .claude/skills/docs-search/scripts/search.js <keyword1> [keyword2]. The script analyzes the keywords against indexes and returns prioritized documentation results.

Why does my AEM documentation search return irrelevant pages?

An AEM documentation search might return irrelevant pages if your keywords lack specificity. The search script analyzes user-provided keywords against docpages and blog indexes; refining your keywords helps surface more relevant AEM Edge Delivery Services guidance with contextual snippets.