Searching AEM Documentation

Search aem.live documentation and return relevant results with scores.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

Sifting through vast AEM documentation for specific information can be time-consuming and frustrating, often yielding irrelevant results from generic web searches. This Skill provides a targeted, efficient search.

Core Features & Use Cases

  • Targeted AEM Search: Efficiently searches the complete aem.live documentation and blog posts, filtering out noise.
  • Relevance & Context: Provides results with relevance scores, brief descriptions, and content snippets to quickly grasp context.
  • Deprecation Alerts: Automatically flags deprecated features, guiding you towards current best practices.
  • Use Case: When you need to understand "block decoration" in AEM, use this skill to quickly pinpoint the most relevant official documentation pages, then use WebFetch to get the full details, saving you from manual browsing.

Quick Start

Search AEM documentation for '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 efficiently instead of browsing manually?

Search AEM documentation by identifying 1-3 keywords related to your feature or implementation question, then execute the search script to retrieve top results with relevance scores and content snippets. This filters noise from generic web searches and surfaces official aem.live guidance directly.

Can I find deprecated AEM features and current best practices in one search?

Yes. The search surfaces deprecation alerts automatically when features are no longer current, guiding you toward recommended alternatives and best practices documented in official AEM resources.

What's the fastest way to locate information about a specific AEM block or feature?

Extract the core technical term from your question—such as 'universal editor blocks' or 'block decoration'—run the search script against aem.live documentation, then use WebFetch to read full pages. This approach bypasses manual browsing and generic search noise.

When should I use targeted AEM documentation search instead of a web search?

Use this search when basic web searches fail to surface relevant results, after inspecting your codebase for context, or when you need official aem.live guidance on implementation patterns. It filters irrelevant third-party content and returns documentation and blog posts from the authoritative source.

Does this search work for troubleshooting AEM implementation issues?

Yes. Search AEM documentation for troubleshooting and problem-solving guidance. The skill retrieves relevant features, implementation steps, and best practices from official docs to help resolve code-level and configuration issues.