update-memorylisted
Install: claude install-skill ValentinNikolaev/agent-skills
<!-- GENERATED BY generate_skill_wrappers.py; DO NOT EDIT MANUALLY. -->
## Generated Codex skill — do not edit manually
This complete skill and its bundled resources are generated from `agent-plugins/skills/update-memory/SKILL.md`. Manual changes in this directory will be overwritten the next time the generator runs. Edit the canonical skill instead.
# Update Memory
Record the smallest durable change supported by completed project work.
## Load the Contract and Establish Context
1. Read [references/memory-contract.md](references/memory-contract.md) completely before proposing edits.
2. Resolve one project root and memory root from the user's request or current project. Ask for explicit consent before reading or writing any global store, sibling project, unrelated repository, or other root outside that project.
3. Read the active `MEMORY.md` and relevant local files. If no useful baseline exists, route to `create-memory`.
4. Gather evidence from the user's confirmed summary, adopted decisions, completed work, changed interfaces, tests, failures, and available focused repository diff or history. Treat repository state as evidence, not a substitute for user intent.
5. Route a task whose primary purpose is importing or refreshing supplied external content to `ingest-memory`. When a source-backed conclusion arose incidentally during project work, record full structured provenance under the contract.
## Decide Whether to Write
Write only a durable architectural or product de