godot-documentation
Godot Engine Official Documentation
This skill contains the complete official Godot Engine documentation from the stable branch of godotengine/godot-docs in its original reStructuredText format.
Initialize this skill
If the references folder is missing, then:
- Git clone https://github.com/godotengine/godot-docs into the same folder as this skill file is located in.
- Create the
referencesfolder under the folder this skill file is located in. - Move the following folders from the
godot-docsfolder into thereferencesfolder:classes,tutorials,engine_details,getting_started,community,about
Update this skill
If the Godot version increases, then update this skill by:
- Run
git pullin thegodot-docsfolder. - Remove the
referencesfolder. - Continue from step 2. of the "Initialize this skill" section above to finish the update
When to Use
More from viktor-ferenczi/skills
python-guidelines
Guiding principles for writing clear, concise, human readable and maintainable Python code.
20gcp-batch-inference
Running batch inference on Google Cloud (also known as Vertex AI)
18silent-cli
Environment variables and parameters for running command line programs reliably in non-interactive environments (unattended). Includes silent modes, color/disable TTY, and reduced output options for 155 CLI tools.
12busybox-on-windows
How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.
11recursive-language-model
Recursive Language Model workflow for processing documents that exceed context window limits. Uses a persistent Python REPL and subordinate agents to chunk, search, and analyze large context files.
9stabilization-loop
Stabilizes a software project by repeatedly running and testing it in a loop, fixing any issues.
6