Skip to content

feat(app-builder): add appbuilder umbrella skill#177

Open
purplecabbage wants to merge 1 commit into
adobe:mainfrom
purplecabbage:copilot/combine-all-skills-into-one
Open

feat(app-builder): add appbuilder umbrella skill#177
purplecabbage wants to merge 1 commit into
adobe:mainfrom
purplecabbage:copilot/combine-all-skills-into-one

Conversation

@purplecabbage

@purplecabbage purplecabbage commented Jun 9, 2026

Copy link
Copy Markdown
Member

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 -y

The 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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@purplecabbage purplecabbage changed the title feat(app-builder): add appbuilder umbrella skill as single install en… feat(app-builder): add appbuilder umbrella skill Jun 9, 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+

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants