memory-manager
Installation
SKILL.md
Memory Manager
Personal Use Only - This skill is configured for wangyang.learnwy's personal AI memory management.
Persistent memory system for AI assistants. Load this skill at the start of every session.
⚠️ CRITICAL: File Operation Rules
Due to AI IDE sandbox restrictions, NEVER use Write/SearchReplace tools to modify memory files.
MUST use RunCommand tool to execute bash scripts:
RunCommand: bash {skill_dir}/scripts/write-memory.sh SOUL.md "content"
RunCommand: bash {skill_dir}/scripts/append-history.sh "history-YYYY-MM-DD-N.md" "content"
RunCommand: bash {skill_dir}/scripts/backup-history.sh --all
If you skip scripts and use Write tool directly, you will get "sandbox restriction" errors.