catch-up

Fetch recent project changes from Git, Paperclip, Vercel, and Supabase adapters.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/moondrop-ro/claude-skills --skill catch-up-moondrop-ro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catch-up
Source: https://github.com/moondrop-ro/claude-skills/tree/main/skills/catch-up
Command: npx skills add https://github.com/moondrop-ro/claude-skills --skill catch-up-moondrop-ro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load context about what happened across your projects since you last checked. Claude works with full context to guide the session.

Core Features & Use Cases

  • Load recent commits, agent activity, deployments, and migrations across one or more repositories.
  • Provide a concise, synthesized context for the current session and save session memory for future reference.
  • Works in zero-config mode for a single repo or multi-repo mode with adapters to fetch data.

Quick Start

Ask Claude to run /catch-up to load the latest context for your current or all configured repos.

Frequently Asked Questions about catch-up

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

FAQPage Schema
How do I load recent commits and deployment context across multiple repositories for a Claude session?

To load recent commits and deployment context, you can run a catch-up command that queries Git, Paperclip, Vercel, and Supabase adapters to fetch recent changes. This synthesizes a concise context snapshot for your current session and saves it to memory.

What is the best way to get full project context before starting a new dev session?

Getting full project context involves fetching the latest changes since your last check across configured repositories. The tool applies a time window like the last 24 hours or full history to query your adapters, composing a synthesized context that ensures your session starts fully informed.

Can I fetch context for a single repository without configuring multiple adapters?

Yes, you can fetch context for a single repository using a zero-config mode. This allows you to quickly load recent commits and agent activity for your current project without setting up multi-repo adapters or complex integrations.

How does the catch-up feature know which changes to fetch since my last session?

The catch-up feature determines which changes to fetch by tracking last-check timestamps. After querying Git, Vercel, and Supabase for recent activity, it composes a synthesized context and automatically updates these timestamps to save a memory snapshot for future checks.

Does this context loading tool work with Vercel and Supabase deployment data?

Yes, this context loading tool works with Vercel and Supabase deployment data by using dedicated adapters. It queries these platforms alongside Git and Paperclip to pull recent migrations and deployments, weaving them into a unified context snapshot for your session.