umbraco-context-api
✓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()
Umbraco バックオフィスの Context API を理解して使用する (基本概念) ソース: umbraco/umbraco-cms-backoffice-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-11
- 更新日
- 2026-02-18
クイックアンサー
umbraco-context-api とは?
Umbraco バックオフィスの Context API を理解して使用する (基本概念) ソース: umbraco/umbraco-cms-backoffice-skills。
umbraco-context-api のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/umbraco/umbraco-cms-backoffice-skills --skill umbraco-context-api インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/umbraco/umbraco-cms-backoffice-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-11