guide-integrator

Integrate development methodology references and Drupal domain knowledge into architecture documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the integration of crucial development methodologies and online Drupal domain knowledge into architecture documents, ensuring best practices are followed.

Core Features & Use Cases

  • Methodology Integration: Loads and applies references for TDD, SOLID, DRY, Library-First, and Quality Gates.
  • Online Knowledge Access: Delegates to dev-guides-navigator for up-to-date Drupal-specific architectural decisions.
  • Use Case: When designing a new feature in Drupal, this Skill proactively loads relevant guides on SOLID principles and Library-First development, then uses the dev-guides-navigator to find the best practices for handling Drupal forms, ensuring a robust and maintainable design.

Quick Start

Use the guide integrator skill to load methodology references and online Drupal domain knowledge for designing a new feature.

Frequently Asked Questions about guide-integrator

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

FAQPage Schema
How do I integrate SOLID and TDD principles into Drupal architecture documents?

To integrate SOLID and TDD principles into Drupal architecture documents, load development methodology references and apply them during the design phase. The skill proactively fetches guides for SOLID, TDD, DRY, and Library-First to ensure robust maintainable designs.

What is the best way to apply Library-First methodology when designing a new Drupal feature?

The best way to apply Library-First methodology for a new Drupal feature is to invoke the guide integrator at the start of the design phase. It loads relevant development references and delegates to the dev-guides-navigator for specific architectural decisions.

How do I access online Drupal domain knowledge for architecture decisions?

Access online Drupal domain knowledge by delegating to the dev-guides-navigator skill. This integration fetches up-to-date architectural best practices for handling Drupal components like forms, ensuring your project adheres to current standards.

When do I need to load development guides for a Drupal project?

Load development guides at the start of the design and implementation phases of a Drupal project. Proactive invocation ensures architecture documents immediately incorporate quality gates and foundational principles like SOLID and DRY.

Does this approach work for both the design and implementation phases of Drupal development?

Yes, this methodology integration works for both the design and implementation phases of Drupal development. It requires proactive invocation at the start of each phase to load relevant guides and delegate architectural decisions effectively.

What are the limitations of using predefined references for Drupal architectural decisions?

Predefined references are limited to static methodologies like SOLID, TDD, DRY, and Library-First. For dynamic or highly specific Drupal architectural decisions, the skill relies entirely on delegating to the dev-guides-navigator for online domain knowledge.