learn

Store and search project learnings in per-project JSONL files.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mulyoved/awesome-agent-ides --skill learn-mulyoved
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/mulyoved/awesome-agent-ides/tree/main/.agents/skills/gstack/learn
Command: npx skills add https://github.com/mulyoved/awesome-agent-ides --skill learn-mulyoved

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture, review, and reuse learnings from gstack sessions to avoid repeating mistakes and to accelerate future work.

Core Features & Use Cases

  • Search learnings: quickly locate patterns, pitfalls, or insights across sessions for a project.
  • Prune stale entries: automatically flag or remove outdated learnings to keep the knowledge base relevant.
  • Export and share: export learnings to CLAUDE.md or as JSONL for documentation and onboarding.
  • Use case: revisit a past incident to build a postmortem and adjust workflows based on learned insights.

Quick Start

Show the most recent learnings for the current project and export them to CLAUDE.md

Frequently Asked Questions about learn

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

FAQPage Schema
How do I consolidate project learnings across multiple sessions?

To consolidate project learnings across sessions, you can use a knowledge-management tool that organizes insights into per-project JSONL files. This approach captures patterns and prevents repeating mistakes by surfacing relevant historical data.

How do I export project learnings to CLAUDE.md for documentation?

You can export project learnings to CLAUDE.md by running an export command that converts stored JSONL entries into markdown documentation. This generates a readable file for onboarding and workflow adjustment purposes.

What is the best way to search past session insights and pitfalls?

The best way to search past session insights is to use a knowledge-management search function that queries per-project JSONL files. This quickly locates specific patterns, pitfalls, or incidents across your historical work.

Can I automatically prune stale entries from my knowledge base?

Yes, you can automatically prune stale entries from your knowledge base. Pruning functionality flags or removes outdated learnings to ensure your stored project insights remain relevant and accurate over time.

Does gstack support exporting learnings as JSONL files?

Yes, gstack supports exporting learnings as JSONL files for documentation and sharing. The system stores captured insights in per-project JSONL files and provides an export function for external use.