원클릭으로
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.