core-pattern-finder

Locates Drupal core implementation patterns and returns file path references using Grep and Glob searches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly locate specific implementation patterns within the Drupal core codebase, providing direct file path references for common Drupal development constructs.

Core Features & Use Cases

  • Pattern Matching: Searches Drupal core for classes, interfaces, services, and plugins based on provided patterns.
  • Quick Reference: Offers pre-defined paths for frequently used patterns like Forms, Entities, Services, and Plugins.
  • Use Case: A developer needs to understand how Drupal core handles configuration forms. They can use this Skill to get the file path and key methods for ConfigFormBase.

Quick Start

Use the core-pattern-finder skill to find the core example for ConfigFormBase.

Frequently Asked Questions about core-pattern-finder

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

FAQPage Schema
How do I find implementation examples of specific patterns in the Drupal core codebase?

To find Drupal core implementation examples, you can use pattern matching utilities to search the codebase directory structure for specific classes, interfaces, services, and plugins like FormBase or Entity controllers.

What is the best way to locate Drupal core file paths for common development constructs like FormBase?

The best way to locate Drupal core file paths for constructs like ConfigFormBase is by searching the core directory using Grep and Glob utilities to match specific implementation patterns and return exact file references.

Can I search for Drupal core Plugin Managers and Entity controllers using file path references?

Yes, you can search for Drupal core Plugin Managers and Entity controllers by applying pattern matching against the core codebase to retrieve direct file path references for these common development constructs.

Does finding Drupal core patterns require Grep and Glob utilities?

Yes, finding Drupal core patterns requires Grep and Glob utilities to perform pattern matching and file searching within the core directory structure to locate specific implementation examples.

When do I need to search the Drupal core codebase for implementation patterns?

You need to search the Drupal core codebase for implementation patterns when you require understanding of core's internal workings, such as finding examples of configuration forms, services, or plugin architectures.

Why should I use predefined paths to find Drupal core implementation examples instead of manual searching?

Using predefined paths to find Drupal core implementation examples saves time by offering quick references for frequently used patterns like Forms, Entities, Services, and Plugins without manually traversing the entire directory structure.