learn

Retrieve and organize project learnings from learnings.jsonl for review and export.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/whd4/gstack --skill learn-whd4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/whd4/gstack/tree/main/learn
Command: npx skills add https://github.com/whd4/gstack --skill learn-whd4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams accumulate learnings across sessions in scattered notes and JSON logs, making it hard to review, search, prune, or export insights.

Core Features & Use Cases

  • Show recent learnings (default) grouped by type to surface patterns.
  • Search, prune, and export learnings for documentation, handoffs, or post-mortems.
  • Proactively surface relevant learnings when planning or reviewing past decisions.

Quick Start

Ask me to show the most recent learnings with /learn.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I capture and organize project learnings across sessions?

To capture project learnings across sessions, this Skill retrieves and organizes insights into a learnings.jsonl store, grouping them by type to surface patterns for quick review and planning.

What is the best way to search past project decisions for post-mortems?

Searching past project decisions for post-mortems is done by querying the stored learnings, allowing you to retrieve specific historical insights and apply them to current planning or documentation.

Can I export my knowledge base for team handoffs and documentation?

You can export your knowledge base for documentation and handoffs directly from the learnings store, outputting accumulated project insights into a portable format for team review.

How do I prune outdated knowledge management entries in JSON logs?

Pruning outdated knowledge management entries in JSON logs involves removing obsolete learnings from the learnings.jsonl store, maintaining auditability while keeping your active knowledge base relevant.

Does this tool proactively surface relevant learnings when planning?

Yes, it proactively surfaces relevant learnings when planning or reviewing past decisions, pulling from the stored JSON logs to ensure historical context informs your current project trajectory.