godot-game-loop-collection

Manage collection-based game objectives with progress tracking and completion signals in Godot.

Updated Aug 8, 2026
One-click install
npx skills add https://github.com/kimgea/agent-kit --skill godot-game-loop-collection-kimgea
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: godot-game-loop-collection
Source: https://github.com/kimgea/agent-kit/tree/main/skills/godot-game-loop-collection
Command: npx skills add https://github.com/kimgea/agent-kit --skill godot-game-loop-collection-kimgea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organize collection-based game objectives for scalable gameplay loops and prompts.

Core Features & Use Cases

  • Collection Manager: tracks progress by collection_id and target count, emits completion signals for level flow.
  • Collectible Item: handles interaction, visual effects, and cleanup after collection.
  • Hidden Item Spawner: automatically places items via deterministically placed markers or procedural spawn volumes.
  • Use cases: scavenger hunts, find-all challenges, and multi-hunt campaigns in Godot projects.

Quick Start

Create a new collection hunt by configuring the Collection Manager with a unique collection_id and target count, then spawn the collectibles using the Hidden Item Spawner.

Frequently Asked Questions about godot-game-loop-collection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a collection quest in Godot?▼

To set up a collection quest in Godot, configure the Collection Manager with a unique collection_id and target count, then use the Hidden Item Spawner to place the collectibles in your level.

What is the best way to manage multiple scavenger hunts in Godot?▼

The best way to manage multiple scavenger hunts in Godot is using a Collection Manager that tracks progress by collection_id, target count, and emits completion signals to drive level flow.

How does hidden item spawning work for Godot find-all challenges?▼

Hidden item spawning for Godot find-all challenges works by automatically placing collectibles via deterministically placed markers or procedural spawn volumes within the game level.

Can I track collectible progress across different levels in Godot?▼

You can track collectible progress across levels in Godot by assigning a unique collection_id to each hunt and using the Collection Manager to monitor the target count and emit completion signals.

Does this Godot collection manager support custom visual effects on collectible items?▼

Yes, the Godot collection manager supports custom visual effects because the Collectible Item component is specifically designed to handle interaction, visual effects, and cleanup after collection.

Why use a dedicated collection manager for Godot game development?▼

You use a dedicated collection manager for Godot game development to organize collection-based objectives, handle item spawning, and track progress for scalable gameplay loops and multi-hunt campaigns.