·godot-game-loop-collection
</>

godot-game-loop-collection

Use when implementing collection quests, scavenger hunts, or "find all X" objectives.

28Installs·1Trend·@thedivergentai

Installation

$npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-game-loop-collection

How to Install godot-game-loop-collection

Quickly install godot-game-loop-collection AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-game-loop-collection
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: thedivergentai/gd-agentic-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-game-loop-collection
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from thedivergentai/gd-agentic-skills

Quick answers

What is godot-game-loop-collection?

Use when implementing collection quests, scavenger hunts, or "find all X" objectives. Source: thedivergentai/gd-agentic-skills.

How do I install godot-game-loop-collection?

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

Where is the source repository?

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