One-click install
npx skills add https://github.com/vathymut/copilot-skills --skill remember-vathymut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/vathymut/copilot-skills/tree/main/.github/skills/remember
Command: npx skills add https://github.com/vathymut/copilot-skills --skill remember-vathymut

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you store and retrieve domain-specific lessons learned, making it easier to reference past knowledge and avoid repeating mistakes.

Core Features & Use Cases

  • Domain-Oriented Memory: Organize lessons into domains for better categorization and retrieval.
  • Persistence Across Sessions: Lessons are saved and available in future sessions.
  • Syntax Flexibility: Store lessons with optional domain and scope, supporting both global and workspace-specific contexts.

Quick Start

Remember a lesson about a best practice in Python with /remember >python prefer using list comprehensions for concise code.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I store domain knowledge lessons so they persist across sessions?

You can store domain-specific lessons using a memory management command that saves them persistently, allowing you to recall past knowledge and avoid repeating mistakes in future sessions. Use the /remember command with an optional domain tag to categorize each lesson.

What is domain-oriented memory and how does it help with instruction retention?

Domain-oriented memory organizes learned lessons into specific categories for better retrieval and continuous learning. By structuring instruction retention this way, you can easily reference past domain knowledge and prevent redundant problem-solving.

Can I save lessons to a global context or are they restricted to my current workspace?

Lessons can be saved to both global and workspace-specific contexts. The storage syntax supports an optional scope parameter, so you can decide whether a lesson is available everywhere or restricted to the current workspace.

What's the best way to organize Python best practices for future reference?

The best way to organize Python best practices is to save them as domain-specific lessons using the /remember command with a domain tag like >python. This stores the instruction persistently for future retrieval and continuous learning across sessions.

Do I need any external dependencies to manage lesson storage?

No external dependencies are required to manage lesson storage. The Skill operates independently with scripts and references built in, handling the persistence and retrieval of domain-specific lessons without additional setup.

Why should I use a dedicated lesson storage tool instead of keeping notes manually?

A dedicated lesson storage tool automatically persists and categorizes domain knowledge across sessions, preventing the loss of learned instructions. Manual notes lack integrated domain organization and cannot be recalled dynamically within your workflow.