·godot-autoload-architecture
*

godot-autoload-architecture

thedivergentai/gd-agentic-skills

Godot AutoLoad(單例)架構的專家模式,包括全域狀態管理、場景轉換、基於訊號的通訊、相依性注入、自動載入初始化順序和要避免的反模式。用於遊戲管理器、保存系統、音訊控制器或跨場景資源。觸發關鍵字:AutoLoad、singleton、GameManager、SceneTransitioner、SaveManager、global_state、autoload_order、signal_bus、dependency_injection。

13安裝·0熱度·@thedivergentai

安裝

$npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-autoload-architecture

SKILL.md

AutoLoads are Godot's singleton pattern, allowing scripts to be globally accessible throughout the project lifecycle. This skill guides implementing robust, maintainable singleton architectures.

MANDATORY: Read the appropriate script before implementing the corresponding pattern.

servicelocator.gd Service locator pattern for decoupled system access. Allows swapping implementations (e.g., MockAudioManager) without changing game code.

Godot AutoLoad(單例)架構的專家模式,包括全域狀態管理、場景轉換、基於訊號的通訊、相依性注入、自動載入初始化順序和要避免的反模式。用於遊戲管理器、保存系統、音訊控制器或跨場景資源。觸發關鍵字:AutoLoad、singleton、GameManager、SceneTransitioner、SaveManager、global_state、autoload_order、signal_bus、dependency_injection。 來源:thedivergentai/gd-agentic-skills。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-autoload-architecture
分類
*創意媒體
認證
收錄時間
2026-02-15
更新時間
2026-02-18

快速解答

什麼是 godot-autoload-architecture?

Godot AutoLoad(單例)架構的專家模式,包括全域狀態管理、場景轉換、基於訊號的通訊、相依性注入、自動載入初始化順序和要避免的反模式。用於遊戲管理器、保存系統、音訊控制器或跨場景資源。觸發關鍵字:AutoLoad、singleton、GameManager、SceneTransitioner、SaveManager、global_state、autoload_order、signal_bus、dependency_injection。 來源:thedivergentai/gd-agentic-skills。

如何安裝 godot-autoload-architecture?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-autoload-architecture 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/thedivergentai/gd-agentic-skills