learn

Organizes and searches JSONL-stored learnings from Claude gstack sessions, exporting them as markdown or JSONL.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/GTC6244/ToolBridge --skill learn-gtc6244
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/GTC6244/ToolBridge/tree/main/.claude/skills/gstack/learn
Command: npx skills add https://github.com/GTC6244/ToolBridge --skill learn-gtc6244

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and surface learnings from gstack sessions to boost cross-project context, reduce repeating mistakes, and guide future work.

Core Features & Use Cases

  • View the most recent learnings across branches to spot patterns.
  • Search learnings by key or content to surface relevant insights.
  • Prune stale or conflicting entries to keep the knowledge base clean.
  • Export learnings as markdown or JSONL to share with teammates or append to CLAUDE.md.
  • Generate quick summaries to inform planning and retros.

Quick Start

Start by running /learn to view recent learnings or /learn search <query> to find specific entries.

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 multiple Claude sessions?

To manage project learnings across sessions, you can use a knowledge base that identifies, organizes, and surfaces insights from Claude gstack sessions. It stores entries in JSONL format to maintain a living record of work context.

How do I search past learnings by keyword or content?

You can search past learnings using a slug-based search to surface relevant insights by key or content. This allows you to quickly find specific entries across different projects and branches.

Can I export a project knowledge base to markdown?

Yes, you can export learnings to markdown or JSONL formats. This allows you to share insights with teammates or append the exported content directly to your CLAUDE.md file.

How do I remove stale entries from a project knowledge base?

You can prune stale or conflicting entries to keep your knowledge base clean. This removes outdated information and ensures your project learnings remain accurate and relevant for future work.

Does this knowledge base work across different project branches?

Yes, the knowledge base applies across projects and branches. You can view recent learnings from different branches to spot patterns and generate summaries to inform planning and retrospectives.