learn

Organize and prune project learnings stored in learnings.jsonl across gstack sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and organize learnings from gstack sessions, ensuring knowledge is preserved and easily retrievable.

Core Features & Use Cases

  • Centralized local store for learnings and commands to view, search, prune, and export learnings across branches and projects.
  • Manual entry support plus automated capture during planning, reviews, and retrospectives for pattern detection.
  • Use cases include recalling decisions, pruning stale or conflicting entries, and exporting learnings for onboarding or audits.

Quick Start

Run /learn to view recent learnings or /learn search <query> to find something specific.

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 from gstack sessions?

You can capture project learnings by running /learn to view recent entries or using manual entry support during planning and reviews. The Skill organizes knowledge into a local learnings.jsonl store, ensuring decisions are preserved and easily retrievable across branches.

How do I search and prune stale knowledge management entries in my repository?

To search and prune stale entries, use the /learn search <query> command to find specific learnings and /learn prune to remove conflicting or outdated records. This maintains an accurate and relevant local learnings store across your projects.

Can I export project learnings for onboarding or audits?

Yes, you can export project learnings using the /learn export command. This generates a portable output of your local knowledge base, making it suitable for team onboarding, compliance audits, or sharing decision patterns across repository sessions.

What is the best way to detect patterns across repository learnings?

The best way to detect patterns is applying the learn Skill during planning and retrospectives. It automatically captures learnings into a local store and summarizes patterns across the repository, helping you recall decisions and identify recurring knowledge trends.

Do I need a specific environment to store gstack learnings locally?

You need a local environment supporting JSONL files to store gstack learnings. The Skill uses a local learnings.jsonl store to manage entries and ties into existing plan and telemetry workflows without requiring external dependencies.