Agent Skills by yyypasserby1102
Showing 10 vetted skills indexed across 1 GitHub repositories.
godot-combat-system
Implement modular Godot combat with DamageData, HealthComponent, and Hitbox/Hurtbox patterns.
godot-rpg-stats
Creates a character stat system with attributes, modifiers, and damage calculations for Godot.
godot-save-load-systems
Automates JSON/binary save-load with versioned schemas and PERSIST auto-saving for Godot.
godot-debugging-profiling
Structure print debugging, breakpoints, and profiling workflows for Godot 4 projects.
godot-input-handling
Implement multi-device input handling with InputMap actions and InputEvent processing in Godot.
godot-tilemap-mastery
Automate TileMap and TileSet workflows for Godot 4 2D level design.
godot-autoload-architecture
Automate Godot AutoLoad singleton architecture with safe initialization order.
godot-gdscript-mastery
Codify GDScript best practices for static typing and signal architecture.
godot-2d-physics
Provides Godot 2D physics patterns for collisions, area triggers, and space queries.
godot-characterbody-2d
Implements 2D movement for Godot's CharacterBody2D with platformer and top-down patterns.