From amem
Export all memories as markdown or to a file. Use when the user wants to back up, share, or review their memories outside of amem.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amem:exportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export all memories as markdown.
Export all memories as markdown.
Export to stdout:
amem-cli export
Export to a file:
amem-cli export --file memories.md
If amem-cli is not on PATH, use:
npx @aman_asmuei/amem export --file memories.md
The export is organized by memory type (corrections first, then decisions, patterns, etc.) with confidence scores, ages, tags, and IDs.
npx claudepluginhub amanasmuei/amem --plugin amemSearch, query, view stats, and manage Claude's persistent memory in a portable .claude/mind.mv2 file using Node.js scripts. Recalls discoveries, decisions, and solutions.
Exports confidence-weighted instincts (feedback_*/discovery_* memories) to a portable YAML pack for sharing or backup.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.