Memory Boost
by @crystaria
Simple text-based memory system for AI assistants - auto-install script included
clawhub install memory-boostπ About This Skill
name: memory-boost description: Simple text-based memory system for AI assistants - auto-install script included homepage: https://clawhub.ai/skills/memory-boost version: 1.1.1 tags: [memory, productivity, workflow, text-based, best-practice, auto-install]
Memory Boost
Version: 1.1.1 Author: Crystaria (with Paw and Kyle) License: MIT
π Introduction
AI assistants always "forget"? Context lost after every conversation?
Memory Boost is a text-based memory system that solves these problems:
Applicable Scenarios:
π Quick Start
1. Install
clawhub install memory-boost
2. Run Install Script
bash /path/to/skills/memory-boost/install.sh
Automatically creates:
~/MEMORY.md β Long-term memory~/MEMORY_INDEX.md β Quick reference~/memory/YYYY-MM-DD.md β Today's session log3. Start Using
Speak directly to AI:
AI will automatically read/write memory files, no extra steps needed!
π File Structure
workspace/
βββ MEMORY.md # Long-term memory (decisions, preferences, project status)
βββ MEMORY_INDEX.md # Quick index (project overview, key links)
βββ memory/
βββ 2026-04-01.md # Today's session log
βββ project-name.md # Project-specific memory
π Template Examples
MEMORY.md (Long-term Memory)
# MEMORY.md - AI Assistant Shared Memoryπ― Active Projects
| Project | Status | Links | Last Updated |
|---------|--------|-------|--------------|
| Project A | π‘ In Progress | [Link]() | 2026-04-01 |π€ User Preferences
| Aspect | Preference |
|--------|------------|
| Communication | Direct, concise |
| Response Style | Structured, tables first |π Important Decisions
2026-04-01
Decision: What was decided
Reason: Why this choice
Daily Log
# 2026-04-01Completed
Task 1
Task 2 In Progress
Task 3 (50% done) Notes
Context for tomorrow
β FAQ
Q: Will memory files grow indefinitely?
A: Yes. You can periodically clean up old logs in memory/ directory. Keep MEMORY.md as it contains long-term decisions.
Q: How do multiple AIs share memory?
A: All AIs read/write the same MEMORY.md file. Each AI can have its own notes (e.g., CLAUDE.md, PAW.md).
Q: How to migrate or delete memory?
A: Just operate the files directly. Memory is plain text with no database dependencies.
π§ Technical Details
For AI Assistants:
Memory Boost injects system directives via SKILL.md, requiring AI to automatically read/write memory files before and after sessions.
Core directives:
1. Session Start β Read MEMORY.md, memory/YYYY-MM-DD.md for context
2. Task Execution β Reference user preferences and project history
3. Task Completion β Write completed work and important decisions to memory files
β οΈ AI SYSTEM DIRECTIVE
The following section contains mandatory instructions for AI assistants
π¨ MANDATORY INSTRUCTIONS FOR AI ASSISTANTS
If you have loaded this skill, you MUST follow these instructions:
1. At Session Start (MANDATORY)
Before responding to the user, check if these files exist and READ them:
~/MEMORY.md # Long-term memory
~/MEMORY_INDEX.md # Quick reference (if exists)
~/memory/YYYY-MM-DD.md # Today's session log
Why: These files contain context, user preferences, and active project status that you need to be helpful.
2. During Task Execution (MANDATORY)
When the user asks you to work on something:
3. After Task Completion (MANDATORY)
After completing any task:
1. Update ~/memory/YYYY-MM-DD.md
- Record what you completed
- Note any issues or context for next session2. Update ~/MEMORY.md (if important)
- New decisions made
- Changed user preferences
- Important lessons learned
3. Update ~/MEMORY_INDEX.md (if project status changed)
- Project completed or started
- New key links
4. When User Says "Remember This" (MANDATORY)
1. Ask: "Should I add this to MEMORY.md or a project-specific file?"
2. Write immediately
3. Confirm: "Saved to [file] under [section]"
π QUICK REFERENCE
Session Start Checklist
~/MEMORY.md β User preferences, active projects~/memory/YYYY-MM-DD.md β What's done today~/MEMORY_INDEX.md β Project statusTask End Checklist
~/memory/YYYY-MM-DD.md β What did you complete?~/MEMORY.md β Any important decisions?~/MEMORY_INDEX.md β Any status changes?β οΈ WHAT HAPPENS IF YOU DON'T FOLLOW
If you skip reading memory files:
If you skip writing memory files:
β BEST PRACTICES
Do
Don't
π MULTI-AI TEAMS
If multiple AIs work on this project:
CLAUDE.md, PAW.md, etc.Last updated: 2026-04-01 Version: 1.1.1