umbraco-dashboard

Implement custom dashboards in the Umbraco backoffice using extension patterns.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-dashboard-kraftvaerk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-dashboard
Source: https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy/tree/main/Kraftvaerk.Umbraco.Alchemy.Frontend/.agents/skills/umbraco-dashboard
Command: npx skills add https://github.com/kraftvaerk/Kraftvaerk.Umbraco.Alchemy --skill umbraco-dashboard-kraftvaerk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers create custom dashboards within the Umbraco backoffice, providing a centralized place to display information and functionality relevant to specific sections or tasks.

Core Features & Use Cases

  • Customizable UI: Implement dashboards with unique content and interactive elements.
  • Conditional Display: Control where and when dashboards appear based on specific conditions.
  • Use Case: Create a dashboard for the 'Content' section that displays recently edited pages and provides quick links to common content management tasks.

Quick Start

Use the umbraco-dashboard skill to create a new dashboard with the alias 'my.custom.dashboard' that appears in the 'Content' section.

Frequently Asked Questions about umbraco-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build custom dashboards in the Umbraco backoffice?

To build custom Umbraco dashboards, you implement them using the official extension registry and manifest structure to display dynamic information within specific backoffice sections.

Can I control where custom Umbraco dashboards appear in the backoffice?

Yes, custom Umbraco dashboards support conditional display, allowing you to control exactly where and when they appear based on specific backoffice section conditions.

How do I add a custom UI to an Umbraco Content section dashboard?

You add a custom UI to Umbraco sections by registering a dashboard with a specific alias, like 'my.custom.dashboard', and defining its appearance within the Content section manifest.

What is the Umbraco extension registry used for when creating backoffice dashboards?

The Umbraco extension registry provides the official structure required for proper integration, facilitating the display of custom functionality and dynamic dashboard content within the backoffice.

Do I need to follow specific manifest structures for Umbraco dashboard integration?

Yes, proper Umbraco dashboard integration requires strict adherence to the official extension patterns and manifest structure to ensure custom functionality renders correctly.

What are the limitations of using extension patterns for Umbraco backoffice dashboards?

Extension patterns for Umbraco dashboards require strict adherence to the manifest structure, meaning custom functionality is constrained by the official extension registry integration rules.