acquia-source-docs-explorer

Fetch Acquia Source documentation pages matching a user query from a local sitemap.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill acquia-source-docs-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acquia-source-docs-explorer
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/migrate-drupal-canvas-source/skills/acquia-source-docs-explorer
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill acquia-source-docs-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automatically retrieves official Acquia Source documentation pages relevant to a user query by loading a local sitemap, filtering results, and returning the full page content for review or contextual use.

Core Features & Use Cases

  • Loads the Acquia Source sitemap (acquia-source-sitemap.xml) to map docs pages
  • Matches user queries to relevant pages and fetches complete page content with all text, code examples, and sections
  • Returns content in organized blocks suitable for knowledge extraction, platform verification, or configuration guidance
  • Use Case: When you need detailed guidance on Acquia Source features like menus, components, or API integration, this skill pulls the authoritative docs for you

Quick Start

Invoke with /acquia-source-docs-explorer <query> to fetch matching Acquia Source documentation pages.

Frequently Asked Questions about acquia-source-docs-explorer

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

FAQPage Schema
How do I retrieve official Acquia Source documentation pages for a specific query?

To retrieve Acquia Source documentation, you can use a skill that loads a local acquia-source-sitemap.xml, matches your query to relevant pages, and fetches the complete content. It returns the full text and code examples for AI-assisted review.

Can I fetch full Acquia docs content including code examples and API integration details?

Yes, fetching Acquia docs content includes all text, code examples, and sections from the matched pages. The skill returns the complete page content in organized blocks suitable for knowledge extraction, platform verification, or configuration guidance.

How does the Acquia docs explorer find matching pages from the sitemap?

The Acquia docs explorer finds matching pages by loading a configured acquia-source-sitemap.xml file located in the skill directory, filtering the available URLs based on your query, and fetching the full content from the matched documentation pages.

Do I need internet access and curl to fetch Acquia Source documentation pages?

Yes, you need internet access and curl to fetch Acquia Source documentation pages. The skill requires connectivity to retrieve the full page content and depends on curl to execute the web fetch operations successfully.

What are the limitations of using a sitemap-based approach for Acquia documentation retrieval?

A limitation of sitemap-based Acquia documentation retrieval is that it requires a pre-configured acquia-source-sitemap.xml in the skill directory. The scope is strictly limited to discovering pages listed in that sitemap and fetching their static content.

What is the best way to get detailed guidance on Acquia Source features like menus and components?

The best way to get detailed guidance on Acquia Source features is to query the documentation explorer. It maps docs pages via the sitemap and pulls the authoritative docs containing text, code examples, and configuration details for your specific feature request.