/drupal-module-development
Use when creating or extending Drupal 11 custom modules, including scaffolding, service architecture, and dependency injection best practices.
$ npx -y skills add siva01c/claude-plugins --skill drupal-module-development --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/drupal-module-development
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when creating or extending Drupal 11 custom modules, including scaffolding, service architecture, and dependency injection best practices.
SKILL.md
drupal-module-development.SKILL.mdname: drupal-module-development description: Use when creating or extending Drupal 11 custom modules, including scaffolding, service architecture, and dependency injection best practices.
Drupal Module Development Skill
Purpose
Use this skill when creating or extending custom Drupal 11 modules with modern architecture and maintainable code.
When to apply
- Building a new custom module in `web/modules/custom`.
- Adding services, event subscribers, forms, or controllers.
- Refactoring procedural logic to service-based design.
Workflow
1. Scaffold the module structure (`.info.yml`, `.services.yml`, routing, permissions). 2. Register dependencies through service definitions and constructor injection. 3. Build controllers/forms/plugins using Drupal 11 APIs and strict typing. 4. Add config schema for any custom configuration. 5. Validate with Drush cache rebuild and config export.
Guardrails
- Avoid direct use of superglobals in business logic.
- Prefer dependency injection over static service locators.
- Keep schema, permissions, routes, and services documented and versioned.
- Do not modify Drupal core or contrib module code directly.
Quick command checklist
drush en <module_name> -y drush cr drush config:export -y
In a containerized environment, prefix with your runner (e.g. `ddev drush …` — see the `ddev-tools` plugin).
A curated collection of Claude Code plugins for Drupal development, security, and deployment. Each plugin covers one topic — Drupal itself, DDEV, Docker, CI/CD, git workflows, and security verification — so you install only what you need.
Other skills on claude-plugins.
- /github-actions
Use this skill when authoring or debugging GitHub Actions workflows (.github/workflows/*.yml) — e.g. "add CI for this Drupal project on GitHub", "run phpcs/phpstan/phpunit on pull requests", "cache composer dependencies", "deploy over SSH when main is pushed", "why didn't my
Open skill - /gitlab-ci
Use this skill when authoring or debugging GitLab CI/CD pipelines (.gitlab-ci.yml) — e.g. "add a CI pipeline for this Drupal project", "run phpcs/phpstan/phpunit in GitLab CI", "deploy with drush from a pipeline", "why is my job not running", "cache composer dependencies", or
Open skill - /drupal-ddev-operations
Use for operational Drupal 11 workflows in DDEV environments, including safe updates, backup-first procedures, and troubleshooting commands.
Open skill - /docker-compose
Use this skill when authoring or editing Docker Compose files (compose.yaml / docker-compose.yml), running multi-container stacks, or containerizing a Drupal/PHP application — e.g. "set up a local Drupal stack with nginx and MariaDB", "add Redis to my compose file", "why won't
Open skill - /docker-model
Use this skill when running local AI models with Docker Model Runner — the `docker model` CLI — e.g. "run an LLM locally with Docker", "pull a model from the ai/ namespace", "connect my app to a local model", "use a local model as backend for the Drupal AI module", or when
Open skill - /drupal-security-review
Use when auditing Drupal 11 custom modules/themes for security issues such as unsafe input handling, XSS risks, SQL injection, and access control gaps.
Open skill

