From fireauto
Guides claude-mem plugin usage for persisting context, work history, and key findings across Claude Code sessions. Integrates with fireauto skills for research, PRD, SEO, and security tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fireauto:fireauto-mem-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[claude-mem](https://github.com/thedotmack/claude-mem)은 Claude Code에서 세션 간 기억을 관리하는 플러그인이다. 대화가 끝나도 중요한 정보를 기억하고, 다음 세션에서 불러올 수 있다.
claude-mem은 Claude Code에서 세션 간 기억을 관리하는 플러그인이다. 대화가 끝나도 중요한 정보를 기억하고, 다음 세션에서 불러올 수 있다.
# Claude Code 안에서
/plugin marketplace add thedotmack/claude-mem
/plugin install claude-mem@claude-mem
save_memory로 직접 저장수요조사 결과를 저장 → 다음 조사 시 이전 결과와 비교 가능.
이전에 조사한 API, 경쟁사 정보를 자동 참조.
정기 감사 시 이전 결과와 비교하여 개선/악화 추적.
반복되는 취약점 패턴 발견.
효과적이었던 워크스트림 분할 패턴 기억.
npx claudepluginhub imgompanda/fireauto --plugin fireautoExplains how claude-mem captures observations, injects context, and where data is stored locally.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.
Manages persistent memory across Claude Code sessions via AutoMem. Recall project context, architectural decisions, bug fixes, user preferences, and patterns at session start or debugging.