Searching AEM Documentation

Search and rank AEM documentation pages and blog posts from aem.live.

3|Updated Apr 17, 2025
One-click install
npx skills add https://github.com/arbory-digital-inc/sas-demo --skill searching-aem-documentation-arbory-digital-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Searching AEM Documentation
Source: https://github.com/arbory-digital-inc/sas-demo/tree/main/.claude/skills/docs-search
Command: npx skills add https://github.com/arbory-digital-inc/sas-demo --skill searching-aem-documentation-arbory-digital-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps users quickly locate relevant AEM Edge Delivery Services documentation and blog content from aem.live, reducing time spent sifting through noise.

Core Features & Use Cases

  • Indexed search: Filters and ranks results from the docs index and blog posts to surface the most relevant pages.
  • Snippet-backed results: Presents concise snippets and page metadata for quick evaluation.
  • Guided reading with WebFetch: Use WebFetch to read full content of top results for deeper understanding.
  • Use Case: When you need authoritative guidance on a feature or best practices after scanning code or project docs.

Quick Start

Run the search script from project root to query keywords, e.g.: node .claude/skills/docs-search/scripts/search.js aem documentation or to fetch all results: node .claude/skills/docs-search/scripts/search.js --all aem

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?

This skill filters and ranks AEM Edge Delivery Services documentation and blog posts from aem.live using keyword matching and relevance scoring, returning concise snippets and metadata for quick evaluation.

What is the best way to find AEM tutorials and best practices after inspecting code?

Use the search pipeline to index and filter AEM documentation and blog posts, applying keyword matching and deprecation handling to surface authoritative guidance and precise tutorials after scanning code.

Can I fetch the full content of AEM docs search results?

Yes, you can fetch the full content of top AEM docs search results using WebFetch for guided reading, providing deeper understanding beyond the initial concise snippets and page metadata.

How do I query all AEM documentation results using the command line?

Run the search script from the project root with the --all flag followed by your keywords to fetch and process the complete set of matching AEM documentation pages from the index.

Does the AEM docs search handle deprecated features?

Yes, the AEM docs search handles deprecated features through a dedicated deprecation handling mechanism within its search pipeline, ensuring you are aware of outdated guidance when researching.

Why are my AEM documentation searches returning irrelevant results?

Irrelevant AEM documentation searches may occur if keywords are too broad; the search script applies relevance scoring and keyword filtering to prioritize the most accurate pages and reduce noise.