skill-retro

Mine Claude Code transcripts for repeated work and recurring corrections.

15|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill skill-retro-eigenwise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-retro
Source: https://github.com/Eigenwise/eigenwise-toolshed/tree/main/plugins/skill-retro/skills/skill-retro
Command: npx skills add https://github.com/Eigenwise/eigenwise-toolshed --skill skill-retro-eigenwise

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill mines recent Claude Code transcripts to find work that keeps getting repeated across sessions, then turns those recurring patterns into durable fixes so the same friction does not keep reappearing.

Core Features & Use Cases

  • Transcript mining: Scans recent sessions, including subagent transcripts, to surface repeated work, repeated corrections, and wasted effort.
  • Durable routing: Converts findings into the right artifact, such as a new or amended skill, bundled script, live rule, memory entry, codebase map edit, or ticket.
  • Safety and verification: Requires using the bundled CLI instead of reading transcripts directly, checks cited paths, and verifies salvaged scripts before they are treated as working.
  • Use case: Use it when you want to answer questions like what keeps getting redone, what should become tooling, or whether a skill is failing to trigger and should be rewritten.

Quick Start

Ask to mine recent Claude Code transcripts for repeated work in the current project and report the findings with the actual time window used.

Frequently Asked Questions about skill-retro

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find repeated work and corrections across Claude Code sessions?

To find repeated work across Claude Code sessions, transcript mining scans recent main loops and subagent transcripts, surfacing recurring corrections and wasted effort for cross-session retrospectives. The skill identifies these patterns so you can convert them into durable fixes.

How do I turn repeated Claude Code session patterns into durable tools?

To turn repeated session patterns into durable tools, the skill applies routing based on the artifact that already owns the problem, converting findings into a new or amended skill, bundled script, live rule, memory entry, codebase map edit, or ticket to prevent recurring friction.

When should I create a new skill versus a live rule or codebase map edit?

Deciding whether a pattern should become a skill, live rule, memory entry, or codebase map edit depends on routing based on the artifact that already owns the problem. The skill evaluates transcript findings to determine the correct durable fix for the identified repeated work.

Does transcript mining require reading Claude Code transcript files directly?

Transcript mining does not require reading Claude Code transcript files directly. It requires bounded transcript scanning through a bundled CLI, which enforces safety and verification by checking cited paths and verifying salvaged scripts before treating them as working.