What problem does it solve?
Umbraco package developers need a reliable way to add custom backoffice UI panels for their installed packages, but the correct extension registry and foundation patterns are easy to get wrong or outdated.
Core Features & Use Cases
- Package Views via official patterns: Generate a working packageView manifest that registers a UI panel for a specific installed package.
- Foundation-aligned UI implementation: Create the corresponding UI element using the recommended backoffice foundation base classes (modal/panel context).
- Documentation-first workflow: Fetch current documentation and then implement the manifest + element in the style Umbraco expects.
- Use Case: Build a dedicated configuration modal for your Umbraco package so editors can configure package settings directly from the Packages section.
Quick Start
Use the umbraco-package-view skill to implement a packageView modal for your package by first fetching the latest Umbraco docs, then generating the package view manifest and its element so it appears in the backoffice for your installed package.