What problem does it solve?
Every new AI session starts with zero project context, leading to repetitive file reads, missed Git state, and a slow "cold start" problem. This skill rapidly establishes a comprehensive project understanding by synthesizing information from session history, Git commits, and file changes.
Core Features & Use Cases
- Multi-Source Semantic Understanding: Combines session history (WHY), Git commit messages (WHAT INTENDED), and Git status (WHAT EXISTS) for a complete mental model.
- Adaptive Depth Analysis: Dynamically adjusts the depth of file analysis based on confidence, optimizing token usage.
- CLAUDE.md Auto-Update: Automatically updates the
CURRENT STATE section of CLAUDE.md when discrepancies are detected and confidence is high.
- Use Case: You're starting a new AI session on an existing project, and you need the AI to quickly and thoroughly understand the current state, recent changes, and ongoing work.
Quick Start
"Refresh my context for this repository."
"Help me understand the current state of this project."