Discover and explore top open-source AI tools and projects—updated daily.
jame581Agentic skills framework for Godot 4.x game development
Top 72.1% on SourcePulse
Summary GodotPrompter equips AI coding agents (Claude Code, Copilot, Gemini) with domain-specific skills for Godot 4.x development. It enables AI assistants to generate Godot-specific GDScript and C# code, adhering to best practices and accelerating development.
How It Works
The system uses a plugin architecture where AI agents load structured domain knowledge ("skills") on demand. Development follows a three-phase workflow: Design (brainstorming), Implementation (loading relevant skills like player-controller), and Review (code validation). This ensures AI-generated code is contextually relevant and follows Godot's idiomatic patterns.
Quick Start & Requirements Installation varies by AI agent:
claude plugins marketplace add jame581/skillsmith then claude plugins install godot-prompter@skillsmith.gemini extensions install https://github.com/jame581/GodotPrompter.git.copilot plugin marketplace add jame581/skillsmith then copilot plugin install godot-prompter@skillsmith./add-plugin godot-prompter or local clone.Highlighted Details
gdscript-advanced for performance idioms and metaprogramming, alongside native extension (gdextension) and multithreading capabilities.scripts/validate-skills.mjs) enforcing quality and a 16 KB token budget for SKILL.md files.Maintenance & Community Maintained by creator Jan Mesarč. Support via "Buy Me a Coffee." Community channels are not explicitly mentioned. Release CI is managed via GitHub Actions.
Licensing & Compatibility Licensed under the permissive MIT License, allowing broad compatibility with commercial and closed-source projects.
Limitations & Caveats
Some skills are GDScript-only by design (csharp-parity-accepted warnings). Installation complexity varies by AI agent integration. Effectiveness relies on the underlying AI agent's capabilities.
5 days ago
Inactive