Searching AEM Documentation

Searches official AEM documentation for relevant feature details and implementation guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Sifting through vast documentation for specific AEM Edge Delivery information can be time-consuming and lead to irrelevant results. This skill provides a targeted search, delivering precise answers quickly, so you can focus on building.

Core Features & Use Cases

  • Targeted Documentation Search: Queries official aem.live documentation and blog posts for highly relevant information.
  • Relevance Scoring: Prioritizes results based on keyword matches in title, description, and content, ensuring you see the most important information first.
  • Deprecation Alerts: Warns about deprecated features, guiding users to current best practices and preventing the use of outdated solutions.
  • Use Case: When you need to understand "block decoration" in AEM, use this skill to get the most relevant official documentation pages, then use WebFetch to read the full content, saving you from sifting through generic web search results.

Quick Start

Search the AEM documentation for information on "universal editor blocks".

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 documentation to find specific feature information?

Search AEM documentation using targeted keyword queries that prioritize results by relevance scoring across titles, descriptions, and content. The search filters stop words and retrieves official aem.live documentation and blog posts, surfacing the most authoritative information first without generic web noise.

What should I do if AEM documentation mentions a deprecated feature?

The search surfaces deprecation alerts that warn you about outdated features and guide you toward current best practices. This prevents implementing solutions that are no longer supported and ensures your code aligns with current AEM Edge Delivery standards.

Can I use AEM documentation search after reviewing my project codebase?

Yes. This skill applies after you've reviewed your codebase and need detailed feature explanations, integration guidance, or reference implementations beyond what general web results provide. Use it to locate authoritative platform guidance and implementation patterns.

How do I get precise answers about AEM Edge Delivery blocks and components?

Query the targeted documentation search with specific terms like 'universal editor blocks' or 'block decoration.' Results are ranked by keyword matches in official documentation, then retrieve full content via WebFetch to read complete guidance without manual sifting.

What's the fastest way to find best practices for AEM development?

Search official AEM documentation for implementation guidance and best practices using keyword-based queries with stop-word filtering and relevance scoring. Cached results and relevance prioritization deliver precise answers quickly, eliminating time spent sorting irrelevant sources.