umbraco-global-context

Installation
SKILL.md

Umbraco Global Context

What is it?

Global contexts create a shared, type-safe layer of data and functions accessible throughout the backoffice. Unlike scoped contexts (like Workspace Contexts), global contexts persist for the entire backoffice session. Use them for sharing state between extensions, managing centralized services, or coordinating communication. Note: Prefer more specific context types when possible - Umbraco uses global contexts sparingly.

Documentation

Always fetch the latest docs before implementing:

Related Foundation Skills

  • Context API: For understanding context consumption patterns
    • Reference skill: umbraco-context-api
Installs
249
GitHub Stars
26
First Seen
Feb 4, 2026
umbraco-global-context — umbraco/umbraco-cms-backoffice-skills