Help us improve
Share bugs, ideas, or general feedback.
From claude-md-management
Reviews session for learnings on Claude Code usage and proposes concise updates to CLAUDE.md or .claude.local.md files with user approval.
npx claudepluginhub anthropics/claude-plugins-official --plugin claude-md-managementHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-md-management:revise-claude-mdThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Review this session for learnings about working with Claude Code in this codebase. Update CLAUDE.md with context that would help future Claude sessions be more effective. ## Step 1: Reflect What context was missing that would have helped Claude work more effectively? - Bash commands that were used or discovered - Code style patterns followed - Testing approaches that worked - Environment/configuration quirks - Warnings or gotchas encountered ## Step 2: Find CLAUDE.md Files Decide where each addition belongs: - `CLAUDE.md` - Team-shared (checked into git) - `.claude.local.md` - Persona...
/revise-claude-mdReviews session for learnings on Claude Code usage and proposes concise updates to CLAUDE.md or .claude.local.md files with user approval.
/revise-claude-mdReflects on session learnings, finds CLAUDE.md files, proposes concise updates as diffs, and applies user-approved changes.
/save-session-learningsGathers session learnings from git history and conversation, categorizes into architecture/patterns/gotchas/commands/decisions, checks for duplicates, and appends to CLAUDE.md and AGENTS.md.
/memory-bankAnalyzes current session for decisions, problems solved, patterns, commands, and dependencies, then updates project's CLAUDE.md memory bank with categorized, merged entries.
/update-claude-mdUpdates CLAUDE.md files with conventions, gotchas, and team preferences from staged git changes. Auto-detects paths or accepts optional [path].
/session-learning-captureIdentifies key learnings from the session (new project info, corrections, code struggles) and updates CLAUDE.md or CLAUDE.local.md files with relevant details.
Share bugs, ideas, or general feedback.
Review this session for learnings about working with Claude Code in this codebase. Update CLAUDE.md with context that would help future Claude sessions be more effective.
What context was missing that would have helped Claude work more effectively?
find . -name "CLAUDE.md" -o -name ".claude.local.md" 2>/dev/null | head -20
Decide where each addition belongs:
CLAUDE.md - Team-shared (checked into git).claude.local.md - Personal/local only (gitignored)Keep it concise - one line per concept. CLAUDE.md is part of the prompt, so brevity matters.
Format: <command or pattern> - <brief description>
Avoid:
For each addition:
### Update: ./CLAUDE.md
**Why:** [one-line reason]
\`\`\`diff
+ [the addition - keep it brief]
\`\`\`
Ask if the user wants to apply the changes. Only edit files they approve.