session-1-summarize

Summarize Claude Code sessions into structured project notes.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill session-1-summarize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-1-summarize
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/session-1-summarize
Command: npx skills add https://github.com/perfectuser21/cecelia --skill session-1-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the summarization of Claude Code sessions, extracting key information about project progress, challenges, and next steps, and saving it to a designated project notes database.

Core Features & Use Cases

  • Session Summarization: Reviews entire conversation history to generate a structured summary.
  • Automated Data Capture: Extracts project name from Git and appends commit history.
  • Structured Output: Formats the summary into distinct sections: Current Phase, What Was Done, Pitfalls, Inspirations, and Next Steps.
  • Use Case: After a long coding session, use this Skill to quickly generate a concise summary for your project documentation, ensuring all key decisions and learnings are captured.

Quick Start

Summarize the current Claude Code session and save it to Project Notes.

Frequently Asked Questions about session-1-summarize

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

FAQPage Schema
How do I summarize Claude Code sessions for project documentation?

You can summarize Claude Code sessions by extracting execution details, challenges, and future actions into a structured format. The skill parses conversation history and saves structured output to a Notion database for project documentation.

Can I automatically extract Git commit history and project names into session notes?

Yes, session notes automatically include the project name and commit history extracted from Git. The script parses conversation history and appends Git commit data before saving the structured output.

Does this session summarization tool require Node.js to run?

Yes, this session summarization tool requires a Node.js script to parse conversation history and generate the structured output. You must have a Node.js environment configured to execute the parsing script.

What is the best way to document code session learnings and pitfalls?

The best way to document code session learnings is structuring output into distinct sections: Current Phase, What Was Done, Pitfalls, Inspirations, and Next Steps. This captures key decisions and progress automatically.

How do I save structured development session summaries to Notion?

You can save structured development session summaries to Notion by running the Node.js script to parse conversation history. The script formats execution details into sections and saves the output directly to a Notion database.