sync-construction-async-property-ui-render-gate-pattern
與異步屬性模式同步構造。在創建需要異步初始化但必須可從模塊導出並可在 UI 組件中同步使用的客戶端時使用。
SKILL.md
The initialization of the client is synchronous. The async work is stored as a property you can await, while passing the reference around.
Every call site needs await. You're passing promises around instead of objects.
Construction returns immediately. The async initialization (loading from disk, connecting to servers) happens in the background and is tracked via whenSynced.
與異步屬性模式同步構造。在創建需要異步初始化但必須可從模塊導出並可在 UI 組件中同步使用的客戶端時使用。 來源:epicenterhq/epicenter。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/epicenterhq/epicenter --skill sync-construction-async-property-ui-render-gate-pattern- 分類
- *創意媒體
- 認證
- —
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 sync-construction-async-property-ui-render-gate-pattern?
與異步屬性模式同步構造。在創建需要異步初始化但必須可從模塊導出並可在 UI 組件中同步使用的客戶端時使用。 來源:epicenterhq/epicenter。
如何安裝 sync-construction-async-property-ui-render-gate-pattern?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/epicenterhq/epicenter --skill sync-construction-async-property-ui-render-gate-pattern 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/epicenterhq/epicenter
詳情
- 分類
- *創意媒體
- 來源
- user
- 收錄時間
- 2026-02-01