Claude Memory Plugin — Development skill for Claude Code
Claude Code 생산성 플러그인 마켓플레이스 — memory-system 포함.
How to install Claude Memory Plugin
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open gaebalai/claude-memory-plugin and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Memory Plugin does
Claude Code 생산성 플러그인 마켓플레이스 — memory-system 포함.
Alternatives in Development
- Agent Memory 71.9k ★
- Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
- Memory Gc — Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl) 3.8k ★
README
gaebalai-marketplace
Claude Code 생산성을 높이는 플러그인 마켓플레이스.
📦 포함 플러그인
memory-system
Markdown 기반 auto memory 시스템. 프로젝트 세션 간 지식을 영구 축적합니다.
4가지 메모리 타입(`user`/`feedback`/`project`/`reference`)과 4가지 슬래시 커맨드(`/memory-init`, `/memory-save`, `/memory-list`, `/memory-review`)를 제공합니다.
→ [상세 문서](./plugins/memory-system/README.md)
🚀 설치 방법
방법 1: GitHub에서 직접 설치 (배포 후)
# Claude Code 실행
claude
# 마켓플레이스 추가
/plugin marketplace add gaebalai/claude-memory-plugin
# 플러그인 설치
/plugin install memory-system@gaebalai-marketplace
방법 2: 로컬에서 테스트
# 이 저장소를 클론
git clone https://github.com/gaebalai/claude-memory-plugin.git
cd claude-memory-plugin
# Claude Code에서 로컬 마켓플레이스로 추가
claude
> /plugin marketplace add .
> /plugin install memory-system@gaebalai-marketplace
방법 3: 슬래시 커맨드만 개별 설치 (플러그인 없이)
플러그인 시스템을 쓰지 않고 커맨드 파일만 쓰고 싶다면:
# 전역 커맨드 디렉터리 생성
mkdir -p ~/.claude/commands
# 커맨드 파일 복사
cp plugins/memory-system/commands/*.md ~/.claude/commands/
이후 어느 프로젝트에서든 `claude` 실행 후 `/memory-init` 등을 바로 사용할 수 있습니다.
🗂️ 저장소 구조
gaebalai-marketplace/
├── .claude-plugin/
│ └── marketplace.json # 마켓플레이스 매니페스트
├── plugins/
│ └── memory-system/
│ ├── .claude-plugin/
│ │ └── plugin.json # 플러그인 매니페스트
│ ├── commands/ # 슬래시 커맨드 4개
│ │ ├── memory-init.md
│ │ ├── memory-save.md
│ │ ├── memory-list.md
│ │ └── memory-review.md
│ ├── templates/ # 메모리 타입 템플릿 4개
│ │ ├── user.md
│ │ ├── feedback.md
│ │ ├── project.md
│ │ └── reference.md
│ └── README.md
└── README.md # (이 파일)
🔄 업데이트
/plugin marketplace update gaebalai-marketplace
📝 라이선스
MIT
🙌 기여
버그 리포트나 기능 제안은 GitHub Issues로 보내주세요.
👤 제작자
**gaebalai**
- AI 멘탈리스트
- Claude Code 한국어 교육 콘텐츠 크리에이터
- Velog 블로그: https://velog.io/@aiengineer
- Naver 블로그: https://blog.naver.com/beyond-zero
Related Skills
Claudecode To
Claude Code 생산성 플러그인 모음 — Marketplace 레포.
Gaebalai Marketplace
Claude Code 플러그인 마켓플레이스 (현재 수록: empirical-prompt-tuning — 백지 dispatch로 프롬프트 재현성을 객관 측정·정련하는 메타-스킬)
Fireauto
Claude Code 자동화 플러그인 — SEO, 보안, 팀 에이전트, PRD, 레딧 리서치를 커맨드 하나로
Cc Roundtable
다분야 전문가를 동적으로 소집해 구조화된 토론으로 다각적 평가·제언을 만드는 Claude Code 플러그인 (한국어)
Acontext
Agent Skills as a Memory Layer
Cipher
An opensource memory layer specifically designed for coding agents.
Related Agents
Memory Keeper
Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that
Memory Safety Patterns
Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and r... - wsho
Recon Ranker
Attack surface ranking agent. Takes recon output and hunt memory, produces a prioritized attack plan. Ranks by