copilot-memory-harness

Persist user preferences and corrections across VS Code Copilot Chat sessions.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/stumman/hermes-harness-skills --skill copilot-memory-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-memory-harness
Source: https://github.com/stumman/hermes-harness-skills/tree/main/.agents/skills/copilot-memory-harness
Command: npx skills add https://github.com/stumman/hermes-harness-skills --skill copilot-memory-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides persistent memory and self-improving features for VS Code Copilot Chat, allowing users to remember preferences and corrections across sessions, and accumulate reusable skills.

Core Features & Use Cases

  • Persistent Memory: Remember preferences, conventions, and corrections across sessions.
  • Skill Self-Improvement: Accumulate reusable skills over time.
  • Use Case: For users who want Copilot to remember their coding preferences and conventions, and improve over time without relying on external daemons or CLI tools.

Quick Start

Set up the Copilot Memory Harness by deploying the harness files and configuring the workspace. Run the build.py script to initialize instructions and wire up the repository.

Frequently Asked Questions about copilot-memory-harness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make VS Code Copilot Chat remember my coding preferences across sessions?

To make VS Code Copilot Chat remember coding preferences across sessions, you can deploy a persistent memory harness that stores user conventions and corrections locally. This allows the assistant to retain your specific coding style without relying on external daemons or CLI tools.

Can Copilot Chat accumulate reusable coding skills over time?

Yes, Copilot Chat can accumulate reusable coding skills over time by using a self-improving memory harness. It captures corrections and conventions during your coding sessions, building a repository of personalized skills that enhance future interactions.

What do I need to set up persistent memory for Copilot Chat in VS Code?

To set up persistent memory for Copilot Chat, you need a specific VS Code workspace configuration and Python 3 stdlib. You deploy the harness files, configure the workspace, and run the build.py script to initialize the instructions and wire up the repository.

Does persistent memory for Copilot Chat require external daemons or CLI tools?

No, persistent memory for Copilot Chat does not require external daemons or CLI tools. The self-improving memory harness operates entirely within the VS Code workspace using the Python 3 stdlib, avoiding the need for background services.

How does a self-improving memory harness enhance Copilot Chat?

A self-improving memory harness enhances Copilot Chat by storing user corrections and coding conventions across sessions. It accumulates these interactions as reusable skills, allowing the assistant to automatically align with your preferences and improve its responses over time.