appbuilder-action-scaffolder

Installation
SKILL.md

App Builder Action Scaffolder

Full lifecycle skill for Adobe Runtime actions — scaffold, implement, deploy, and debug. Place action code at src/<extension-dir>/actions/<action-name>/index.js and register in src/<extension-dir>/ext.config.yaml.

Pattern Quick-Reference

Pick the template that matches the user's intent. Default to assets/action-boilerplate.js for generic actions.

User wants Template
Simple action / generic starting point assets/action-boilerplate.js
Minimal prototype (bare-bones) assets/action-scaffold-template.js
Database CRUD (durable records, indexes) assets/database-action-template.js
Webhook receiver (I/O Events) assets/event-webhook-template.js
Custom event provider assets/event-provider-template.js
Journaling consumer (replayable events) assets/journaling-consumer-template.js
Large payload response (>1 MB) assets/large-payload-template.js
Action sequence pipeline assets/action-sequence-template.js
Asset Compute worker (AEM renditions) assets/asset-compute-worker-template.js
Debug Runtime action issues references/debugging.md
Related skills

More from adobe/skills

Installs
107
Repository
adobe/skills
GitHub Stars
84
First Seen
Apr 17, 2026