What problem does it solve?
This Skill helps you analyze Claude Code session transcripts to identify gaps in existing skills, capture valuable insights, and provide structured prompts to improve or create skills. It enables systematic reflection on past sessions to enhance documentation and workflows.
Core Features & Use Cases
- Extracts and aggregates session transcripts for offline review.
- Analyzes sessions to surface missing information, misalignment, and opportunities to improve skills.
- Generates structured prompts to improve an existing skill or to create a new skill from a successful session.
- Guides documentation updates with concrete recommendations and examples.
Quick Start
Run the provided scripts to extract a session transcript and generate an analysis or new-skill prompt:
- uv run ~/.claude/skills/improve-skill/scripts/extract_session.py --latest --output /tmp/session.md
- uv run ~/.claude/skills/improve-skill/scripts/analyze_session.py --transcript /tmp/session.md --skill ~/.claude/skills/your-skill/SKILL.md
- uv run ~/.claude/skills/improve-skill/scripts/analyze_session.py --transcript /tmp/session.md --create-skill