Searching AEM Documentation

Search aem.live documentation for AEM Edge Delivery Services information.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/paul-hosking-cdw-com/da-with-ue-demo --skill searching-aem-documentation-paul-hosking-cdw-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Searching AEM Documentation
Source: https://github.com/paul-hosking-cdw-com/da-with-ue-demo/tree/main/.claude/skills/docs-search
Command: npx skills add https://github.com/paul-hosking-cdw-com/da-with-ue-demo --skill searching-aem-documentation-paul-hosking-cdw-com

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps users locate authoritative AEM Edge Delivery Services documentation quickly, reducing time spent scouring docs and blogs.

Core Features & Use Cases

  • Unified search across docs and blogs to surface the most relevant pages.
  • Contextual snippets and deprecation handling to help triage results quickly.
  • WebFetch-style reading by retrieving full content of top results for thorough understanding.

Quick Start

Ask the skill to search for a topic and return the top documentation result.

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 Services documentation effectively?

You can search AEM Edge Delivery Services documentation by querying the aem.live docs to surface relevant pages, contextual snippets, and deprecation data. The skill fetches and indexes docpages, computes relevance, and returns structured results.

Can I retrieve full content from AEM docs instead of just search snippets?

Yes, the skill performs WebFetch-style reading to retrieve the full content of top documentation results. This allows for a thorough understanding of features, implementation details, and best practices beyond basic snippets.

Does the AEM docs search include deprecation information and blog posts?

Yes, the search merges deprecation data into the results to help you triage outdated information quickly. It also performs a unified search across both documentation and blog content to surface the most relevant pages.

What is the best way to find AEM Edge Delivery implementation guidance after reviewing local code?

Use this skill to perform targeted searches of the aem.live documentation when you need implementation guidance after reviewing local code. It accounts for deprecations and multiple result sources to provide authoritative information.

Are there any dependencies required to search aem.live documentation?

No external dependencies are required. The skill relies on a built-in docs-search script to fetch, index, and query data from aem.live, computing relevance and merging deprecation data entirely within its internal scripts.