feat(app-builder): add appbuilder umbrella skill#177
Open
purplecabbage wants to merge 1 commit into
Open
Conversation
shazron
requested changes
Jun 10, 2026
| pipeline setup for App Builder projects. Use this skill for any App Builder task — it routes to | ||
| the right specialist skill based on your intent. | ||
| license: Apache-2.0 | ||
| compatibility: Requires aio CLI (Adobe I/O CLI), Node.js 18+ |
Member
There was a problem hiding this comment.
might want to bump up the node.js version
| ### CI/CD Pipeline | ||
|
|
||
| Automated build and deployment pipelines: | ||
| - **GitHub Actions**: `adobe/aio-cli-setup-action@3` + `adobe/aio-apps-action@3.3.0` workflows |
Member
There was a problem hiding this comment.
bump adobe/aio-apps-action to v4.1.0
latest adobe/aio-cli-setup-action is v1.3.0
|
|
||
| ## Official Documentation | ||
|
|
||
| - [App Builder Documentation](https://developer.adobe.com/app-builder/docs/overview/) |
Member
There was a problem hiding this comment.
redirects to https://developer.adobe.com/app-builder/docs/intro_and_overview/ so we should use the actual url if the redirect ever goes away
|
|
||
| - [App Builder Documentation](https://developer.adobe.com/app-builder/docs/overview/) | ||
| - [Adobe I/O CLI (`aio`)](https://github.com/adobe/aio-cli) | ||
| - [Runtime Actions](https://developer.adobe.com/runtime/docs/) |
Member
There was a problem hiding this comment.
this just redirects to https://developer.adobe.com/app-builder/docs/intro_and_overview/ so not sure if we need this link
Maybe it's this? https://developer.adobe.com/app-builder/docs/guides/runtime_guides/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(app-builder): add appbuilder umbrella skill as single install entry point
All six App Builder skills were only installable individually by name. There was no single skill that could be selected with --skill appbuilder to pull in the full set.
Changes
New plugins/app-builder/skills/appbuilder/SKILL.md — umbrella skill with name: appbuilder that acts as an intent router to all six specialist sub-skills via relative paths (../appbuilder-*/SKILL.md), following the existing aem-replication router pattern
Now installable as a single unit:
npx skills add adobe/skills --skill appbuilder --agent claude-code -yThe router maps user intent to the correct sub-skill at runtime; the individual sub-skills remain standalone and unchanged.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: