memory-merger

Consolidates mature learnings from domain memory files into instruction files with quality-assured merging.

github ↓ 13k
Claude Code
View source ↗

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
  • >domain-name - Required. The domain to merge (e.g., >clojure, >git-workflow, >prompt-engineering)
  • [scope] - Optional. One of: global, user (both mean global), workspace, or ws. Defaults to global
  • /memory-merger >prompt-engineering - merges global prompt engineering memories
  • /memory-merger >clojure workspace - merges workspace clojure memories
  • /memory-merger >git-workflow ws - merges workspace git-workflow memories

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Consolidates mature learnings from domain memory files into instruction files with quality-assured merging.

Source

Repository: https://github.com/github/awesome-copilot

memory-merger FAQ

What does the memory-merger skill do?

Merges mature lessons from a domain memory file into its instruction file. Syntax: `/memory-merger >domain [scope]` 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 memory-merger?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill memory-merger --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain memory-merger?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

memory-merger on getagentictools
[![memory-merger on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-memory-merger.svg)](https://getagentictools.com/skills/github-awesome-copilot-memory-merger?ref=badge)
npx agentictools info skills/github-awesome-copilot-memory-merger

The second line is the CLI lookup for this page — handy in READMEs and docs.