remember
Persistent, domain-organized memory system that captures lessons learned across VS Code projects.
What it does
- Global (global or user) - Stored in <global-prompts> (vscode-userdata:/User/prompts/) and apply to all VS Code projects
- Workspace (workspace or ws) - Stored in <workspace-instructions> (<workspace-root>/.github/instructions/) and apply only to the current project
- Discovers existing memory domains via glob patterns to find vscode-userdata:/User/prompts/-memory.instructions.md files
- Matches learnings to domains or creates new domain files when needed
- Organizes knowledge contextually so future AI assistants find relevant guidance exactly when needed
- Builds institutional memory that prevents repeating mistakes across all projects
- >domain-name - Optional. Explicitly target a domain (e.g., >clojure, >git-workflow)
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Persistent, domain-organized memory system that captures lessons learned across VS Code projects.
Source
Repository: https://github.com/github/awesome-copilot
remember FAQ
What does the remember skill do?
Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`. Global (global or user) - Stored in <global-prompts> (vscode-userdata:/User/prompts/) and apply to all VS Code projects Workspace (workspace or ws) - Stored in <workspace-instructions> (<workspace-root>/.github/instructions/) and apply only to the current project
How do I install remember?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill remember --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain remember?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-remember?ref=badge) npx agentictools info skills/github-awesome-copilot-remember The second line is the CLI lookup for this page — handy in READMEs and docs.