learn

Capture and organize project learnings into a per-project JSONL file.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill learn-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/learn
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill learn-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and organize project learnings across sessions to preserve knowledge and accelerate future work.

Core Features & Use Cases

  • Review: scan past learnings to surface patterns and decisions.
  • Search & prune: locate outdated items and prune stale learnings.
  • Export: export learnings for sharing with teammates or future projects.

Quick Start

Invoke the learn skill to review, prune, and export your project learnings.

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 different sessions?

To capture project learnings across sessions, this skill stores knowledge in a per-project JSONL file. It preserves decisions and patterns, preventing knowledge loss when switching between work sessions or branches.

What is the best way to search and prune outdated knowledge during a project review?

The best way to search and prune outdated knowledge during a project review is using dedicated search and prune tools. These tools locate stale learnings in your JSONL storage and remove them to keep your knowledge base accurate.

Can I export project learnings to share with teammates?

Yes, you can export project learnings to share with teammates or use in future projects. The export feature extracts captured knowledge from your per-project JSONL file for external distribution.

Does this knowledge management approach work across multiple branches?

Yes, this knowledge management approach works across multiple branches by applying learnings universally. Captured knowledge is stored in a per-project JSONL file, ensuring continuity regardless of the active development branch.

How does storing learnings in a JSONL file help with knowledge management?

Storing learnings in a JSONL file helps with knowledge management by providing a structured, per-project repository. This format supports review, search, prune, and export operations to maintain an organized project knowledge base.