From claude-code-toolkit
Updates the project's CLAUDE.md memory bank with learnings from the current session, including decisions, problems solved, patterns, commands, and dependencies.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-toolkit:memory-bankdocumentation/The summary Claude sees in its command listing — used to decide when to auto-load this command
Update the project's CLAUDE.md memory bank with current session learnings. ## Steps 1. Read the existing `CLAUDE.md` (project root) or create one if it does not exist. 2. Analyze the current session to extract: - **Decisions made**: Architecture choices, library selections, pattern adoptions. - **Problems solved**: Bugs fixed, workarounds discovered, gotchas identified. - **Patterns established**: Naming conventions, file organization, coding standards. - **Commands discovered**: Useful CLI commands, build steps, debug techniques. - **Dependencies**: New packages added and ...
Update the project's CLAUDE.md memory bank with current session learnings.
CLAUDE.md (project root) or create one if it does not exist.# Project Memory
## Overview
- Description, key paths, tech stack
## Commands
- `<command>` - what it does
## Architecture
- Key design decisions and patterns
## Known Issues
- Issue description and workaround
## Session Notes
- Last updated: YYYY-MM-DD
- <new learnings from this session>
~/.claude/CLAUDE.md.npx claudepluginhub rohitg00/awesome-claude-code-toolkit7plugins reuse this command
First indexed Feb 7, 2026
Showing the 6 earliest of 7 plugins
/session-learning-captureCaptures learnings from the current session and writes them to CLAUDE.md or CLAUDE.local.md files for future reference.
/save-session-learningsDocuments session learnings into CLAUDE.md and AGENTS.md by analyzing git history and conversation context, categorizing findings, and updating project documentation.
/initInteractive wizard to initialize and configure auto-memory CLAUDE.md files, including trigger mode, memory file selection, auto-commit, and auto-push settings.
/learnMines the current conversation for recurring corrections and durable lessons, then proposes additions to CLAUDE.md to prevent repeating mistakes.
/revise-claude-mdReflects on the current session, identifies missing context, and updates CLAUDE.md with concise learnings to improve future sessions. Shows proposed changes as diffs and applies with approval.
/memorySaves valuable session insights to a dated markdown file in .claude/storage/ for future reference, analyzing and compressing decisions, patterns, and gotchas.