defold-agent-config
Defold game development with builds, scripts, shaders, and docs
All Skills in This Repository (13)
Pure Emerald Level Indicatorsdefold-project-build
Trigger Defold editor builds via HTTP and report results.
defold-proto-file-editing
Automate editing of Defold Protobuf Text Format asset files.
defold-docs-fetch
Fetch Defold manuals and documentation from official sources for in-context reference.
monarch-screen-setup
Organize Defold screens and popups using Monarch conventions.
defold-scripts-editing
Generate and edit Defold script files and Lua modules.
defold-shaders-editing
Create and edit Defold vertex, fragment, and GLSL shader files.
defold-native-extension-editing
Outline required files and structure for Defold native extensions.
defold-project-setup
Download Defold project dependencies into .deps/ and output game.project settings.
defold-api-fetch
Retrieve Defold API documentation for Lua and C++ engine namespaces.
xmath-usage
Perform in-place xmath mutations on pre-allocated scratch buffers in Defold Lua projects.
defold-skill-maintain
Automate maintenance tasks for Defold agent skills and proto references.
defold-examples-fetch
Fetch Defold example code by topic from Markdown resources.
Frequently Asked Questions
FAQPage SchemaHow to install defold-agent-config?โผ
Run `npx skills add indiesoftby/defold-agent-config --all -g -y` in your terminal to install all skills globally.
What does defold-agent-config do?โผ
It gives your AI agent deep knowledge of the Defold game engine, covering Lua scripts, collections, GUI, shaders, physics, and native extensions. It can also build and run your game through the Defold editor automatically.
Which AI agents work with this configuration?โผ
It works with Claude Code, Cursor, Codex CLI, GitHub Copilot, Windsurf, Gemini CLI, and many others. Some agents require renaming the .agents folder to their own directory name.
Can it build and run my Defold game?โผ
Yes. The defold-project-build skill talks to the running Defold editor over HTTP, compiles the project, reports errors with file and line numbers, and launches the game on success.
Do I need Defold experience to use it?โผ
Basic familiarity helps, but the skills fetch official Defold docs, API references, and code examples on demand, so the agent can explain concepts and write correct code for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core