umbraco-context-api
✓Kontext-API im Umbraco-Backoffice verstehen und nutzen (Grundkonzept)
Installation
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()
Kontext-API im Umbraco-Backoffice verstehen und nutzen (Grundkonzept) Quelle: umbraco/umbraco-cms-backoffice-skills.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-11
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist umbraco-context-api?
Kontext-API im Umbraco-Backoffice verstehen und nutzen (Grundkonzept) Quelle: umbraco/umbraco-cms-backoffice-skills.
Wie installiere ich umbraco-context-api?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/umbraco/umbraco-cms-backoffice-skills
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-11