learn

Index and retrieve cross-session learnings from the gstack store.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill learn-tony30552001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/learn
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill learn-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage project learnings across sessions by reviewing, searching, pruning, and exporting what gstack has captured. This skill helps teams avoid repeating mistakes and accelerates knowledge transfer.

Core Features & Use Cases

  • Centralizes learnings from multiple sessions for quick reference and pattern discovery.
  • Supports searching, pruning stale entries, and exporting learnings to teammates or onboarding flows.
  • Suggests relevant past patterns when questions about past work arise.

Quick Start

Ask me to show learnings, search for a term, prune stale entries, or export learnings.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I retrieve and review project learnings captured across multiple sessions?

You can retrieve cross-session learnings by querying the local learnings store with commands like show learnings or what have we learned. This surfaces patterns, decisions, and pitfalls collected by gstack across your project.

What is the best way to search and discover past patterns from my project knowledge?

Searching past patterns involves indexing the local learnings store to match specific terms. The skill suggests relevant historical patterns when questions about past work arise, accelerating knowledge transfer and preventing repeated mistakes.

Can I export project learnings to share with teammates or use in onboarding flows?

Yes, you can export learnings to share with teammates or integrate into onboarding flows. The skill reads from the local learnings store and enforces safe, read-only access during the export action.

How do I prune stale entries from my cross-session learnings store?

Pruning stale learnings is supported through safe, read-only access to the local learnings store. You can issue commands to prune stale entries, ensuring your project knowledge remains relevant and accurate.

Do I need gstack to index and reuse my project learnings?

Yes, gstack is required as it captures and collects the cross-session learnings. This skill operates on the local learnings store populated by gstack to index, retrieve, and manage your project knowledge effectively.

What are the limitations when managing project learnings with this skill?

The skill enforces safe, read-only access for exploration and pruning actions. It relies entirely on the local learnings store populated by gstack, meaning it cannot capture new learnings independently or modify external project files.