What is godot-game-loop-collection?
Use when implementing collection quests, scavenger hunts, or "find all X" objectives. Source: thedivergentai/gd-agentic-skills.
Use when implementing collection quests, scavenger hunts, or "find all X" objectives.
Quickly install godot-game-loop-collection AI skill to your development environment via command line
Source: thedivergentai/gd-agentic-skills.
Overview This skill provides a standardized framework for "Collection Loops" – gameplay objectives where the player must find and gather a specific set of items (e.g., hidden eggs, data logs, coins).
Collection Manager (collectionmanager.gd) The central brain of the hunt.
Collectible Item (collectibleitem.gd) The physical object in the world.
Use when implementing collection quests, scavenger hunts, or "find all X" objectives. Source: thedivergentai/gd-agentic-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-game-loop-collectionUse when implementing collection quests, scavenger hunts, or "find all X" objectives. Source: thedivergentai/gd-agentic-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-game-loop-collection Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/thedivergentai/gd-agentic-skills