learn

Capture, search, prune, and export project learnings from a local JSONL store.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill learn-jesse-l-m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/Jesse-L-M/scz-target-engine/tree/main/.claude/skills/gstack/learn
Command: npx skills add https://github.com/Jesse-L-M/scz-target-engine --skill learn-jesse-l-m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage project learnings across sessions by capturing patterns, pitfalls, and insights from work in one place.

Core Features & Use Cases

  • Show recent learnings, search by query, prune stale entries, and export learnings to markdown or JSON.
  • Generate stats, and add new learnings manually for quick capture.

Quick Start

To start, run /learn to show the most recent learnings or /learn search <query> to find matches.

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?

Capture project learnings across sessions by running /learn add to manually record insights or pitfalls. The Skill organizes these entries into a local knowledge base at ~/.gstack/projects/{slug}/learnings.jsonl so patterns are easy to surface.

Can I search past project learnings and pitfalls by keyword?

Search past project learnings by keyword using the /learn search <query> command. It queries the local learnings store to find matching patterns, pitfalls, and insights from previous work sessions.

How do I export project learnings to markdown or JSON?

Export project learnings to markdown or JSON by running the /learn export command. This generates a summary file from the local learnings store, making it easy to integrate captured insights into external documentation.

What is the best way to manage and prune stale project learnings?

Prune stale project learnings by running the /learn prune command. This removes outdated entries from the local learnings.jsonl store, keeping your project knowledge base clean and relevant.

Does the learn Skill require any external dependencies?

No, the learn Skill does not require any external dependencies to function. It reads and writes directly to the local project learnings store under the gstack directory structure.

How do I view stats and recent entries in my project knowledge base?

View stats and recent entries in your project knowledge base by running /learn or /learn stats. These commands summarize the local learnings store and display the most recently captured project insights.