This handles global context implementation in Umbraco's backoffice, which is basically shared state that lives across your entire admin session. You'd reach for this when you need services or data accessible everywhere, like coordinating between extensions or managing centralized state. The skill pulls fresh docs from Umbraco's official site and generates the full setup: context tokens, implementation classes extending UmbContextBase, and the manifest registration. One thing worth noting is that even Umbraco uses these sparingly. The workflow pushes you to consider whether a workspace context or something more scoped would work first, which is the right instinct since global state can get messy fast.
npx -y skills add umbraco/umbraco-cms-backoffice-skills --skill umbraco-global-context --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot
github/awesome-copilot