What problem does it solve?
Keeps answers about Claude Code features, deprecations, and adoption guidance accurate by maintaining a continuously refreshed, diff-driven local cache so agents and audits do not rely on stale or noisy web searches.
Core Features & Use Cases
- Deterministic refresh: A lean refresh.sh script fetches three upstream sources (docs changelog, GitHub releases, npm metadata), computes signatures, and signals when extraction is needed.
- Structured references: When sources change, the skill rewrites concise, machine-friendly references (features, deprecations, adoption signals) that downstream agents use for audits and advice.
- Safe economics: Diff-first design makes currency checks cheap and only invokes LLM extraction on actual upstream movement, reducing unnecessary work and false positives.
- Integration: Powers /workflow:evolve and the cc-practices-analyst agent to provide verifiable, gradeable adoption checks and migration guidance.
Quick Start
Run the skill's refresh script and then ask the agent "what's new in Claude Code" to receive an authoritative, up-to-date summary.