
madsnorgaard/agent-resources
2 skills549 installs90 starsGitHub
Install
npx skills add https://github.com/madsnorgaard/agent-resourcesSkills in this repo
1Drupal ExpertDrupal Expert packages senior Drupal 10 and 11 guidance for agents asked to build CMS features, fix module bugs, or plan migrations. Its standout rule is research-first: before generating custom PHP, the skill pushes you to verify whether a maintained contrib module, recipe, or patch already solves the problem—evaluating security team coverage, issue queue health, and compatibility shields on drupal.org. Once custom work is justified, it orients development around modern Drupal architecture—dependency-injected services, event subscribers, configuration management, and Twig theming—rather than legacy procedural patterns. Solo builders maintaining client Drupal sites or indie SaaS on Drupal benefit when they need consistent API answers without re-reading core change records every sprint. Complexity is advanced because Drupal’s entity, cache, and permission layers reward experience. Pair with your test and deploy skills for full ship coverage; this skill focuses on correct Drupal implementation choices inside the build phase.548installs2Drupal SecurityDrupal Security Expert is an agent skill that watches Drupal PHP as it is written and steers you away from common web app flaws before they ship. Solo and indie builders maintaining Drupal sites or custom modules can invoke it whenever they add forms, controllers, database access, or rendered user content, instead of relying on a separate late security audit. The skill encodes Drupal-specific safe patterns: entity/query API and placeholders for SQL injection resistance, render-array and Twig practices for XSS, and reminders around access control when handling input. It fits builders who want an always-on security co-pilot in the IDE rather than a one-off checklist. Pair it with normal code review and dependency updates; it complements Drupal core security advisories but does not replace penetration testing or hosting hardening.1installs