learn

Manages gstack session learnings with review, search, prune, and export workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages and surfaces learnings from across gstack sessions, letting you review, search, prune, and export what the team has learned.

Core Features & Use Cases

  • Enables rapid retrieval of past learnings with keyword search.
  • Prunes stale entries to keep knowledge clean and relevant.
  • Exports learnings for documentation or AGENTS.md updates.

Quick Start

Run /skill:learn to see the most recent learnings.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I track and consolidate learnings across multiple sessions?

You can track learnings across sessions by running the learn Skill, which consolidates insights from your gstack sessions into a unified store for review. It logs and manages entries so past patterns remain accessible.

What is the best way to search past learnings by keyword?

The best way to search past learnings is using the gstack-learnings-search command, which queries the learnings store by keywords. This retrieves matching insights rapidly without manual browsing.

How do I prune stale learnings to keep my knowledge base clean?

You prune stale learnings by invoking the prune function within the learn Skill, which reviews and removes outdated entries from the learnings store. This keeps your knowledge base clean and relevant.

Can I export learnings for documentation or AGENTS.md updates?

Yes, you can export learnings directly for documentation or AGENTS.md updates using the Skill's export feature. It formats your tracked insights so they can be integrated into project files.

Do I need gstack to manage and review session learnings?

Yes, you need gstack because the learn Skill relies on the learnings store and gstack script helpers like gstack-learnings-log to track, query, and export insights across your sessions.