umbraco-sections

Implement custom Umbraco backoffice sections with manifest files and user permissions.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/albanist/umbraco_CLI --skill umbraco-sections-albanist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-sections
Source: https://github.com/albanist/umbraco_CLI/tree/main/skills/extensions/umbraco-sections
Command: npx skills add https://github.com/albanist/umbraco_CLI --skill umbraco-sections-albanist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the creation and implementation of custom sections within the Umbraco backoffice, allowing for tailored user experiences and integrated custom functionality.

Core Features & Use Cases

  • Custom Section Creation: Define new top-level navigation items in the Umbraco backoffice.
  • Integration of Dashboards and Sidebars: Add custom dashboards and sidebar applications to sections.
  • Permission Management: Configure user group access to custom sections.
  • Use Case: Develop a dedicated "Product Catalog" section for a retail Umbraco site, complete with a custom dashboard for managing product data and a sidebar for quick links.

Quick Start

Use the umbraco-sections skill to create a basic section with the alias "My.CustomSection" and the name "Custom Section".

Frequently Asked Questions about umbraco-sections

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

FAQPage Schema
How do I add a custom section to the Umbraco backoffice?

To add a custom section to the Umbraco backoffice, you define manifest files and configure the extension system. This creates new top-level navigation items, allowing for tailored user experiences and integrated modular functionality.

Can I configure user group permissions for custom Umbraco sections?

Yes, you can configure user group permissions for custom Umbraco sections. The extension system manages user permissions for access control, ensuring specific user groups only access authorized custom sections and dashboards within the backoffice.

How do I add a dashboard to a custom Umbraco section?

You add a dashboard to a custom Umbraco section by utilizing the extension system and defining the appropriate manifest files. This supports integrating custom dashboards and sidebar applications directly into your newly created backoffice sections.

What is the best way to extend the Umbraco backoffice for a product catalog?

The best way to extend the Umbraco backoffice for a product catalog is creating a custom section. This provides a dedicated area complete with custom dashboards for managing product data and sidebars for quick links.

When do I need to use Umbraco's extension system for backoffice development?

You need to use Umbraco's extension system for backoffice development when you want to implement modular custom sections. It is required for defining manifest files that integrate dashboards, sidebars, and access control into the backoffice.