Searching AEM Documentation

Search aem.live documentation indexes via a Node.js script.

1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/initialyze/acme-services --skill searching-aem-documentation-initialyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Searching AEM Documentation
Source: https://github.com/initialyze/acme-services/tree/main/.claude/.skills/docs-search
Command: npx skills add https://github.com/initialyze/acme-services --skill searching-aem-documentation-initialyze

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 searches the complete aem.live docs and blog indexes using the provided CLI script.
  • Returns structured results including path, title, description, snippet, type, and relevance score.
  • Supports follow-up reading with WebFetch to fetch full pages.

Quick Start

Run the docs search script to locate relevant AEM documentation by providing keywords. Example: node .claude/skills/docs-search/scripts/search.js block decoration. Review the top results and use WebFetch to read the full content of 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 Services documentation effectively?

Search AEM Edge Delivery Services documentation by running the dedicated Node.js CLI script against the official aem.live indexes. It computes relevance across docpages and blog entries, returning structured results with paths, titles, and snippets.

What is the best way to find implementation details in aem.live docs?

Find implementation details in aem.live docs by querying the remote JSON indexes like docpages-index.json via the search script. You receive relevance-scored structured results, then use WebFetch to read the full content of the most relevant pages.

Can I use WebFetch to read AEM documentation directly?

Use WebFetch to read AEM documentation directly after locating the exact URLs. The search script first queries the aem.live indexes to compute relevance and identify the correct paths, then WebFetch fetches the full page content for detailed reading.

Do I need Node.js to search the AEM docs index?

You need Node.js to run the dedicated search script that queries the aem.live indexes. The script executes locally to compute relevance across the docpages and blog indexes, returning structured results before you use WebFetch for full content.

What data is returned when querying the aem.live docpages index?

Querying the aem.live docpages index returns structured data including the document path, title, description, snippet, type, and a relevance score. This allows you to quickly evaluate results and select the best pages to fetch via WebFetch.