learn

Parse and manage project learnings in the gstack learnings store.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/jayzalowitz/skytwin --skill learn-jayzalowitz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/jayzalowitz/skytwin/tree/main/.claude/skills/gstack/learn
Command: npx skills add https://github.com/jayzalowitz/skytwin --skill learn-jayzalowitz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture, organize, and recall learnings from gstack sessions to prevent repeating mistakes and speed onboarding.

Core Features & Use Cases

  • Show recent learnings and group by type to identify patterns.
  • Search, prune stale or conflicting entries, and export learnings to project docs.
  • Log new learnings manually and view stats to gauge coverage.

Quick Start

Ask Claude to run /learn to show the most recent learnings, or use /learn search "<query>" to find specific notes.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I manage project learnings across sessions to avoid repeating mistakes?

You can manage project learnings across sessions by parsing and updating local knowledge stored in the gstack learnings store. This prevents repeating mistakes and speeds up onboarding by capturing, organizing, and recalling notes.

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

You can search and prune stale knowledge management entries using the /learn search command with a specific query, or batch remove conflicting data with the /learn prune command to keep your learnings store accurate.

Can I manually add new learnings and view stats to gauge my project knowledge coverage?

Yes, you can manually add new learnings with the /learn add command and view stats to gauge coverage. This allows you to log notes directly and track the volume of stored knowledge.

What is the best way to export project learnings to project docs?

The best way to export project learnings to project docs is using the /learn export command. This batch operation reads your local learnings data and formats it for external documentation.

How does grouping recent learnings by type help identify patterns in software engineering?

Grouping recent learnings by type helps identify patterns in software engineering by structuring session notes into categorized views. This makes it easier to spot recurring issues and track knowledge trends over time.

Do I need the gstack tooling to store and recall session learnings?

Yes, you need the gstack tooling to store and recall session learnings. The skill reads and updates local learnings data directly through the gstack environment to manage your knowledge base.