learn

Review, search, prune, and export project learnings stored across gstack sessions.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/aicodepro/ai-agent-nexi --skill learn-aicodepro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/aicodepro/ai-agent-nexi/tree/main/agent/skills/gstack/learn
Command: npx skills add https://github.com/aicodepro/ai-agent-nexi --skill learn-aicodepro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose hard-won knowledge between coding sessions — fixes, patterns, and decisions get rediscovered the hard way. This Skill manages a persistent learnings store so you can recall what a project has already learned instead of repeating past mistakes. ## Core Features & Use Cases - Review and search learnings: Answer questions like "what have we learned" or "didn't we fix this before" by searching the project's learnings log. - Prune stale entries: Remove outdated or irrelevant learnings to keep the knowledge base accurate. - Export learnings: Share accumulated project knowledge across sessions or machines. - Use Case: You suspect a bug was fixed weeks ago. Invoke the skill to search past learnings, confirm the prior fix, and avoid re-debugging the same issue. ## Quick Start Ask the assistant to show what we have learned so far on this project using the learn skill.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I see what my project has learned across sessions?

Invoke the learn skill and ask to show or search learnings. It reads the project's learnings.jsonl file under the gstack home directory and can search entries, surfacing the most relevant past patterns and fixes.

How do I remove outdated learnings from a project?

Ask the skill to prune stale learnings. It reviews the stored entries in the project's learnings log and removes entries that are outdated or no longer relevant, keeping the knowledge base accurate.

Can I export project learnings to share with my team?

Yes, the skill supports exporting learnings. The accumulated entries from the project's learnings store can be exported so knowledge transfers across sessions, machines, or team members.

Does the learn skill work in headless or spawned sessions?

Yes, but behavior changes. In spawned sessions it auto-chooses recommended options without prompting, and in headless sessions it blocks when an interactive question is required, since no human can answer.

Where are gstack learnings stored on disk?

Learnings are stored per project in a learnings.jsonl file under the gstack home directory, keyed by a project slug derived from the repository. The preamble reports how many entries were loaded at skill start.