Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/IppClub/Dora-SSR --skill memory명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Develop, fix, or review LÖVE 11.5 games hosted by Dora LoveNode, including Love TypeScript or Lua sources, Love API documentation lookup, isolated runtime boundaries, full-screen adaptation, filesystem behavior, and log-based debugging.
Dora SSR coding rules for game/workspace projects; prevents browser DOM/Canvas/Node.js code in Dora engine scripts and forces Dora API lookup before using unfamiliar engine APIs.
Use this skill when designing, creating, or polishing UI/screens/HUDs/menus so the result is visually refined, coherent, responsive, and implemented with the correct Dora UI APIs.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | memory |
| description | Agent memory files with grep-based scoped recall. |
| always | true |
.agent/main/MEMORY.md — Core memory: user preferences, stable facts, decisions, known issues..agent/main/PROJECT_MEMORY.md — Project facts, build/run notes, files/architecture, project decisions and issues..agent/main/SESSION_SUMMARY.md — Current goal, recent progress, and open issues..agent/main/HISTORY.jsonl — Consolidated action history. Search it when older details are needed..agent/main/SESSION.jsonl — Crash-safe session tail. Do not edit manually.Sub-agents use .agent/subagents/<id>/... for scoped memory.
Write important facts immediately using edit_file:
Put transient task state in SESSION_SUMMARY.md, not MEMORY.md.
Old conversations are automatically summarized into HISTORY.jsonl and the memory markdown files when the session grows large. You usually don't need to manage this.