一键导入
tiny-rpg-studio
Project-specific guidance for working in the Tiny RPG Studio repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Project-specific guidance for working in the Tiny RPG Studio repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tiny-rpg-studio |
| description | Project-specific guidance for working in the Tiny RPG Studio repository. |
Use this skill when working in the Tiny RPG Studio repository.
Tiny RPG Studio is a web-based game engine and editor for making tiny top-down RPG adventures in a 3x3 world. It focuses on small, shareable games built in the browser.
Core authoring features include:
For a major new feature or a large bug fix, add an entry to src/editor/manager/devlogData.ts.
Small bug fixes do not need devlog entries.
An implementation task is only finished when all required checks pass perfectly:
npx tsc --noEmit
npm run test:run
npm run lint
npm run build:export
npm run build:export regenerates both public/export.bundle.js and
public/tiny-rpg-studio-sdk.css. It must be run so exported HTML does not use
stale runtime code or styles.
If any required check cannot be run, do not report the task as fully complete. State exactly which check was not run and why.
Plans are not considered implementation tasks, so if the task is about creating or reviewing a plan, these checks can be ignored.
src/runtime/ and respect its existing boundaries.src/editor/ and use the established editor services/modules.src/runtime/infra/share/ pipeline.