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.
Building a Workfront extension? The Workfront-specific action layer — the
{ data, error }response contract, IMS-token passthrough from the SPA, and Workfront's own Public API v21 — is inworkfront-actions. Use this skill for generic action patterns, templates, and the App Builder SDKs.
Pattern Quick-Reference
Pick the template that matches the user's intent. Default to assets/action-boilerplate.js for generic actions.