From mim-ai
Captures knowledge to persistent memory. Use when discovering project-specific patterns, architecture, conventions, or gotchas. Triggers on "I learned that", "turns out", "for future reference", "good to know".
How this skill is triggered — by the user, by Claude, or both
Slash command
/mim-ai:rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `remember` MCP tool to capture discoveries about this codebase. Knowledge persists across sessions.
Use the remember MCP tool to capture discoveries about this codebase. Knowledge persists across sessions.
details field.BAD: "I discovered that the authentication system uses JWT tokens stored in HTTP-only cookies with a 30-minute expiration time, which is configured in the auth middleware."
GOOD: "Auth uses JWT in HTTP-only cookies, 30min TTL. Configured in src/middleware/auth.ts."
npx claudepluginhub lucianhymer/mim --plugin mim-aiSaves key project knowledge explicitly to MEMORY.md via /si:remember for reliable recall. Checks duplicates, warns on size, suggests CLAUDE.md promotion.
Captures decisions, learnings, patterns, and context as persistent memories organized by namespace across Claude Code sessions.
Persists learnings into a 5-layer memory hierarchy (CLAUDE.md files, memory/MEMORY.md) and consolidates by pruning outdated entries and promoting recurring patterns. Triggers on 'extract learnings', 'remember', 'dream'.