recap

Summarize coding sessions by aggregating git state, focus, tracks, retros, and handoffs.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill recap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recap
Source: https://github.com/Soul-Brews-Studio/oracle-skills-cli/tree/main/src/skills/recap
Command: npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill recap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill delivers a fast, contextual recap of your current coding session, orienting you quickly by summarizing git status, focus state, tracks, retros, and handoffs.

Core Features & Use Cases

  • Session orientation: a concise snapshot of branch, ahead/behind, modified files, and focus state to minimize context-switching.
  • Context synthesis: aggregates tracks, retro notes, and handoffs into a cohesive briefing for next steps.
  • Usage scenarios: when starting a new task, recovering after a context jump, or resuming after a pause.

Quick Start

Run the fast recap: bun ~/.claude/skills/recap/recap.ts. For a richer historical view, run: bun ~/.claude/skills/recap/recap-rich.ts --rich

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 recap of my git session after a context switch?

To get a git session recap, run the skill script with Bun to aggregate your repository's git state, focus, tracks, and handoffs into a concise briefing for fast orientation.

What is the best way to summarize my coding session for a project handoff?

Summarizing your coding session for a handoff is best done by aggregating your local focus state, retro notes, and git status into a cohesive briefing that outlines the next steps.

Can I view a richer historical context of my repository tracks and retros?

Yes, you can generate a richer historical context view by running the recap script with the --rich flag to aggregate deeper tracks and retros data from your local folders.

Do I need Bun installed to run this coding session recap?

Yes, you need the Bun runtime installed to execute the TypeScript scripts that read local folders and repository data to generate your coding session recap.

How does aggregating git status and focus state help with daily coding sessions?

Aggregating git status and focus state helps daily coding sessions by providing a concise snapshot of your branch, modified files, and current goals to minimize context-switching.

When should I use a fast recap versus a rich historical view?

Use a fast recap for quick orientation when starting a new task or resuming after a pause, and use the rich historical view when you need deeper context from tracks and retros.