Source

thedivergentai/gd-agentic-skills

144 skills · 30K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
3940
godot-master Consolidated expert library for professional Godot 4.7+ game and application development. Orchestrates 92 Domain Skil…
thedivergentai/gd-agentic-skills
3.4K
2
godot-shaders-basics Expert Godot shader patterns for batch-safe hitflash, alpha-scissor foliage/dissolve, screenspace postFX, depth recon…
thedivergentai/gd-agentic-skills
559
3
godot-2d-animation Expert patterns for 2D animation in Godot using AnimatedSprite2D and skeletal cutout rigs. Use when implementing spri…
thedivergentai/gd-agentic-skills
530
4
godot-ui-theming Expert blueprint for UI themes using Theme resources, StyleBoxes, custom fonts, and theme overrides for consistent vi…
thedivergentai/gd-agentic-skills
439
5
godot-particles Expert blueprint for GPU particle systems (explosions, magic effects, weather, trails) using GPUParticles2D/3D, Parti…
thedivergentai/gd-agentic-skills
436
6
godot-save-load-systems Expert blueprint for save/load systems using JSON/binary serialization, PERSIST group pattern, versioning, and migrat…
thedivergentai/gd-agentic-skills
425
7
godot-gdscript-mastery Expert GDScript landmine guidance: static typing opcodes, signal-up/call-down, %UniqueName/@onready lifecycle, Callab…
thedivergentai/gd-agentic-skills
417
8
godot-testing-patterns Expert testing decision trees for GdUnit4: unit vs scene vs CI gates, headless runners, snapshots, and mock networks.
thedivergentai/gd-agentic-skills
408
9
godot-2d-physics Expert patterns for Godot 2D physics including collision layers/masks, Area2D triggers, raycasting, and PhysicsDirect…
thedivergentai/gd-agentic-skills
398
10
godot-3d-world-building Expert patterns for 3D level design using GridMap with MeshLibrary, CSG constructive solid geometry, occlusion, and r…
thedivergentai/gd-agentic-skills
390
11
godot-composition Expert architectural standards for building scalable Godot GAMES (RPGs, Platformers, Shooters) using the Composition …
thedivergentai/gd-agentic-skills
386
12
godot-camera-systems Expert patterns for 2D/3D camera control including smooth following (lerp, position_smoothing), camera shake (trauma …
thedivergentai/gd-agentic-skills
382
13
godot-characterbody-2d Expert patterns for CharacterBody2D including platformer movement (coyote time, jump buffering, variable jump height)…
thedivergentai/gd-agentic-skills
381
14
godot-procedural-generation Expert blueprint for procedural content generation (dungeons, terrain, loot, levels) using FastNoiseLite, random walk…
thedivergentai/gd-agentic-skills
380
15
godot-audio-systems Expert patterns for Godot audio including AudioStreamPlayer variants (2D positional, 3D spatial), AudioBus mixing arc…
thedivergentai/gd-agentic-skills
378
16
godot-signal-architecture Expert blueprint for signal-driven architecture using \"Signal Up, Call Down\" pattern for loose coupling.
thedivergentai/gd-agentic-skills
369
17
godot-input-handling Expert patterns for input handling covering InputMap actions, InputEvent processing, controller support, rebinding, d…
thedivergentai/gd-agentic-skills
368
18
godot-ui-containers Expert blueprint for responsive UI layouts using Container nodes (HBoxContainer, VBoxContainer, GridContainer, Margin…
thedivergentai/gd-agentic-skills
355
19
godot-state-machine-advanced Expert blueprint for hierarchical finite state machines (HSM) and pushdown automata for complex AI/character behavior…
thedivergentai/gd-agentic-skills
350
20
godot-combat-system Expert patterns for combat systems including hitbox/hurtbox architecture, damage calculation (DamageData class), heal…
thedivergentai/gd-agentic-skills
343
21
godot-project-foundations Expert blueprint for Godot 4 project organization (feature-based folders, naming conventions, version control).
thedivergentai/gd-agentic-skills
341
22
godot-resource-data-patterns Expert blueprint for data-oriented design using Resource/RefCounted classes (item databases, character stats, reusabl…
thedivergentai/gd-agentic-skills
340
23
godot-scene-management Expert blueprint for scene loading, transitions, async (background) loading, instance management, and caching.
thedivergentai/gd-agentic-skills
334
24
godot-tilemap-mastery Expert blueprint for TileMapLayer and TileSet systems for efficient 2D level design.
thedivergentai/gd-agentic-skills
333
25
godot-rpg-stats Expert blueprint for RPG stat systems (attributes, leveling, modifiers, damage formulas) using Resource-based stats, …
thedivergentai/gd-agentic-skills
332
26
godot-tweening Expert blueprint for programmatic animation using Tween for smooth property transitions, UI effects, camera movements…
thedivergentai/gd-agentic-skills
329
27
godot-dialogue-system Expert patterns for branching dialogue systems including dialogue graphs (Resource-based), character portraits, playe…
thedivergentai/gd-agentic-skills
328
28
godot-genre-roguelike Expert blueprint for roguelikes including procedural generation (Walker method, BSP rooms), permadeath with meta-prog…
thedivergentai/gd-agentic-skills
328
29
godot-autoload-architecture Expert patterns for Godot AutoLoad (singleton) architecture including global state management, scene transitions, sig…
thedivergentai/gd-agentic-skills
325
30
godot-performance-optimization Expert blueprint for performance profiling and optimization (frame drops, memory leaks, draw calls) using Godot Profi…
thedivergentai/gd-agentic-skills
325
31
godot-animation-player Expert patterns for AnimationPlayer including track types (Value, Method, Audio, Bezier), root motion extraction, ani…
thedivergentai/gd-agentic-skills
324
32
godot-3d-lighting Expert patterns for Godot 3D lighting including DirectionalLight3D shadow cascades, OmniLight3D attenuation, SpotLigh…
thedivergentai/gd-agentic-skills
319
33
godot-economy-system Expert patterns for game economies including currency management (multi-currency, wallet system), shop systems (buy/s…
thedivergentai/gd-agentic-skills
318
34
godot-animation-tree-mastery Expert patterns for AnimationTree including StateMachine transitions, BlendSpace2D for directional movement, BlendTre…
thedivergentai/gd-agentic-skills
309
35
godot-3d-materials Expert patterns for Godot 3D PBR materials using StandardMaterial3D including albedo, metallic/roughness workflows, n…
thedivergentai/gd-agentic-skills
307
36
godot-ability-system Expert patterns for RPG/action ability systems including cooldown strategies, combo systems, ability chaining, skill …
thedivergentai/gd-agentic-skills
307
37
godot-physics-3d Expert patterns for Godot 3D physics (Jolt/PhysX), including Ragdolls, PhysicalBones, Joint3D constraints, RayCasting…
thedivergentai/gd-agentic-skills
303
38
godot-debugging-profiling Expert debugging and profiling for leaks, GPU/Visual Profiler, headless CI QA, orphan nodes, thread-safe logs, and cu…
thedivergentai/gd-agentic-skills
302
39
godot-export-builds Expert patterns for multi-platform exports including export templates (Windows/Linux/macOS/Android/iOS/Web), command-…
thedivergentai/gd-agentic-skills
300
40
godot-inventory-system Expert blueprint for inventory systems (Diablo, Resident Evil, Minecraft) covering slot-based containers, stacking lo…
thedivergentai/gd-agentic-skills
300
41
godot-navigation-pathfinding Expert blueprint for AI pathfinding (tower defense, RTS, stealth) using NavigationAgent2D/3D, NavigationServer, avoid…
thedivergentai/gd-agentic-skills
298
42
godot-platform-mobile Expert blueprint for mobile platforms (Android/iOS) covering touch controls, virtual joysticks, responsive UI, safe a…
thedivergentai/gd-agentic-skills
297
43
godot-ui-rich-text Expert blueprint for RichTextLabel with BBCode formatting (bold, italic, colors, images, clickable links) and custom …
thedivergentai/gd-agentic-skills
295
44
godot-multiplayer-networking Expert multiplayer for desync, rollback, dedicated --headless servers, interest culling, and bandwidth spikes: ENet/W…
thedivergentai/gd-agentic-skills
281
45
godot-genre-card-game Expert blueprint for digital card games (CCG/Deckbuilders) including card data structures (Resource-based), deck mana…
thedivergentai/gd-agentic-skills
279
46
godot-platform-desktop Expert blueprint for desktop platforms (Windows/Linux/macOS) covering keyboard/mouse controls, settings menus, window…
thedivergentai/gd-agentic-skills
278
47
godot-project-templates Navigation skill for genre project scaffolds: pick platformer/RPG/FPS (or other genre) then load matching template sc…
thedivergentai/gd-agentic-skills
270
48
godot-adapt-desktop-to-mobile Expert patterns for porting desktop games to mobile including touch control schemes (virtual joystick, gesture detect…
thedivergentai/gd-agentic-skills
260
49
godot-genre-action-rpg Comprehensive blueprint for Action RPGs including real-time combat (hitbox/hurtbox, stat-based damage), character pro…
thedivergentai/gd-agentic-skills
257
50
godot-genre-platformer Expert blueprint for platformer games including precision movement (coyote time, jump buffering, variable jump height…
thedivergentai/gd-agentic-skills
257
Page 1 · 144 total Next