summarize-session
SolidSummarize the current session and generate reusable Claude rules, skills, or commands.
AI & Automation 35 stars
1 forks Updated yesterday Unlicense
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Summarize Session
## Purpose
At the end of a productive coding session, analyze the conversation to extract reusable patterns and generate Claude Code artifacts (rules, skills, commands) that can accelerate future work.
## Instructions
1. **Review Session Activity**
- What problems were solved?
- What code was written or modified?
- What workflows were performed?
- What decisions were made and why?
2. **Identify Patterns**
**Rules Candidates** (coding standards, project conventions):
- Repeated code style corrections
- Error patterns that were fixed
- Best practices established
- Project-specific conventions
**Skills Candidates** (multi-step workflows):
- Complex operations performed multiple times
- Sequences of commands that go together
- Integration or deployment workflows
- Testing or validation procedures
**Commands Candidates** (single-action shortcuts):
- Frequently used command combinations
- Build/test/deploy shortcuts
- Common git operations
- Project-specific utilities
3. **Generate Artifacts**
For each identified pattern, create the appropriate artifact:
**Rules** → `.claude/rules/<name>/RULE.md`
```markdown
---
name: rule-name
description: Brief description
---
# Rule Name
## When to Apply
...
## Guidelines
...
```
**Skills** → `.claude/skills/<name>/SKILL.md`
```markdown
---
name: skill-name
description: Brief description
---
# S...
Details
- Author
- lbb00
- Repository
- lbb00/ai-rules-sync
- Created
- 7 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- Unlicense
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
summarize
Summarizes the current session's work into a diary entry at .claude/state/sessions/ and runs worktree auto-cleanup. Use when the user says 'summarize' or '/summarize', or when closing out a completed work session.
15 Updated yesterday
domengabrovsek AI & Automation Solid
summarize-session
Compact the current session's recent turns into a 3-paragraph summary covering what was discussed, decisions made, and open follow-ups.
9 Updated 3 days ago
CocoRoF AI & Automation Solid
learn-from-session
Analyze Claude Code sessions to learn what went right/wrong and suggest high-confidence improvements to skills. Use when asked to analyze a session, learn from a session, or review workflow effectiveness.
69 Updated today
doodledood