AI Memory Booster
Paste the following prompt into your AI chat to install this skill:
Install @user_4bfe8963/memory-booster according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
memory-booster addresses two common memory failures in long-running AI agent work: new sessions losing prior progress, and long conversations losing earlier decisions, file paths, and follow-ups as tool calls accumulate. It turns “remembering” into a structured retrieval, compression, and archive layer around MEMORY.md, journal files, and historical chat context.
How It Works
The workflow centers on four operations:
- Warm-up: at session start, it extracts active topics from MEMORY.md, recent journals, and keywords, forms natural-language queries, and combines keyword search with semantic vector recall.
- Compression: it extracts important information into markers such as DECISION, DATA, LINK, ISSUE, NEXT, and FILE, appends to journal files, and updates only relevant sections of MEMORY.md.
- On-demand recall: when the user asks what was said before or provides a custom query, it performs semantic search first, supplements with conversation search, and returns only the most relevant entries.
- Industry skill generation: !forge generates a customized memory skill with industry-specific categories, extraction rules, keyword mappings, ignore rules, and compression templates, producing a standalone, distributable skill.
It is intended for WorkBuddy-style environments with file tools, conversation_search, and local Python/Bash scripts. Semantic indexing must be built once, memory archiving is manually triggered, and some in-chat context overflow still depends on platform-side support.
Use Cases
- Resume ongoing WorkBuddy project context at session start by searching MEMORY.md and recent journals automatically.
- After pricing or architecture decisions in a long conversation, compress decisions, file paths, and next steps into journal files.
- When users ask about prior bugs, competitor prices, or client stages, use semantic search and conversation search to recall entries.
- Generate industry memory skills for real-estate, legal, or e-commerce roles with custom categories and retrieval mappings.
Best For
- Engineers using WorkBuddy for ongoing project work who want new sessions to recall prior decisions and next steps
- Real-estate agents who need to track client stages, property matching, and deal progress in a custom memory skill
- Lawyers handling IP matters who need to store and recall case numbers, hearing dates, and cited statutes
- E-commerce operations managers who need to monitor competitor prices, platform rule changes, and campaign schedules
Related Skills
Run a grilling session to interact with or test AI agents.
A systematic prompt optimization skill that refines prompts using a four-step distillation framework (diagnose, structure, think, compress) and methodologies from four prompting masters.
Tencent Cloud OCR agent for K-12 exam grading with async full-sheet or single-question marking, handwritten answer recognition, correctness, knowledge points, and coordinates.
Quickly converts a user's input, list, or screenshot into a multi-page workbench, supporting template selection, custom builds, and responsive layouts.