What problem does it solve?
This Skill helps you implement Umbraco backoffice Bundles so you can register and group multiple extension manifests from a single JavaScript entry point instead of managing many separate JSON definitions.
Core Features & Use Cases
- Docs-driven bundle implementation: Guides you to fetch the latest official docs and follow the recommended extension-type approach.
- Bundle + manifest generation: Produces a bundle file that re-exports one or more extension manifests written in JavaScript/TypeScript.
- Modular organization: Supports composing manifests from multiple files so your backoffice features (dashboards, apps, sections) remain maintainable.
- Practical use case: When you’re building several related backoffice UI contributions (e.g., multiple dashboards and header apps), use the Bundle to register them together cleanly and consistently.
Quick Start
Use this command: Ask the agent to implement an Umbraco Bundle named "My Package Bundle" that re-exports TypeScript manifest modules for dashboards and header apps, following the latest Umbraco documentation.