markconroy/markie

This is a repo for my personal website, built on Drupal 8 and Patternlab.

10Stars on the repository
15Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
GPL-2.0Licence, which decides whether bodies are shown

create-ai-provider

01

markconroy/markie

Skill Claude CodeCodex

Scaffolds a new AI Provider plugin for the Drupal AI module. Asks which operation types the provider supports (chat, embeddings, text-to-image, etc.), then generates the plugin class with the correct interface implementations, authentication setup, and model discovery.

10 18d ago A 55 tokens GPL-2.0

markconroy/markie

Skill Claude CodeCodex

Scaffolds a new AiAutomatorType plugin for the Drupal AI Automators module. Recommends RuleBase (AI provider) or ExternalBase (deterministic) as base classes, with convenience subclasses (SimpleTextChat, ComplexTextChat, etc.) also available. Generates the plugin class with the correct base class, fieldrule, and…

10 18d ago A 79 tokens GPL-2.0

markconroy/markie

Skill Claude CodeCodex

Scaffolds a new FieldWidgetAction plugin for the Drupal AI fieldwidgetactions module. Asks whether the action uses AJAX callbacks or a modal form, then generates the plugin class with the appropriate base class, methods, and configuration.

10 18d ago A 52 tokens GPL-2.0

markconroy/markie

Skill Claude CodeCodex

Creates Drupal FunctionalJavascript tests for the AI module. Validates the ddev environment, Selenium Chrome, and Playwright CLI setup. Manually explores the UI as admin to understand markup, then generates a test class extending BaseClassFunctionalJavascriptTests with screenshots, video recording, and optional AI…

10 18d ago A 67 tokens GPL-2.0

markconroy/markie

Skill Claude CodeCodex

Scaffolds a new AiGuardrail plugin for the Drupal AI module. Asks whether the guardrail is deterministic or non-deterministic, then generates the plugin class with configuration form, processInput/processOutput methods, and appropriate result types.

10 18d ago A 55 tokens GPL-2.0

markconroy/markie

Skill Claude CodeCodex

Scaffolds a new AI module operation type with interface, input, output, optional item class, and unit tests. Validates all generated files with a PHP verification script before completing.

10 18d ago A 41 tokens GPL-2.0

markconroy/markie

Skill Claude CodeCodex

Scaffolds a new AiApiExplorer plugin for the AI API Explorer module. Verifies the operation type exists first, then generates the plugin class using AiProviderFormHelper::generateAiProvidersForm() for provider/model selection.

10 18d ago A 51 tokens GPL-2.0