create-automator-type

Community

Scaffold a Drupal AI automator type fast

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) or ExternalBase (deterministic), including recommended convenience subclasses like SimpleTextChat, ComplexTextChat, NumericRule, or TextToImage.
  • Implementation-ready structure: Produces the class with the correct base inheritance and method stubs so you can focus on generate(), verifyValue(), and storeValues() 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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.