Sync Memory banner
mgtechgroup mgtechgroup

Sync Memory

Development community

Description

--- description: Sanitize ~/.claude memory into knowledge/memory-sync/ (dry-run by default, --apply to write) argument-hint: "[--apply]" allowed-tools: ["Bash"] --- You are syncing and sanitizing Claude memory into the repo's `knowledge/memory-sync/` area. **Mode:** `$ARGUMENTS` — pass through to the script. Empty means dry-run. `--apply` means actually write. Steps: 1. Run: ```bash bash scripts/sync-memory.sh $ARGUMENTS ``` 2. Capture the script's output verbatim and present: -

Installation

Installs to ~/.claude/skills/mgtechgroup-lyra-lynx-mythonexus-sync-memory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mgtechgroup-lyra-lynx-mythonexus-sync-memory && curl -fsSL https://raw.githubusercontent.com/mgtechgroup/lyra-lynx-mythonexus/HEAD/commands/sync-memory.md -o ~/.claude/skills/mgtechgroup-lyra-lynx-mythonexus-sync-memory/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository