learn

Capture and organize project learnings in a JSONL store.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LaPaGaYo/nexus --skill learn-lapagayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/LaPaGaYo/nexus/tree/main/skills/support/learn
Command: npx skills add https://github.com/LaPaGaYo/nexus --skill learn-lapagayo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage project learnings across sessions so insights are never lost and can be recalled later.

Core Features & Use Cases

  • Review, search, prune, and export learnings collected across Nexus sessions.
  • Proactively surface patterns and lessons learned when relevant to projects.
  • Learnings are stored per project in a consistent JSONL store for easy retrieval.

Quick Start

Ask Nexus to show learnings, prune stale items, or export learnings for your project.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I capture and organize project learnings across sessions?

Capture and organize project learnings across sessions by storing insights in a JSONL file. This ensures knowledge is never lost and can be recalled later for review, search, or export.

What is the best way to search and prune stale knowledge from my project?

Search and prune stale knowledge by asking Nexus to review your stored learnings. You can filter for specific patterns and remove outdated items to keep your project insights relevant.

Can I export learnings from a JSONL store for external review?

Yes, you can export learnings directly from the JSONL store. Use the export function to recall patterns and summarize outcomes for external review or team sharing.

Where are team learnings stored on disk for easy retrieval?

Team learnings are stored per project in a consistent JSONL file located at ~/.nexus/projects/${SLUG:-unknown}/learnings.jsonl. This structure ensures easy retrieval and management.

Does the Nexus skill workflow support surfacing past lessons proactively?

Yes, the Nexus skill workflow proactively surfaces patterns and lessons learned when relevant to your projects. This helps recall outcomes without manually searching the store.

When do I need to export my project learnings?

Export project learnings when you need to summarize outcomes or share insights outside the Nexus environment. It allows you to recall patterns collected across multiple sessions.