·umbraco-context-api
</>

umbraco-context-api

umbraco/umbraco-cms-backoffice-skills

Understand and use Context API in Umbraco backoffice (foundational concept)

22Installs·1Trend·@umbraco

Installation

$npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api

SKILL.md

The Context API is Umbraco's communication system that enables extensions to share data and functionality through the component hierarchy without tight coupling. It uses a provider-consumer pattern where parent elements provide contexts that descendant components can access. Contexts cascade down through the DOM tree and use tokens for type-safe access to services like notifications, workspaces, and user information.

Provider: Element that provides context to descendants via provideContext()

Consumer: Element that accesses context via consumeContext() or getContext()

Understand and use Context API in Umbraco backoffice (foundational concept) Source: umbraco/umbraco-cms-backoffice-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is umbraco-context-api?

Understand and use Context API in Umbraco backoffice (foundational concept) Source: umbraco/umbraco-cms-backoffice-skills.

How do I install umbraco-context-api?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/umbraco/umbraco-cms-backoffice-skills