Agent skill

catchup

Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill catchup-athola-claude-night-market-4 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/catchup-athola-claude-night-market-4/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Table of Contents - [Overview](#overview) - [When to Use](#when-to-use) - [Activation](#activation) - [Progressive Loading](#progressive-loading) - [4-Step Methodology](#4-step-methodology) - [Output Format](#output-format) # Catchup Analysis Methodology ## Overview Structured method for quickly understanding recent changes in git repositories, meeting notes, sprint progress, document revisions, or system logs. Answers "what changed and what matters?" efficiently. ## When To Use - Joining ongoing work or returning after absence - Before planning or reviewing handoffs - Any "what happened and what's next" context ## When NOT To Use - Doing detailed diff analysis - use diff-analysis instead - Full code review needed - use review-core instead ## Activation **Keywords**: catchup, summary, status, progress, context, handoff **Cues**: "get me up to speed", "current status", "summarize progress" ## Progressive Loading Load modules based on context: **Git**: Load `modules/git-catchup-patterns.md` for git commands. Consider `sanctum:git-workspace-review` for initial data gathering. **Documents/Notes**: Load `modules/document-analysis-patterns.md` for meeting notes, sprint tracking, docum

What's inside
Steps it walks through
  1. Table of Contents
  2. Overview
  3. When To Use
  4. When NOT To Use
  5. Activation
  6. Progressive Loading
  7. Required TodoWrite Items
  8. 4-Step Methodology
  9. Step 1: Confirm Context
  10. Step 2: Capture Delta
  11. Step 3: Extract Insights
  12. Step 4: Record Follow-ups
  13. Output Format
  14. Integration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the catchup skill do?

Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill catchup-athola-claude-night-market-4 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going