Skip to main content
Run any Skill in Manus
with one click
GitHub repository

GodotPrompter

GodotPrompter contains 53 collected skills from jame581, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
53
Stars
379
updated
2026-07-06
Forks
19
Occupation coverage
4 occupation categories · 51% classified
repository explorer

Skills in this repository

2d-essentials
unclassified

Use when working with 2D-specific systems — TileMaps, parallax scrolling, 2D lights and shadows, canvas layers, particles 2D, custom drawing, and 2D meshes in Godot 4.3+

2026-07-06
3d-essentials
unclassified

Use when working with 3D-specific systems — materials, lighting, shadows, environment, global illumination, fog, LOD, occlusion culling, and decals in Godot 4.3+

2026-07-06
addon-development
unclassified

Use when creating Godot editor plugins — EditorPlugin, @tool scripts, custom inspectors, and dock panels

2026-07-06
ai-navigation
unclassified

Use when implementing AI movement — NavigationAgent2D/3D, steering behaviors, behavior trees, and patrol patterns

2026-07-06
animation-system
unclassified

Use when implementing animations — AnimationPlayer, AnimationTree, blend trees, state machines, sprite animation, and code-driven animation

2026-07-06
assets-pipeline
unclassified

Use when importing and managing assets — image compression, 3D scene import, audio formats, resource formats, and import configuration

2026-07-06
audio-system
unclassified

Use when implementing audio — audio buses, AudioStreamPlayer, spatial audio, music management, SFX pooling, and dynamic mixing

2026-07-06
csharp-godot
unclassified

Use when working with C# in Godot — conventions, GodotSharp API differences from GDScript, project setup, and interop

2026-07-06
export-pipeline
unclassified

Use when exporting and distributing Godot games — export presets, platform settings, CI/CD with GitHub Actions

2026-07-06
gdextension
unclassified

Use when building native extensions for Godot — godot-cpp (C++) or gdext (Rust), binding classes, building, and GDScript/C# interop

2026-07-06
gdscript-advanced
unclassified

Use when writing production-grade GDScript — performance idioms, metaprogramming, @tool lifecycle, async pitfalls, signal/Callable trade-offs, profiler-driven idioms, and common pitfalls

2026-07-06
gdscript-patterns
unclassified

Use when writing GDScript — static typing, await/coroutines, lambdas, match patterns, export annotations, inner classes, and common idioms

2026-07-06
godot-project-setup
unclassified

Use when creating a new Godot 4.x project — scaffolds recommended directory structure, project settings, autoloads, and .gitignore

2026-07-06
godot-ui
unclassified

Use when building user interfaces — Control nodes, themes, anchors, containers, and layout patterns

2026-07-06
input-handling
unclassified

Use when implementing input — InputEvent system, Input Map actions, controllers/gamepads, mouse/touch, action rebinding, and input architecture

2026-07-06
localization
unclassified

Use when implementing localization (i18n/l10n) — TranslationServer, CSV/PO translation files, locale switching, RTL support, and pluralization in Godot 4.3+

2026-07-06
math-essentials
unclassified

Use when implementing game math — vectors, transforms, interpolation, curves, random number generation, and common geometric recipes

2026-07-06
mobile-development
unclassified

Use when targeting Android/iOS — export and signing, permissions, plugins, in-app purchases, ads, app lifecycle, device features, and mobile performance

2026-07-06
multithreading
unclassified

Use when running work off the main thread — WorkerThreadPool, Thread/Mutex/Semaphore, call_deferred, thread-safe scene access, and threaded resource loading

2026-07-06
particles-vfx
unclassified

Use when implementing particle effects — GPUParticles2D/3D, ParticleProcessMaterial, emission shapes, subemitters, trails, attractors, collision, and common VFX recipes

2026-07-06
physics-system
unclassified

Use when working with physics bodies, collision shapes, raycasting, areas, rigid bodies, ragdolls, soft bodies, Jolt physics, and physics interpolation in Godot 4.3+

2026-07-06
responsive-ui
unclassified

Use when handling multiple resolutions — stretch modes, aspect ratios, DPI scaling, and mobile/desktop adaptation

2026-07-06
save-load
unclassified

Use when implementing save/load systems — ConfigFile, JSON, Resource serialization, save game architecture

2026-07-06
shader-basics
unclassified

Use when implementing shaders — Godot shader language, visual shaders, common visual recipes, and post-processing effects

2026-07-06
tween-animation
unclassified

Use when implementing tweens — property animation, method tweening, chaining, parallel sequences, easing, and common UI/gameplay motion recipes

2026-07-06
xr-development
unclassified

Use when building VR/AR/XR applications — OpenXR setup, XROrigin3D, hand tracking, controllers, passthrough, and Meta Quest deployment in Godot 4.3+

2026-07-06
godot-debugging
software-developers

Use when debugging Godot projects — remote debugger, print techniques, signal tracing, common error patterns and fixes

2026-06-24
using-godot-prompter
computer-occupations-all-other

Bootstrap skill — establishes how to find and use GodotPrompter skills, with platform-specific tool mapping

2026-06-17
ability-system
software-developers

Use when building character abilities — Resource-based abilities with cost/cooldown/cast, buffs/debuffs, stat modifiers, gameplay tags, and HUD binding

2026-06-17
beehave
software-developers

Use when using the Beehave addon — pure-GDScript behavior trees with composites, decorators, leaves, a blackboard, and a visual runtime debugger

2026-06-17
limboai
software-developers

Use when using the LimboAI addon — behavior trees and hierarchical state machines (C++ GDExtension) with a visual editor, BTTask subclassing, and a blackboard

2026-06-17
component-system
software-developers

Use when building reusable node components — composition patterns, component communication, and interface design

2026-06-17
event-bus
software-developers

Use when implementing decoupled communication between nodes — global EventBus autoload with typed signals

2026-06-17
hud-system
software-developers

Use when building in-game HUDs — health bars, score displays, minimap, notifications, and damage numbers

2026-06-17
resource-pattern
software-developers

Use when creating data containers in Godot — custom Resources for configuration, items, stats, and editor integration

2026-06-17
state-machine
software-developers

Use when implementing state machines in Godot — enum-based, node-based, and resource-based FSM patterns with trade-offs

2026-06-17
godot-optimization
software-developers

Use when optimizing Godot games — profiler, draw calls, physics tuning, memory management, and common bottlenecks

2026-05-29
player-controller
software-developers

Use when implementing player movement — CharacterBody2D/3D patterns, input handling, physics, common movement recipes

2026-05-17
dependency-injection
software-developers

Use when managing dependencies between systems — autoloads, service locators, @export injection, and scene injection patterns

2026-05-17
dialogue-system
software-developers

Use when implementing dialogue — data structures for branching dialogue, conditions, and UI presentation

2026-05-17
Showing top 40 of 53 collected skills in this repository.