summarize-session

Solid

Summarize the current session and generate reusable Claude rules, skills, or commands.

AI & Automation 35 stars 1 forks Updated yesterday Unlicense

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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