This is a comprehensive prompt for building Drupal 10 modules the right way. It pushes you toward modern PHP 8.1+ patterns with strict typing, service containers, and dependency injection while keeping you honest with Drupal's APIs and coding standards. You get practical guidance on routing, forms, database access through the Repository pattern, and proper hook implementation. The emphasis on SOLID principles and PSR-12 standards is refreshing for a CMS that historically attracted less disciplined code. Use this when you're building custom modules and want to avoid the sloppy shortcuts that haunt Drupal projects years later.
npx skills add https://github.com/mindrally/skills --skill drupal-development