What problem does it solve? Finding the right AEM Edge Delivery Services documentation page on aem.live is slow when web searches return irrelevant results, and reading full pages wastes context. This Skill provides a local search script that indexes 150+ documentation pages and blog posts, returning ranked results with snippets so you only fetch the pages that matter. ## Core Features & Use Cases - Keyword-Based Search with Relevance Scoring: Run node .github/skills/aem-skill-docs-search/scripts/search.js <keywords> to get JSON results ranked by weighted title, description, and content matches, with stop-word filtering and multi-keyword bonuses. - Deprecation Detection: Results include deprecation warnings pulled from the query index, with deprecated pages penalized in ranking so you can alert users to outdated features. - Cached Index Fetching: The script caches the aem.live docpages and query indexes locally for 24 hours, avoiding repeated network requests. - Use Case: When asked how to configure bulk metadata in AEM Edge Delivery Services, search for "metadata", review the top results like /docs/bulk-metadata, then fetch the full page at https://www.aem.live/docs/bulk-metadata to give a complete answer. ## Quick Start Ask the assistant to search the aem.live documentation for a specific topic such as "block decoration" and summarize the most relevant official guidance.