recap

Summarize session context, git state, and background tasks into three sections.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill recap-epologee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recap
Source: https://github.com/epologee/leclause-skills/tree/main/packages/recap/skills/recap
Command: npx skills add https://github.com/epologee/leclause-skills --skill recap-epologee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a short, structured overview so the user immediately understands the current session's purpose, progress, and outstanding decisions without digging through logs or unrelated files. Prevents wasted time when returning to a session after idle time, compaction, or noisy background output by focusing on what matters right now.

Core Features & Use Cases

  • Gather prioritized sources: conversation context, git status and recent commits, active auto-loops, scheduled cron jobs, and running background tasks.
  • Three-part output: "Bezig met" (purpose), "Status" (current state, branch, uncommitted changes, background activity), and "Te doen" (concrete next actions and required user decisions).
  • Use case: Quickly recover context when rejoining a development session, or when monitoring automated workflows that produce repetitive output.

Quick Start

Use /recap to produce a brief three-section status overview of the current session including conversation context, git state, and active background tasks.

Frequently Asked Questions about recap

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

FAQPage Schema
How do I get a quick status overview of my active git branch and background tasks?

Generate a concise session status overview that summarizes your current git branch, uncommitted changes, and active background tasks to quickly recover workspace context.

What is the best way to recover context after returning to an idle development session?

Use a session recap tool that aggregates conversation history, git status, and running auto-loops into a short structured summary to prevent wasted time digging through logs.

How do I monitor scheduled cron jobs and auto-loops during an interactive development session?

Retrieve active auto-loop metadata and cron job listings alongside your current git state to produce a structured status overview of all running background activity.

Can I track uncommitted git changes and conversation history simultaneously in one view?

Yes, aggregate conversation context, recent git commits, and uncommitted changes into a three-part output that clearly states the session purpose, current status, and next steps.

Does the session status overview provide actionable next steps for pending development decisions?

Yes, the status overview ends with an actionable next step section that lists concrete actions and highlights required user decisions based on the current workspace state.