AI Summarymemory-export enables developers to export project memories from Mnemosyne to markdown or JSON formats for review, backup, and sharing. Useful for AI-assisted development workflows that rely on persistent context and memory management.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "memory-export" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (14 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/memory-export.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature-checklist.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/feature-checklist.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature-clarify.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/feature-clarify.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature-plan.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/feature-plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature-specify.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/feature-specify.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature-tasks.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/feature-tasks.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/feature-validate.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/feature-validate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ics.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/ics.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/memory-consolidate.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/memory-consolidate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/memory-context.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/memory-context.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/memory-list.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/memory-list.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/memory-search.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/memory-search.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/memory-store.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/memory-store.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/project-constitution.md "https://raw.githubusercontent.com/rand/mnemosyne/main/.claude/commands/project-constitution.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Export memories to markdown for review and backup
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 4mo ago
◐ StaleAdoptionUnder 100 stars
14 ★ · NicheDocsMissing or thin
UndocumentedMIT License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code