godot-design
Installation
SKILL.md
Godot 接口设计 Skill
概述
本 Skill 提供 Godot GDScript 接口设计的规范和指导,确保代码符合 TDD 友好、可测试、可维护的设计原则。
适用场景
- 设计新的游戏逻辑类
- 定义模块间接口
- 编写供测试使用的 API
- 重构现有代码结构
Godot 类系统基础规则
脚本 ≠ 类
在 Godot 中,脚本不是真正的类,而是附加到引擎内置类的资源:
Related skills
More from chen19007/my_skills
godot-verify
|
22godot-tdd
Godot TDD(测试驱动开发)流程总控,协调 godot-design、godot-dev、godot-test、godot-verify 完成开发闭环。
2godot-tdd-full
Complete TDD workflow for Godot projects. Integrates interface design, GUT testing, code implementation, and verification tools.
2godot-web-e2e
End-to-end testing for any Godot Web export using Chrome DevTools and a local HTTP server. Use when verifying gameplay behavior in a Web build (not editor) and you need repeatable DevTools-driven input checks and console evidence.
2godot-test
|
2godot-dev
|
2