claude-md-management/revise-claude-md

Update CLAUDE.md with learnings from this session

Content Preview
---
description: Update CLAUDE.md with learnings from this session
allowed-tools: Read, Edit, Glob
---

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/con
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/claude-md-management/revise-claude-md.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/claude-md-management/commands/revise-claude-md.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at plugins/claude-md-management/commands/revise-claude-md.md

Related Skills