appbuilder-action-scaffolder

Scaffold Adobe Runtime actions with templates and manifest integration.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill appbuilder-action-scaffolder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: appbuilder-action-scaffolder
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/appbuilder-action-scaffolder
Command: npx skills add https://github.com/valithedge/etisalatedge --skill appbuilder-action-scaffolder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

App Builder action scaffolding helps developers create production-ready Adobe Runtime actions with consistent structure, validation, and deployment readiness.

Core Features & Use Cases

  • Scaffold templates and patterns for REST APIs, webhooks, cron jobs, event providers, journaling consumers, large payload redirects, action sequences, and Asset Compute workers.
  • Integrate with App Builder manifest, provide validation, and facilitate debugging and deployment handoffs.
  • Use accelerator tooling and reference materials to produce ready-to-run actions and artifacts.

Quick Start

Follow the onboarding prompts to scaffold a new action in an existing App Builder project.

Frequently Asked Questions about appbuilder-action-scaffolder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold Adobe Runtime actions for an App Builder project?

Scaffold Adobe Runtime actions using an accelerator script with templates and references to generate ready-to-run code, manifest integration, and handoff artifacts for your App Builder project.

What production patterns are available for App Builder action scaffolding?

App Builder action scaffolding supports production patterns including REST APIs, webhooks, cron jobs, event providers, journaling consumers, large payload redirects, action sequences, and Asset Compute workers.

Does scaffolding App Builder actions include manifest validation?

Yes, scaffolding App Builder actions includes manifest integration and validation to enforce consistent structure, provide guardrails, and facilitate debugging and deployment handoffs.

When do I need to scaffold large payload redirects in Adobe Runtime?

You scaffold large payload redirects in Adobe Runtime when building event-driven actions that require offloading large data, ensuring your App Builder actions process events without exceeding payload limits.

Can I use templates to create Asset Compute workers in App Builder?

Yes, you can use templates to create Asset Compute workers in App Builder, generating consistent code structure and deployment readiness for custom processing within Adobe Runtime.

What is the best way to structure App Builder cron jobs and event providers?

The best way to structure App Builder cron jobs and event providers is using scaffolding templates that enforce consistent architecture, manifest validation, and repeatable deployment patterns across projects.