Cross-Session Memory Bridge
Paste the following prompt into your AI chat to install this skill:
Please install @user_41b104fd/context-bridge-pro according to https://skillhub.cn/install/skillhub.md.
About this skill
The Problem
The hard part of cross-session memory is not storing more, but remembering at the right moment. When a chat ends, project background, confirmed budget, scope, and the last working state can disappear; the next day the user must re-explain context, and the model may answer without relevant history. Loading every conversation with all prior history, however, creates noise and cross-project contamination.
How It Works
context-bridge-pro runs as a passive background skill without requiring user commands. It works through three core steps:
- Project identification: it matches the current conversation to a project using names, keywords, or automatically accumulated aliases, then reads the matching context.md and weaves the information into the response naturally.
- Decision capture: it records material decisions during the conversation, such as budget, scope, launch timing, and completed modules, rather than storing casual chatter.
- Automatic project creation: when a new topic is discussed for three or more consecutive turns and shows project-like characteristics, it creates projects/<project>/context.md and updates project-registry.json.
Memory is written to the local .workbuddy/context-bridge/ directory by default, with no external upload. If loading context fails, the reply includes a lightweight notice, so users are not left unaware that history is unavailable.
Boundaries
It fits engineering and creator workflows with parallel, long-running projects: marketing plans, product docs, coding tasks, novel chapters, and similar work. It is not an audit-grade solution for highly sensitive data, and it should not replace formal task management or version control. If a project is created by mistake, delete its folder; if a short project name is not recognized, use the full name or update its alias explicitly.
Use Cases
- Continue a marketing plan by project name after changing the group-buying section yesterday.
- Auto-create a project memory file after three turns about budget, launch, and scope.
- Switch from marketing docs to a novel chapter in the same day without mixing contexts.
- Add a project alias automatically when the user uses a new short name for the same project.
Best For
- Independent developers juggling marketing, product docs, and code tasks
- Novel writers who pause chapter edits and resume days later
- Consultants managing multiple client projects and resuming by project name
- Users who want local decision memory without manual setup
Related Skills
Local workflow memory with matching and SOP updates.
An OpenClaw live streaming executor that initializes TRTC streaming, starts a real-time dashboard, generates viewer URLs, and continuously reports live events.
Breaks down physical supply chains for super-trends to identify second- and third-layer bottlenecks, runs valuation and reverse checks, and maintains trackable reports.
A token-saving compression mode for Chinese LLMs with lite, full, ultra, and classical tiers, preserving code and technical terms while handling edge cases.