AI Skill Hub 推荐使用:GodotPrompter 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
GodotPrompter是开源AI工作流,提供Agentic技能框架,适用于Godot 4.x的领域特定技能,帮助开发者提高编码效率。
GodotPrompter 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
GodotPrompter是开源AI工作流,提供Agentic技能框架,适用于Godot 4.x的领域特定技能,帮助开发者提高编码效率。
GodotPrompter 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g godotprompter # 方式二:npx 直接运行(无需安装) npx godotprompter --help # 方式三:项目依赖安装 npm install godotprompter # 方式四:从源码运行 git clone https://github.com/jame581/GodotPrompter cd GodotPrompter npm install npm start
# 命令行使用
godotprompter --help
# 基本用法
godotprompter [options] <input>
# Node.js 代码中使用
const godotprompter = require('godotprompter');
const result = await godotprompter.run(options);
console.log(result);
# godotprompter 配置说明 # 查看配置选项 godotprompter --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export GODOTPROMPTER_CONFIG="/path/to/config.yml"
Agentic skills framework for Godot 4.x game development. Gives AI coding agents domain-specific expertise for GDScript and C# projects.
Inspired by and built on top of the Superpowers plugin for Claude Code — which provides the underlying skill loading, brainstorming, and workflow infrastructure that GodotPrompter extends with Godot-specific domain knowledge.
claude plugins install godot-prompter@skillsmith
Or install from a local clone:
bash git clone https://github.com/jame581/GodotPrompter.git claude plugins marketplace add ./GodotPrompter claude plugins install godot-prompter@godot-prompter
Then start a new session and ask:
"I'm starting a new Godot 4.3 project. How should I organize it?" ```
The agent loads the godot-project-setup skill and provides a complete directory structure, autoload setup, and .gitignore — not generic advice.
| Skill | Description |
|---|---|
export-pipeline | Platform exports, CI/CD with GitHub Actions, itch.io/Steam deploy |
godot-optimization | Profiler, draw calls, physics tuning, object pooling, bottlenecks |
addon-development | EditorPlugin, @tool scripts, custom inspectors, dock panels |
assets-pipeline | Image compression, 3D scene import, audio formats, resource management |
mobile-development | Android/iOS export, signing, lifecycle, permissions, plugins, IAP, device features |
godot-project-setup skill and scaffolds a complete directory structure, autoloads, input map, and .gitignore following Godot best practices.player-controller and input-handling skills, providing complete CharacterBody2D code with physics-correct movement in both GDScript and C#.godot-game-architect agent to plan the system with ai-navigation, state-machine, and animation-system skills, then the godot-game-dev agent to implement it.3d-essentials skill with StandardMaterial3D PBR workflow, DirectionalLight3D shadow configuration, environment setup, and volumetric fog.particles-vfx skill with GPUParticles2D/3D recipes, ParticleProcessMaterial configuration, color ramps, and one-shot burst patterns.godot-code-reviewer agent with the godot-code-review skill to check node architecture, signal patterns, performance, input handling, and resource management.GodotPrompter提供了一个易于使用的AI工作流框架,适用于Godot 4.x的领域特定技能开发,帮助开发者提高编码效率和质量,但仍需要进一步优化和完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,GodotPrompter 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | GodotPrompter |
| 原始描述 | 开源AI工作流:Agentic skills framework for Godot 4.x. Domain-specific skills for AI coding age。⭐149 · JavaScript |
| Topics | workflowai-skillsclaude-codecopilotcsharpgame-developmentjavascript |
| GitHub | https://github.com/jame581/GodotPrompter |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端