一键导入
agent-memory
Read and update project memory files at start/end of every session. Memory lives in .agent/memory/ and syncs across machines via git.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read and update project memory files at start/end of every session. Memory lives in .agent/memory/ and syncs across machines via git.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
MANDATORY — STOP and activate BEFORE writing ANY code for new features, significant changes, or multi-file modifications. You MUST ask clarifying questions, explore alternatives, and get explicit design approval first. Do NOT skip this step. Do NOT start coding without approval.
Use when planning implementation of a feature, refactoring, or multi-step change — creates bite-sized tasks with exact file paths, code, and verification steps
| name | agent-memory |
| description | Read and update project memory files at start/end of every session. Memory lives in .agent/memory/ and syncs across machines via git. |
Read ALL files in .agent/memory/ directory:
project_context.md — TL;DR của dự án (stack, kiến trúc, version)developer_profile.md — Developer preferences, coding style, workflow rulesaction_items.md — TODO list + mini session log (phiên gần nhất)decisions_log.md — Past decisions (KHÔNG hỏi lại những điều đã chốt)Read project docs:
TECHNICAL.md — Tài liệu kỹ thuật đầy đủ (patterns, API, CSS conventions)CHANGELOG.md — Chỉ đọc entry mới nhất (biết version hiện tại + thay đổi gần nhất)action_items.md — Mark completed items, add new TODOs, add session log entry at TOPdecisions_log.md — Log any new architectural/design decisions madedeveloper_profile.md — ONLY if new preferences discovered (rare).agent/memory/plans/YYYY-MM-DD_plan_name.mdaction_items.md: giữ ~10 session gần nhất, xóa cũ hơn (git giữ history)decisions_log.md: giữ ~20 decisions gần nhấtproject_context.md và developer_profile.md: overwrite, không appendDeveloper works across multiple computers. Antigravity's built-in Knowledge Items are machine-local and don't sync. These files live in the git repo and travel with the project to any machine.