·godot-resource-data-patterns
{}

godot-resource-data-patterns

thedivergentai/gd-agentic-skills

Expert blueprint for data-oriented design using Resource/RefCounted classes (item databases, character stats, reusable data structures). Covers typed arrays, serialization, nested resources, and resource caching. Use when implementing data systems OR inventory/stats/dialogue databases. Keywords Resource, RefCounted, ItemData, CharacterStats, database, serialization, @export, typed arrays.

11Installs·1Trend·@thedivergentai

Installation

$npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-resource-data-patterns

SKILL.md

Resource-based design, typed arrays, and serialization define reusable, inspector-friendly data structures.

datafactoryresource.gd Expert resource factory with type validation and batch instantiation.

resourcepool.gd Object pooling for Resource instances - reduces allocation overhead in hot paths.

Expert blueprint for data-oriented design using Resource/RefCounted classes (item databases, character stats, reusable data structures). Covers typed arrays, serialization, nested resources, and resource caching. Use when implementing data systems OR inventory/stats/dialogue databases. Keywords Resource, RefCounted, ItemData, CharacterStats, database, serialization, @export, typed arrays. Source: thedivergentai/gd-agentic-skills.

View raw

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-resource-data-patterns
Category
{}Data Analysis
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is godot-resource-data-patterns?

Expert blueprint for data-oriented design using Resource/RefCounted classes (item databases, character stats, reusable data structures). Covers typed arrays, serialization, nested resources, and resource caching. Use when implementing data systems OR inventory/stats/dialogue databases. Keywords Resource, RefCounted, ItemData, CharacterStats, database, serialization, @export, typed arrays. Source: thedivergentai/gd-agentic-skills.

How do I install godot-resource-data-patterns?

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-resource-data-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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