#424 · Primary category: AI Coding Assistants
GodotPrompter
Agentic skills framework for Godot 4.x. Domain-specific skills for AI coding agents (Claude Code, Copilot, Antigravity, Cursor)
Project last updated:08/12/26
GitHub Stars
641
Forks
31
Contributors
7
License
MIT
Why we included this project
AI coding agents are only as good as the domain knowledge they carry, and for Godot that knowledge is usually thin. GodotPrompter installs as a plugin that loads 55 structured skills on demand, so when you ask your agent to add a state machine or set up multiplayer it follows Godot-specific best practices instead of generic advice. Both GDScript and C# examples are included, and newer engine features from 4.5 through 4.7 show up as annotated additive sections, which helps if you target recent releases. The skills work across Claude Code, Copilot, Cursor, and similar agents, and the loading and workflow infrastructure builds on the Superpowers plugin for Claude Code. For teams doing serious Godot work with AI assistance, that means less time correcting agent output and more time actually building.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.