smaqit.session-recap

Generate a session progress table with step status and notes from transcripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-session-recap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smaqit.session-recap
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.session-recap
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-session-recap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires json, sys, os, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured summary of your session progress, listing accomplished and pending steps in a table format.

Core Features & Use Cases

  • Session Recap: Summarizes session progress as a table of accomplished and pending steps.
  • Trigger by Command: Can be invoked with commands like "recap of the session", "review of the session", or "progress on the session".
  • Table Format: Utilizes a strict template to ensure consistency in the output.

Quick Start

To get a recap of your current session, simply ask, "recap of the session".

Frequently Asked Questions about smaqit.session-recap

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

FAQPage Schema
How do I generate a structured summary of session progress from transcripts?

To generate a structured summary of session progress, you need a tool that reads session transcripts and outputs a table with step status and notes. This recap process parses your transcript history to list accomplished and pending steps.

What is the best way to track pending and accomplished steps in a session transcript?

Tracking pending and accomplished steps is best done by analyzing the session transcript and mapping the progress into a strict table format. This structured output ensures consistency between completed actions and remaining notes.

Do I need Python scripts to output a session recap table?

Yes, you need Python scripts to output a session recap table. The recap process requires the ability to execute Python scripts alongside standard libraries like json, sys, and os to parse the transcript data.

Can I trigger a session transcript analysis using a specific command?

Yes, you can trigger a session transcript analysis using specific commands. Invoking phrases like "recap of the session", "review of the session", or "progress on the session" will generate the structured summary output.

How does session transcript analysis handle progress tracking for long conversations?

Session transcript analysis handles progress tracking for long conversations by reading the entire transcript history and summarizing it into a structured table. This structured output clearly delineates step status and notes without losing context.