Analyze Learnings banner
jakekausler jakekausler

Analyze Learnings

Development community

Description

Analyze learnings and journal entries to identify improvement opportunities. Use the meta-insights skill to: 1. Find unanalyzed entries in ~/docs/claude-learnings/ and ~/docs/claude-journal/ 2. Detect cross-cutting themes across all repositories 3. Present findings with actionable recommendations 4. Generate implementation prompts for approved actions Save prompts to ~/docs/claude-meta-insights/actions/<timestamp>/ for execution in fresh sessions.

Installation

Installs to ~/.claude/skills/jakekausler-claude-code-workflow-analyze_learnings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jakekausler-claude-code-workflow-analyze_learnings && curl -fsSL https://raw.githubusercontent.com/jakekausler/claude-code-workflow/HEAD/commands/analyze_learnings.md -o ~/.claude/skills/jakekausler-claude-code-workflow-analyze_learnings/SKILL.md

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

Full documentation available on GitHub

View Source Repository