refresh-claude

Analyze git logs and diffs to update CLAUDE.md with current codebase changes.

16|3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/zbruhnke/claude-code-starter --skill refresh-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-claude
Source: https://github.com/zbruhnke/claude-code-starter/tree/main/.claude/skills/refresh-claude
Command: npx skills add https://github.com/zbruhnke/claude-code-starter --skill refresh-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that the CLAUDE.md file, which serves as persistent context for AI sessions, remains accurate and relevant by reflecting the current state of the codebase.

Core Features & Use Cases

  • Analyzes Recent Changes: Reviews git history and file diffs to identify code evolution.
  • Updates CLAUDE.md: Modifies the CLAUDE.md file to include new commands, conventions, and architectural details, while removing outdated information.
  • Use Case: After a significant refactoring or the addition of new features, run this Skill to automatically update CLAUDE.md, ensuring future AI interactions are based on the most current project understanding.

Quick Start

Run the refresh-claude skill to update the CLAUDE.md file based on recent project changes.

Frequently Asked Questions about refresh-claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update CLAUDE.md automatically after refactoring my codebase?

To update CLAUDE.md automatically after refactoring, run the refresh-claude skill to analyze git logs and file diffs, identifying new commands and architectural details to sync with your persistent AI context.

Why does my AI assistant lack context about recent codebase changes?

Your AI assistant lacks context because the CLAUDE.md file is outdated. Updating CLAUDE.md ensures the persistent context reflects recent codebase changes, new dependencies, and current conventions for future AI sessions.

What is the best way to maintain persistent context for AI coding sessions?

The best way to maintain persistent context for AI coding sessions is periodically updating CLAUDE.md by analyzing git history to add new actionable information and remove stale content regarding features and conventions.

Can I use git logs to identify new dependencies and commands for CLAUDE.md?

Yes, you can use git logs to identify new dependencies and commands for CLAUDE.md. The refresh-claude skill analyzes git history and file structures to extract recent code evolution and update persistent context.

When do I need to update the CLAUDE.md file for my project?

You need to update the CLAUDE.md file after adding new features or completing significant refactoring. This ensures the persistent context accurately reflects current file structures, dependencies, and conventions for AI interactions.

Does updating CLAUDE.md remove outdated information from the persistent context?

Yes, updating CLAUDE.md removes outdated information from the persistent context. The refresh-claude skill modifies the file by adding new actionable details while removing stale content to maintain accurate project understanding.