Disable the Memory Engine. Decision capture stops. Existing memory files are preserved.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Snowflake-Labs/cocoplus --skill memory-engine --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Memory Engine?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snowflake-labs-memory-engine-cocoplus)More formats (shields.io, HTML) on the badges page.
---
name: "memory-off"
description: "Disable the Memory Engine. Decision capture stops. Existing memory files are preserved."
version: "1.0.0"
author: "CocoPlus"
tags:
- cocoplus
- memory-engine
---
Your objective is to disable the Memory Engine.
Before proceeding, verify that `.cocoplus/` exists.
If not: output "CocoPlus not initialized in this directory. Run `$pod init` to begin." Then stop.
Remove mode flag: delete the file `.cocoplus/modes/memory.on` if it exists. Use the Bash tool with `node -e "try{require('fs').unlinkSync('.cocoplus/modes/memory.on')}catch(_){}"` for cross-platform compatibility.
Update AGENTS.md (keep ≤200 lines): replace Memory line with `- Memory: off`
Output: "✓ Memory Engine disabled. Existing memory files preserved in .cocoplus/memory/ — they can be read manually but will not be updated. Run `$memory on` to re-enable."
## Anti-Rationalization
| Shortcut / Temptation | Why It Fails |
|-----------------------|--------------|
| Delete memory files when disabling to "start fresh" | Memory files contain cross-session decisions that have lasting validity; they must be preserved even when the engine is off |
## Exit Criteria
- [ ] `.cocoplus/modes/memory.on` flag does NOT exist
- [ ] `.cocoplus/AGENTS.md` Memory line reads `- Memory: off`
- [ ] `.cocoplus/memory/decisions.md`, `patterns.md`, and `errors.md` files still exist (not deleted)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!