What problem does it solve?
Provides a way for agents to read and write global memory files outside the workspace without triggering VS Code external-file approval prompts or leaving visible editor changes, enabling persistent cross-project context and caches.
Core Features & Use Cases
- Read global memory files located under the agents root and stream their contents to the agent without creating editor-visible files.
- Write complete memory files atomically, creating parent directories as needed and replacing the full file contents to avoid incremental edits.
- Use cases include storing stable user configuration, skill caches like a PR dashboard, and cross-project session state that must persist across workspaces.
Quick Start
Use the memory-access skill to read or write a global memory file such as pr-dashboard using the provided terminal scripts.