memory-protocol이란?
파일 기반 지식 지속성 패턴: 발견한 내용을 저장할 시기, 과거 솔루션을 회상할 시기, 프로젝트 메모리를 구성하는 방법. 작업을 시작하거나, 오류가 발생하거나, 결정을 내리거나, 세션 간에 컨텍스트가 손실될 수 있는 경우 활성화하세요. 출처: jwilger/agent-skills.
파일 기반 지식 지속성 패턴: 발견한 내용을 저장할 시기, 과거 솔루션을 회상할 시기, 프로젝트 메모리를 구성하는 방법. 작업을 시작하거나, 오류가 발생하거나, 결정을 내리거나, 세션 간에 컨텍스트가 손실될 수 있는 경우 활성화하세요.
명령줄에서 memory-protocol AI 스킬을 개발 환경에 빠르게 설치
출처: jwilger/agent-skills.
Value: Feedback -- accumulated knowledge creates compound feedback loops across sessions. What you learn today should accelerate tomorrow's work.
Teaches the agent to systematically store and recall project knowledge using file-based persistent memory. Solves the problem of context loss between sessions, repeated debugging of known issues, and rediscovery of established conventions.
Before starting any non-trivial task, search memory for relevant past work. Before debugging any error, search for that error message. Before making design decisions, search for past decisions on the same topic.
파일 기반 지식 지속성 패턴: 발견한 내용을 저장할 시기, 과거 솔루션을 회상할 시기, 프로젝트 메모리를 구성하는 방법. 작업을 시작하거나, 오류가 발생하거나, 결정을 내리거나, 세션 간에 컨텍스트가 손실될 수 있는 경우 활성화하세요. 출처: jwilger/agent-skills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/jwilger/agent-skills --skill memory-protocol파일 기반 지식 지속성 패턴: 발견한 내용을 저장할 시기, 과거 솔루션을 회상할 시기, 프로젝트 메모리를 구성하는 방법. 작업을 시작하거나, 오류가 발생하거나, 결정을 내리거나, 세션 간에 컨텍스트가 손실될 수 있는 경우 활성화하세요. 출처: jwilger/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jwilger/agent-skills --skill memory-protocol 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/jwilger/agent-skills