learn

Record, index, and query project learnings in a local JSONL store.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Teams and projects accumulate learnings scattered across sessions, making it hard to search, prune, and reuse insights.

Core Features & Use Cases

  • Show recent learnings: Quickly view the latest entries.
  • Search and filter: Find learnings by keywords, keys, or tags.
  • Prune and reconcile: Remove stale or conflicting insights to keep the knowledge base clean.
  • Export: Generate markdown or JSONL exports for CLAUDE.md or docs.
  • Statistics: Get quick stats on learnings over time.

Quick Start

Ask Claude to run /learn to see recent learnings and try /learn prune to remove stale entries

Frequently Asked Questions about learn

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

FAQPage Schema
How do I track project learnings across sessions so insights aren't lost?

You can track project learnings across sessions by recording and indexing insights in a local JSONL store. This centralizes scattered knowledge so entries persist and remain searchable between work periods.

What's the best way to search and filter a knowledge base of project learnings?

You can search and filter a project knowledge base by keywords, keys, or tags to find specific learnings. The skill reads the local JSONL store to query indexed entries and return matching insights.

How do I prune stale or conflicting insights from a knowledge base?

Prune stale or conflicting insights from the knowledge base using the prune command hook. This reconciles the JSONL store by removing outdated entries to keep project learnings clean and accurate.

Can I export project learnings to markdown or JSONL for documentation?

Yes, you can export project learnings to markdown or JSONL formats for documentation. The export hook generates files suitable for CLAUDE.md or docs directly from the local learnings JSONL store.

Does the learnings skill work without external dependencies?

Yes, the learnings skill works without external dependencies, using only local scripts to read and write to the JSONL store. It operates independently to add, search, prune, and export project insights.