create-automator-type
CommunityScaffold a Drupal AI automator type fast
Software Engineering#composer#drupal#plugin scaffolding#ai automators#drush generate#rulebase#externalbase
Authormarkconroy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Creating a new Drupal AI Automator Type plugin usually takes a lot of repetitive setup work to define IDs, base-class inheritance, applicability (field_rule), and the required method structure.
Core Features & Use Cases
- Automator scaffolding: Generates the plugin skeleton using the proper Drush generator so the new type is discoverable by the Drupal AI Automators module.
- Correct base-class selection: Guides you to choose
RuleBase(AI provider–driven) orExternalBase(deterministic), including recommended convenience subclasses likeSimpleTextChat,ComplexTextChat,NumericRule, orTextToImage. - Implementation-ready structure: Produces the class with the correct base inheritance and method stubs so you can focus on
generate(),verifyValue(), andstoreValues()logic.
Quick Start
Use the create-automator-type skill to generate a new automator type plugin by running drush generate plugin:ai:automator-type and then implementing generate(), verifyValue(), and storeValues() in the created class.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: create-automator-type Download link: https://github.com/markconroy/markie/archive/main.zip#create-automator-type Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.