一键导入
memory-query-resume
Query curated project memory before answering repo-specific questions, and use resume to get back into flow after interruptions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query curated project memory before answering repo-specific questions, and use resume to get back into flow after interruptions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Umbrella entrypoint for Memory Layer workflows; use for broad memory-related turns, shared invariants, and docs/admin work, while focused query/resume, plan-execution, and remember skills handle the narrow workflows
Record a task memory before starting direct no-plan implementation work when the user asks to implement, fix, change, add, update, release, install, or otherwise mutate the repository without first approving a plan
Guide first-time GitHub repository initialization for a Memory Layer project; use when setting up or auditing GitHub remotes, repository metadata, Actions workflows, secrets, variables, branch protection, required checks, or Memory Layer repo onboarding, with discovery and dry-run review before write-capable changes
Save the approved plan and checkpoint when execution starts, and verify all plan checkbox items are complete before claiming the task is finished
Initialise or refresh Memory Layer in a project directory after Memory Layer is already installed; use for repo-local setup with .mem, .agents/memory-layer.toml, and repo-local memory skills, previewing writes before applying them
Remember meaningful completed work by capturing task context and curating it into durable project memory with provenance
| name | memory-query-resume |
| version | 0.9.5 |
| description | Query curated project memory before answering repo-specific questions, and use resume to get back into flow after interruptions |
Use this skill when:
Do not use this skill for:
Query curated project memory:
go run ./.agents/skills/memory-layer/scripts/main.go query-memory "<question>"
Resume a project after an interruption:
go run ./.agents/skills/memory-layer/scripts/main.go resume-project [project-slug]
resume-project instead of a generic query.memory-remember to store the distilled reusable explanation when it produced durable project understanding.Keep this skill on the stronger engineering path.
This focused skill uses the shared Go helper under .agents/skills/memory-layer/scripts/.
go must be available on PATH for these helper commands to run.