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
  • State Management: For reactive state within contexts

Related skills
Installs
156
GitHub Stars
24
First Seen
Feb 4, 2026