summarize-session

Extract reusable Claude rules, skills, and commands from session transcripts.

35|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/lbb00/ai-rules-sync --skill summarize-session-lbb00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: summarize-session
Source: https://github.com/lbb00/ai-rules-sync/tree/main/.claude/skills/summarize-session
Command: npx skills add https://github.com/lbb00/ai-rules-sync --skill summarize-session-lbb00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes completed coding sessions to extract patterns and generate Claude code artifacts (rules, skills, or commands) for future reuse.

Core Features & Use Cases

  • Extracts recurring patterns from conversations, such as coding conventions, error patterns, and best practices.
  • Generates Claude-compatible artifacts (rules, skills, commands) from session data for quick deployment across projects.
  • Enables a streamlined workflow to consolidate insights into reusable assets and accelerate future work.

Quick Start

  1. Run the summarize-session tool on your latest session transcript or conversation log.
  2. Review the generated artifacts under the Claude workspace in .claude (skills and rules directories).
  3. Integrate the new artifacts into ongoing projects by referencing or importing them as needed.

Frequently Asked Questions about summarize-session

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

FAQPage Schema
How do I extract reusable rules from a Claude coding session?

To extract reusable rules from a Claude coding session, run the summarize-session tool on your latest conversation log. It analyzes end-of-session data to generate Claude-compatible artifacts and writes them directly to the .claude/rules directory for future use.

What is the best way to generate Claude skills from conversation logs?

Generating Claude skills from conversation logs is best handled by analyzing completed sessions to identify recurring patterns. The summarize-session tool processes this conversation data and outputs YAML-frontmatter based artifacts directly into the .claude/skills directory.

Can I create Claude commands from software development session transcripts?

Yes, you can create Claude commands from software development session transcripts. By applying end-of-session analyses to your conversation data, the tool extracts coding conventions and generates reusable commands alongside rules and skills in the Claude workspace.

Where are extracted coding conventions and patterns stored in the Claude workspace?

Extracted coding conventions and patterns are stored in the Claude workspace under the .claude directory. Specifically, the generated YAML-frontmatter artifacts are written directly to the .claude/skills and .claude/rules subdirectories for project integration.

Does summarizing sessions work for project planning and code review conversations?

Summarizing sessions works for project planning and code review conversations. The tool applies end-of-session analyses across various software development contexts to extract best practices and generate reusable artifacts from the conversation data.