team-shinchan:session-summary

Generate session summaries from work-tracker JSONL data.

8|2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-session-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-shinchan:session-summary
Source: https://github.com/seokan-jeong/team-shinchan/tree/main/skills/session-summary
Command: npx skills add https://github.com/seokan-jeong/team-shinchan --skill team-shinchan-session-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This skill generates concise session summaries by analyzing work-tracker logs and session data, enabling quick visibility into session activity and outcomes.

## Core Features & Use Cases

  • Reads .shinchan-docs/work-tracker.jsonl and filters events by target session.
  • Computes metrics such as duration, unique agents invoked, files changed, delegations, and total events.
  • Outputs a console report and saves a markdown summary to .shinchan-docs/SESSION_SUMMARY.md for post-session reviews.

### Quick Start Run the /team-shinchan:session-summary command to generate the current session's summary.

Frequently Asked Questions about team-shinchan:session-summary

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

FAQPage Schema
How do I generate session summaries from work-tracker logs?

To generate session summaries from work-tracker logs, run the session-summary command to read .shinchan-docs/work-tracker.jsonl, compute metrics like duration and files changed, and output a markdown report to .shinchan-docs/SESSION_SUMMARY.md.

What metrics are included in a session summary report?

A session summary report includes metrics such as session duration, unique agents invoked, files changed, delegations, and total events, all computed by filtering work-tracker logs for a specific session ID.

How do I specify a session ID for generating a markdown summary?

You can specify a session ID for your markdown summary by passing the --session argument, or the tool will automatically read the ID from the .shinchan-docs/.session-id file if available.

Do I need any external dependencies to automate session summary generation?

No external dependencies are required to automate session summary generation. The tool directly reads the .shinchan-docs/work-tracker.jsonl log file and outputs results to the console and a markdown file.

Where does the session summary markdown file get saved?

The session summary markdown file is saved to .shinchan-docs/SESSION_SUMMARY.md, while a concise report is also printed directly to the console for immediate review.

Can I use session summaries for post-session reviews of agent delegations?

Yes, session summaries support post-session reviews by computing metrics for agent delegations, files changed, and total events from your work-tracker logs, providing visibility into session activity and outcomes.