redot-llm-codegen

Enforce GDScript generation rules for Godot projects.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/Stephensmetana/skill-scrolls --skill redot-llm-codegen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redot-llm-codegen
Source: https://github.com/Stephensmetana/skill-scrolls/tree/main/redot/redot-llm-codegen
Command: npx skills add https://github.com/Stephensmetana/skill-scrolls --skill redot-llm-codegen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defines and enforces hard GDScript generation rules to prevent tech debt in Godot projects.

Core Features & Use Cases

  • Prohibits dangerous patterns and enforces recommended alternatives.
  • Applies to any GDScript generation tasks, including new scripts, scenes, and features.
  • Use Case: when asked to write a new script, it validates structure and style before generation.

Quick Start

Follow the enforcement rules before writing any GDScript to ensure clean, maintainable code.

Frequently Asked Questions about redot-llm-codegen

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

FAQPage Schema
How do I enforce coding standards for GDScript in Godot projects?

GDScript coding standards are enforced by applying static analysis rules to code generation tasks. This validates script structure, ensures type hints are applied, and prevents technical debt before new scripts or scenes are generated.

What are the recommended GDScript patterns to avoid technical debt in Godot?

Recommended GDScript patterns include using @export for configuration, declaring signals at the top of scripts, and applying type hints. Enforcing these generation rules prevents dangerous patterns and ensures maintainable Godot project code.

Why should I avoid hardcoded node paths when writing GDScript?

Hardcoded node paths should be avoided to promote event-driven communication in GDScript. Enforcing this generation rule prevents fragile scene structures in Godot, replacing direct parent node calls with safer, decoupled signal-based interactions.

Does this static analysis apply to updating existing Godot scenes and scripts?

Yes, this static analysis applies to updating existing Godot scenes and scripts. The enforcement rules target typical game development workflows, validating structure and style across any GDScript generation task to prevent accumulated technical debt.

Can I use these rules to validate script structure before generating GDScript?

Yes, you can use these rules to validate script structure before generating GDScript. The enforcement mechanism checks structural and style constraints, ensuring clean, maintainable code is produced when asked to write new scripts or features.