learn

Aggregate and query project learnings across sessions in a local learnings store.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project learnings are scattered across sessions and teams, making it hard to preserve context and reuse insights. This skill centralizes capture, indexing, and retrieval of learnings so teams can avoid repeating mistakes and accelerate onboarding.

Core Features & Use Cases

  • Record and organize learnings from sessions, reviews, and retros.
  • Search and filter learnings by key, type, or source to surface patterns.
  • Prune stale entries and export learnings for documentation or onboarding.

Quick Start

Add a learning with the logging flow and then search for related insights.

Frequently Asked Questions about learn

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

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

Capture project learnings across sessions by logging entries into a local JSONL store, which deduplicates records and preserves institutional knowledge for future search and retrieval.

What is the best way to search past project notes and insights by type or source?

Search past project notes by querying the local learnings store using key, type, or source filters, surfacing relevant patterns and historical insights across aggregated sessions.

Can I export recorded learnings for team onboarding and documentation?

Export recorded learnings directly from the store to generate documentation files, accelerating team onboarding and transferring institutional knowledge without manual copying.

How do I prune stale knowledge base entries to keep insights relevant?

Prune stale knowledge base entries by identifying and removing outdated records from the local learnings store, ensuring aggregated insights remain accurate and relevant.

Does this knowledge aggregation tool require external dependencies to store notes?

No external dependencies are required; the tool reads and writes directly to a local learnings.jsonl file to aggregate, deduplicate, and manage notes natively.

How does logging manual project insights work with the guided interface?

Logging manual project insights works through a guided interface that adds entries to the local store, automatically deduplicating new records against existing learnings.