Umbraco HQ avatar

Umbraco HQ

Official

@umbraco · Denmark

0Followers
|
122Public Repos
|
102Published Skills

Offers specialized architectural patterns and scaffolding for extending the Umbraco CMS backoffice using TypeScript, LitElement, and modern web standards.

Skills Distribution
DomainDeveloper To...CMS Backoffice Ext.. (40%)Web Component Deve.. (30%)Quality Assurance .. (20%)Integration Archit.. (10%)

Agent Skills by Umbraco HQ

Showing 102 vetted skills indexed across 4 GitHub repositories.

umbracoumbraco
5.2k

umb-release-notes

Improves auto-generated GitHub release notes for Umbraco CMS by reconciling labelled PRs and recategorizing entries.

Official
Advanced
umbracoumbraco
5.2k

umb-update-openapi

Regenerates the Umbraco Management API OpenApi.json and backoffice hey-api client from a running backend.

Official
Intermediate
umbracoumbraco
5.2k

umb-update-server-dependencies-for-minor

Updates NuGet dependencies to latest minor and patch versions, then builds, tests, and opens a PR.

Official
Advanced
umbracoumbraco
5.2k

general-create-repository

Creates Umbraco backoffice repositories and server data sources for detail, item, collection, and action-specific operations.

Official
Advanced
umbracoumbraco
5.2k

general-create-workspace

Scaffold default or routable workspace extensions for Umbraco backoffice entities.

Official
Advanced
umbracoumbraco
5.2k

umb-bump-version

Update version strings in JSON and lock files across project files.

Official
Intermediate
umbracoumbraco
5.2k

umb-review

Analyze pull requests for code quality, architectural compliance, and breaking changes.

Official
Advanced
umbracoumbraco
5.2k

general-create-kind

Automate creation of standardized extension kinds for back-office modules.

Official
Intermediate
umbracoumbraco
5.2k

general-create-condition

Create configurable extension conditions using TypeScript and extension manifests.

Official
Intermediate
umbracoumbraco
5.2k

general-add-value-summary

Creates visual summaries of feature values in collection views.

Official
Intermediate
umbracoumbraco
5.2k

general-create-package

Generate standardized Umbraco CMS package structures with folders and files.

Official
Basic
umbracoumbraco
5.2k

general-add-value-type

Generate type-safe constants and extend the global value type registry.

Official
Basic
umbracoumbraco
5.2k

general-create-extension-type

Create and register new backoffice extension types for Umbraco CMS.

Official
Basic
umbracoumbraco
5.2k

general-add-localization

Add translatable localization keys to backoffice UI components.

Official
Intermediate
umbracoumbraco
5.2k

general-deprecate-api

Deprecate public API elements with runtime warnings and versioning policies.

Official
Intermediate
umbracoumbraco
5.2k

core-add-module

Automate core module creation and integration with manifest and build configuration.

Official
Advanced
umbracoumbraco
290

review-docs

Review Markdown files or PR changes for reader-focused documentation issues.

Official
Intermediate
umbracoumbraco
290

umbraco-docs-content

Standardize Umbraco documentation content with style guide and markdown conventions.

Official
Intermediate
umbracoumbraco
2

mcp-patterns

Provide patterns for building MCP tools with the Umbraco MCP server SDK.

Official
Intermediate
umbracoumbraco
2

build-tools-tests

Generate integration tests for MCP tool collections from discovery manifests.

Official
Advanced
umbracoumbraco
2

discuss-mcp

Analyze Umbraco MCP server evaluation traces for performance bottlenecks.

Official
Advanced
umbracoumbraco
2

update-ignored-endpoints

Update IGNORED_ENDPOINTS.md by analyzing API client files and MCP tools.

Official
Intermediate
umbracoumbraco
2

mcp-testing

Define and execute LLM-based acceptance tests for MCP tools.

Official
Intermediate
umbracoumbraco
2

count-mcp-tools

Count MCP tools and compare implementations against .discover.json manifests.

Official
Intermediate

Frequently Asked Questions About Umbraco HQ

FAQPage Schema
What specific tasks can I perform using these Umbraco extensions?

You can build custom backoffice dashboards, property editors, and tree structures. The framework enables you to implement custom entity actions, localization keys, and rich text editor extensions using Tiptap, while managing state through the Umbraco Context API.

Which developers should utilize these Umbraco extension patterns?

These patterns are designed for frontend and full-stack engineers building custom administrative interfaces for Umbraco CMS. Developers familiar with TypeScript, LitElement, and modern web component architectures will find these standardized manifests and scaffolding utilities most effective for production-grade CMS customization.

What are the primary dependencies for building Umbraco backoffice extensions?

Development requires a standard Umbraco CMS environment, TypeScript, and Vite for project scaffolding. You will utilize the Umbraco backoffice extension registry, UUI components, and specific mixins like UmbElementMixin to ensure compatibility with the core CMS backoffice architecture.