This one automates webhook integration setup for Enonic XP projects. It detects your Enonic project structure, identifies the application key from your gradle files, then guides you through adding either outbound event listeners, inbound HTTP endpoints, or the built-in webhook config depending on what you're trying to do. The workflow is structured around reading reference docs for event types and webhook patterns, which is smart since Enonic's event system has specific listener patterns and filtering. Good if you're wiring up external services to your CMS and don't want to hunt through docs yourself. The multi-project detection is a nice touch for monorepos.
npx skills add https://github.com/webmaxru/enonic-agent-skills --skill enonic-webhook-integrator