umbraco-quickstart

Automate Umbraco extension creation and registration with pre-build planning.

26|13|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills --skill umbraco-quickstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: umbraco-quickstart
Source: https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills/tree/main/plugins/umbraco-backoffice-skills/skills/umbraco-quickstart
Command: npx skills add https://github.com/umbraco/Umbraco-CMS-Backoffice-Skills --skill umbraco-quickstart

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the initial setup for Umbraco extension development, guiding users from project creation to a planned implementation.

Core Features & Use Cases

  • Automated Project Setup: Creates Umbraco instances and new extensions with a single command.
  • Guided Planning: Integrates with a planning workflow to define extension features before coding.
  • Use Case: A developer needs to quickly start building a new custom dashboard for Umbraco. This Skill handles the project scaffolding and initiates the planning phase, ensuring a structured development process.

Quick Start

Use the umbraco-quickstart skill to set up a new Umbraco extension named 'MyNewExtension' for a project called 'MyUmbracoProject'.

Frequently Asked Questions about umbraco-quickstart

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

FAQPage Schema
How do I set up a new Umbraco extension project from scratch?

Setting up an Umbraco extension is automated by this Skill, which generates the necessary project files and registers the new extension within your development environment through a single command.

What is the best way to plan features before building an Umbraco dashboard?

The best way to plan Umbraco extension features is using a guided pre-build planning phase, which defines your custom dashboard requirements and structure before any code generation begins.

Do I need Umbraco CMS and UUI sources available to generate extension code?

Yes, you need essential Umbraco CMS and UUI sources available in your environment, as these sources are required to ensure optimal code generation and proper extension registration.

Can I scaffold multiple Umbraco extensions in the same project?

Yes, you can scaffold multiple extensions by running the automated project setup command for each new extension name, which handles file generation and registration within your existing Umbraco instance.

Why does my Umbraco extension registration fail during project setup?

Umbraco extension registration may fail if essential Umbraco CMS and UUI sources are not available, or if the pre-build planning phase was skipped, leading to improper code generation.