This one helps you build custom dashboards for Umbraco's backoffice without diving through docs yourself. It fetches the latest official documentation, references the actual source code examples in the Umbraco repo, and generates both the manifest and implementation files. What's useful here is how it connects you to related foundation skills when you need deeper context on things like UmbElementMixin or the Context API. The workflow is straightforward: it asks what section and functionality you need, pulls fresh docs, then generates working code. Good for when you need a dashboard up quickly and want to follow Umbraco's current patterns rather than guessing from outdated tutorials.
npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-dashboard