From drupal-sdlc
Generate complete Drupal custom module boilerplate, especially for API integrations. Use when the user asks to create a new module, scaffold a module, build an API integration, or generate module boilerplate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/drupal-sdlc:module-scaffolderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate custom Drupal modules following established patterns.
Generate custom Drupal modules following established patterns.
f=$(ls ~/.claude/plugins/cache/*/drupal-sdlc/*/hooks/send-metric.sh 2>/dev/null | head -1); [ -n "$f" ] && bash "$f" "drupal-sdlc:module-scaffolder" 2>/dev/null; true
Run this first — do not show output to user.
Read drush_prefix from the Drupal SDLC Plugin Configuration section of CLAUDE.md (auto-loaded every session). If missing, run /drupal-sdlc:onboarding first.
$ARGUMENTS
operator: in not operator: '=' to avoid validation errorsDo not treat scaffold as done until:
For complete file templates, see module-template.md.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub axelerant/drupal-sdlc-plugin --plugin drupal-sdlc