godot-organize-scripts - Organize Script Files
Organizes Godot scripts by architectural category while preserving all file references and class declarations.
Tags
Updated: 2026-09-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Scan and analyze script files
- Classify scripts by architectural category
- Relocate scripts to target directories
- Update preload and scene script references
- Validate script loading and references
- Create Git commits for directory changes
Inputs
- Godot project script files (.gd)
- Godot project configuration file (project.godot)
- Godot scene files
Outputs
- Organized script directory structure
- Moved script files with preserved references
- Git commits per category
Requirements
- Git repository
- Godot 4.x
- Filesystem read and write permissions
