recap

Convert omnisess CLI session logs into project-grouped markdown briefings.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/psacc/omnisess --skill recap-psacc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recap
Source: https://github.com/psacc/omnisess/tree/main/skills/omnisess-recap
Command: npx skills add https://github.com/psacc/omnisess --skill recap-psacc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts raw omnisess session output into a concise, project-organized markdown briefing so users can quickly understand what was worked on, the intent behind each session, and the status without scanning logs.

Core Features & Use Cases

  • Project grouping: Groups sessions by project basename while preserving the full project path for context.
  • Concise session summaries: Produces 1–2 sentence intent and outcome summaries for each session and assigns a status of complete, in-progress, or unclear.
  • Filtering and formatting: Filters out empty previews and slash-command noise, lists sessions in reverse chronological order, and omits the Pending section when all sessions are complete.
  • Use Case: Produce a daily or multi-day recap of AI-assisted coding sessions across Claude, Cursor, Codex, and Gemini to share with teammates or for personal review.

Quick Start

Ask the AI to run: /omnisess:recap today to generate a structured markdown briefing of sessions from the last 24 hours.

Frequently Asked Questions about recap

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

FAQPage Schema
How do I generate a daily summary of AI coding sessions across multiple editors?

Generate a daily summary of AI coding sessions by running a recap command on omnisess CLI logs. It filters out empty previews and slash-command noise, grouping sessions by project to produce a structured markdown briefing.

Can I summarize recent Claude and Cursor coding sessions in one report?

Yes, you can summarize recent Claude and Cursor coding sessions in one report. The tool processes session logs returned by the omnisess CLI across Claude, Cursor, Codex, and Gemini to create a unified markdown briefing.

What is the best way to recap AI-assisted project work for a team standup?

The best way to recap AI-assisted project work is to produce a project-organized markdown briefing. It assigns a status of complete, in-progress, or unclear to each session and summarizes intent and outcome in 1-2 sentences for easy team review.

Does the session summary automatically filter out empty or slash-command previews?

Yes, the session summary automatically filters out empty previews and slash-command noise. This ensures the final markdown briefing only contains meaningful session data, listed in reverse chronological order.

How do pending tasks appear in the multi-day session overview?

Pending tasks appear in a dedicated Pending section within the multi-day session overview. This section is automatically omitted from the markdown briefing when all grouped sessions are marked as complete.

Do I need the omnisess CLI to produce structured markdown briefings of coding sessions?

Yes, you need the omnisess CLI to produce structured markdown briefings of coding sessions. The tool applies its formatting and grouping logic specifically to the session logs returned by the omnisess CLI output.