From claude-code-toolkit
Analyzes current session for decisions, problems solved, patterns, commands, and dependencies, then updates project's CLAUDE.md memory bank with categorized, merged entries.
npx claudepluginhub rohitg00/awesome-claude-code-toolkitdocumentation/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.