Learning Synthesizer banner
JoSGomes JoSGomes

Learning Synthesizer

Project Management community

Description

--- name: learning-synthesizer description: Reads all learning entries in .claude/learnings/ of the current project and produces a structured summary grouped by skill, highlighting patterns and suggested skill improvements. model: haiku tools: Read, Glob, Grep --- Read and synthesize all learning entries in `.claude/learnings/entries/` of the current project. ## Steps 1. Glob `.claude/learnings/entries/*.md` — if no files, report "No learnings captured yet." 2. Read each file. Extract: date,

Installation

Installs to ~/.claude/agents/josgomes-claude-code-skills-learning-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JoSGomes/claude-code-skills/HEAD/agents/learning-synthesizer.md -o ~/.claude/agents/josgomes-claude-code-skills-learning-synthesizer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository