Searching AEM Documentation

Searches AEM Edge Delivery docs and blogs by keyword relevance.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/ak8458/abc-boilerplate --skill searching-aem-documentation-ak8458
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Searching AEM Documentation
Source: https://github.com/ak8458/abc-boilerplate/tree/main/.skills/docs-search
Command: npx skills add https://github.com/ak8458/abc-boilerplate --skill searching-aem-documentation-ak8458

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 use WebFetch to read the full content of the most relevant results.

Core Features & Use Cases

  • Efficiently discover relevant AEM Edge Delivery documentation and tutorials.
  • Rank results by relevance and surface concise summaries and snippets for quick assessment.
  • Handle deprecations by warning and suggesting alternatives.

Quick Start

Run the search script with your keywords to retrieve the top results and then WebFetch the most relevant pages.

Frequently Asked Questions about Searching AEM Documentation

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

FAQPage Schema
How do I search AEM Edge Delivery documentation more efficiently?

To search AEM Edge Delivery documentation efficiently, query the official index data using multi-keyword relevance scoring to filter out stop words and rank results by relevance. This approach returns concise page paths, titles, and snippets without loading full pages, saving context.

What is the best way to find specific AEM configuration guidance across docs and blog posts?

The best way to find AEM configuration guidance is to run a keyword search against the consolidated docpages-index.json and query-index.json datasets. This mechanism surfaces structured results including the path, title, description, and snippet for both docs and blog posts.

Can I check if an AEM Edge Delivery feature is deprecated before reading the full documentation?

Yes, you can check deprecations directly from search results. The search output includes a deprecation field that warns you about deprecated features and suggests alternatives, preventing you from wasting time reading outdated documentation pages.

How do I retrieve the full content of a relevant AEM documentation page after finding its path?

To retrieve full content after finding a relevant page path, use WebFetch on the top-ranked search results. The search script first identifies and scores the most relevant documentation links, enabling you to fetch only the authoritative pages you need.

Does the AEM documentation search return results for both tutorials and feature references?

Yes, the AEM documentation search returns results for both tutorials and feature references. It queries the complete aem.live documentation index, ranking both standard docs and blog posts by multi-keyword relevance to surface the most appropriate authoritative guidance.