guide-loader

Load development guides into context via the dev-guides-navigator skill.

32|7|Updated Dec 6, 2025
One-click install
npx skills add https://github.com/camoa/claude-skills --skill guide-loader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guide-loader
Source: https://github.com/camoa/claude-skills/tree/main/drupal-dev-framework/skills/guide-loader
Command: npx skills add https://github.com/camoa/claude-skills --skill guide-loader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of accessing relevant development guides, ensuring you have the right information at the right time without manual searching.

Core Features & Use Cases

  • On-demand Guide Retrieval: Fetches specific guides based on keywords or user requests.
  • Intelligent Routing: Delegates to the dev-guides-navigator for efficient, cached, and disambiguated guide discovery.
  • Contextual Integration: Suggests how to apply retrieved guide information to your current task.
  • Use Case: When starting a new feature, you can ask the AI to "Load the guide on ECA patterns," and this Skill will find and present the relevant information, even suggesting how to implement it.

Quick Start

Ask the AI to load the ECA guide.

Frequently Asked Questions about guide-loader

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

FAQPage Schema
How do I load development guides into AI context for implementation tasks?

Loading development guides into AI context is done by requesting specific guides via keywords. The skill delegates online discovery, caching, and disambiguation to the dev-guides-navigator to fetch up-to-date documentation for implementation tasks.

What is the best way to retrieve up-to-date documentation for a new software feature?

The best way to retrieve up-to-date documentation is through on-demand guide retrieval. Ask the AI to load a specific guide by keyword, and the skill fetches and presents the relevant information while suggesting how to apply it to your current task.

Do I need the dev-guides-navigator skill to use guide loading features?

Yes, you need the dev-guides-navigator skill available. The guide loading feature requires it to handle routing, online discovery, caching, and disambiguation of development documentation.

Can I use this to fetch documentation for ECA patterns when starting a new project?

Yes, you can fetch documentation for ECA patterns. Simply ask the AI to load the ECA guide, and the skill will find and present the relevant information while suggesting how to implement it for your project.

How does intelligent routing work when accessing specific development guides?

Intelligent routing works by delegating guide discovery to the dev-guides-navigator skill. This ensures efficient retrieval by utilizing caching and disambiguation to load the correct specific documentation into the AI's context.