godogen

分类: 内容与多媒体 | 上传者: htdthtdt | 下载: 0 | 版本: v1.0(最新)

This skill should be used when the user asks to "make a game", "build a game", "generate a game", or wants to generate or update a complete Godot game from a natural language description. --- # Game Generator — Orchestrator Generate and update Godot games from natural language. ## Capabilities Read each sub-file from `${CLAUDE_SKILL_DIR}/` when you reach its pipeline stage. | File | Purpose | |------|---------| | `visual-target.md` | Generate reference image anchoring art direction | | `decomposer.md` | Decompose game into a development plan (`PLAN.md`) | | `scaffold.md` | Design architecture and produce compilable Godot skeleton | | `asset-planner.md` | Decide what assets the game needs within a budget | | `asset-gen.md` | Generate PNGs (Gemini) and GLBs (Tripo3D) from prompts | ## Pipeline ``` User request | +- Check if PLAN.md exists (resume check) | +- If yes: read PLAN.md, STRUCTURE.md, MEMORY.md -> skip to task execution | +- If no: continue with fresh pipeline below | +- Generate visual target -> reference.png + ASSETS.md (art direction only) +- Decompose into tasks -> PLAN.md +- Design architecture -> STRUCTURE.md + project.godot + stubs | +- If budget provided (and no asset tables in ASSETS.md): | +- Plan and generate assets -> ASSETS.md + updated PLAN.md with asset assignments | +- For every task in PLAN.md: | +- Set `**Status:** pending` | +- Fill `**Targets:**` with concrete project-relative files expected to change | (e.g. scenes/main.tscn, scripts/player_controller.gd, project.godot) | inferred from task text + scene/script mappings in STRUCTURE.md | +- Show user a concise plan summary (game name, numbered task list) | +- Find next ready task (pending, deps all done) +- While a ready task exists: | +- Update PLAN.md: mark task status -> in_progress | +- Skill(skill="godot-task") with task block | +- Mark task completed in PLAN.md OR replan based on the outcome, summarize to user | +- git add . && git commit -m "Task N done" |

更新日志: Source: GitHub https://github.com/htdt/godogen

目录结构

当前层级: skills/godogen/

SKILL.md

登录后下载/点赞/收藏 ❤ 119 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。