AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "xforg-cocos-game-vibe-coding-starter — Cursor Rules" prompt rules to my project. Repository: https://github.com/wanghaisheng/xforg-cocos-game-vibe-coding-starter Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for xforg-cocos-game-vibe-coding-starter
交流与支持
欢迎加入 QQ 群:795231926,一起探讨和交流 XForge 开发经验。
一、介绍
框架设计的目的是希望:<br/> 1、对新手友好,学习曲线平滑。<br/> 2、更好的 多人协同 开发体验,尽可能避免合并冲突。<br/> 3、尽可能统一的 开发规范 ,避免口头约束,减少因为规范问题带来的CR人力成本。<br/> 4、更小的 首屏/首页体积 ,优化新用户加载性能。<br/> 5、更小的 增量更新体积 ,优化老用户加载性能。<br/> 6、通过 扩展 的方式复用通用模块,同时平滑框架学习难度。<br/> > ⚠️大部分的框架目录点击后,都会在属性检查器页面生成它的一些说明文字,可以进行查看。<br/> > ⚠️使用vscode推荐安装 Code Spell Checker 插件。<br/> <br>
1、 初始化项目
在空文件夹下执行:<br/> npx @gamex/cc-cli@latest 如果npm源无法使用,可以尝试使用淘宝源:<br/> npx --registry=https://registry.npmmirror.com @gamex/cc-cli@latest
2、 更新项目框架
在开发过程中,框架可能会发布新版本以修复BUG或更新特性等。<br/> 如果想更新框架,可以在项目根目录下执行快捷指令:<br/> npm run upgrade 其本质还是调用`@gamex/cc-cli`,通过cli方式升级框架,可以几乎不用考虑因升级带来的一些兼容性问题,因为cli内部会处理这些问题。
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts