ワンクリックで
memory-remember
Remember meaningful completed work by capturing task context and curating it into durable project memory with provenance
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Remember meaningful completed work by capturing task context and curating it into durable project memory with provenance
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | memory-remember |
| version | 0.9.5 |
| description | Remember meaningful completed work by capturing task context and curating it into durable project memory with provenance |
Use this skill when:
Do not use this skill for:
Remember task context automatically:
go run ./.agents/skills/memory-layer/scripts/main.go remember-task \
--title "<task title>" \
--prompt "<user prompt>" \
--summary "<what changed>" \
--note "<durable fact>"
Remember a distilled code explanation:
go run ./.agents/skills/memory-layer/scripts/main.go remember-task \
--type project \
--title "Explained <file/module/codebase>" \
--prompt "<user explanation request>" \
--summary "<short explanation summary>" \
--note "<stable explanation fact with file/module/symbol provenance>"
task memory should already have been recorded at execution start; this workflow records the completed implementation or refactor memory.--type refactor or clear refactor/no-functional-change wording when the completed work only reorganized code without behavior changes.remember-task is called with --title and --prompt for default, implementation, or refactor memory, the shared helper now runs idempotent checkpoint start-task first as a safety net. Use --skip-task-start only when the work is plan-backed, explanation-only, or the task start was intentionally handled elsewhere.--note values for durable facts.--file-changed for explanation-only turns unless files actually changed.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.
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
Query curated project memory before answering repo-specific questions, and use resume to get back into flow after interruptions