docs-search

Search aem.live documentation for relevant pages and contextual snippets.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/thojava/baco --skill docs-search-thojava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-search
Source: https://github.com/thojava/baco/tree/main/.skills/docs-search
Command: npx skills add https://github.com/thojava/baco --skill docs-search-thojava

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a focused way to find authoritative aem.live documentation and blog pages for AEM Edge Delivery Services features so you don't waste time on irrelevant search results.

Core Features & Use Cases

  • Targeted Search: Runs a local search script against aem.live indexes to return the most relevant documentation pages and blog posts.
  • Contextual Results: Returns titles, short descriptions, relevance scores, snippets that show keyword context, and deprecation flags to guide decisions.
  • Use Case: When implementing an AEM Edge Delivery Services feature, use this to find implementation guidance, API details, and recommended alternatives for deprecated features.

Quick Start

Run the project's search script with 1-3 specific keywords to retrieve ranked aem.live documentation results and then fetch the top pages for full context.

Frequently Asked Questions about docs-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find AEM Edge Delivery Services documentation for implementation guidance?

AEM Edge Delivery Services documentation is located by querying cached doc indexes with 1-3 specific keywords to retrieve ranked pages, contextual snippets, and relevance scores over HTTPS.

Can I check if an AEM Edge Delivery feature has a deprecation notice?

Deprecation notices are surfaced directly in search results by applying deprecation penalties to ranking and flagging deprecated features to guide developers toward recommended alternatives.

What is the best way to search aem.live docs for troubleshooting steps?

Searching aem.live docs is best done by running a targeted query against the documentation indexes, returning titles, short descriptions, and contextual snippets that show keyword context for troubleshooting.

Does the AEM documentation search support fetching full page content?

Full page content fetching is supported after retrieving ranked search results, allowing developers to read the complete documentation pages for deeper implementation context and feature details.

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

A targeted documentation search should be used after general web and project searches fail to yield relevant AEM Edge Delivery Services implementation guidance, API details, or authoritative blog posts.