一键导入
一键导入
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.
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.
Guide the agent to create a new project skill with correct placement, required metadata, and a practical SKILL.md template.
| name | memory |
| description | Agent memory files with grep-based scoped recall. |
| always | true |
.agent/MEMORY.md — Core memory: user preferences, stable facts, decisions, known issues..agent/PROJECT_MEMORY.md — Project facts, build/run notes, files/architecture, project decisions and issues..agent/SESSION_SUMMARY.md — Current goal, recent progress, and open issues..agent/HISTORY.jsonl — Consolidated action history. Search it when older details are needed..agent/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.