What problem does it solve? Knowledge discovered during past coding sessions (patterns, pitfalls, architecture decisions) gets lost when sessions end. This Skill manages a persistent learnings store so you can recall what was learned, find past fixes, and clean up stale or contradictory entries. ## Core Features & Use Cases - Show and search learnings: List the 20 most recent learnings grouped by type, or search by keyword across the project's learnings.jsonl store. - Prune stale entries: Detect learnings referencing deleted files or contradicting each other, then remove or update them interactively. - Export and stats: Export learnings as a Markdown section for CLAUDE.md or documentation, and view deduplicated counts by type, source, and average confidence. - Use Case: You hit a bug and think "didn't we fix this before?" Run a search to surface the prior learning with its insight and confidence score instead of re-debugging from scratch. ## Quick Start Ask the assistant to show what gstack has learned on this project, or to search learnings for a specific topic like authentication or build failures.