Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기revise-claude-md
Update CLAUDE.md with learnings from this session
스타2
포크0
업데이트2026년 5월 16일 19:38
SKILL.md
readonly메뉴
Update CLAUDE.md with learnings from this session
| name | revise-claude-md |
| description | Update CLAUDE.md with learnings from this session |
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.