Claude Code 생산성을 높이는 플러그인 마켓플레이스.
Markdown 기반 auto memory 시스템. 프로젝트 세션 간 지식을 영구 축적합니다.
4가지 메모리 타입(user/feedback/project/reference)과 4가지 슬래시 커맨드(/memory-init, /memory-save, /memory-list, /memory-review)를 제공합니다.
→ 상세 문서
# Claude Code 실행
claude
# 마켓플레이스 추가
/plugin marketplace add gaebalai/claude-memory-plugin
# 플러그인 설치
/plugin install memory-system@gaebalai-marketplace
# 이 저장소를 클론
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
플러그인 시스템을 쓰지 않고 커맨드 파일만 쓰고 싶다면:
# 전역 커맨드 디렉터리 생성
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub gaebalai/claude-memory-plugin --plugin memory-system다분야 전문가를 동적으로 선정해 구조화된 토론으로 다각적 평가·제언을 정리합니다.
Claude Code 중심의 로컬 전용 LLM Wiki — 3층 격리(raw/wiki/schema) + Neo4j GraphRAG + Obsidian. Karpathy LLM Wiki 원전부터 GraphRAG PoC까지 통합한 풀스택 환경.
This is a gaebalai's base tool set
Git safety hooks for Claude Code. Blocks force-push, protects main/master branch, prevents hard-reset, guards interactive rebase, and blocks git clean -fd.
5 essential safety hooks for Claude Code. Blocks rm -rf, force-push, hard-reset, .env overwrites, and package publish. The minimum viable safety net from 800+ hours of autonomous operation.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review