learning

Retrieve and display accumulated learnings from a personal knowledge base.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/claudeaceae/samara-main --skill learning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learning
Source: https://github.com/claudeaceae/samara-main/tree/main/.claude/skills/learning
Command: npx skills add https://github.com/claudeaceae/samara-main --skill learning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides on-demand access to accumulated learnings stored in ~/.claude-mind/memory/learnings.md, helping you recall past insights, discoveries, and lessons quickly.

Core Features & Use Cases

  • On-demand recall: Quickly view recent and archived learnings to refresh context before tackling a problem.
  • Topic-based search: Locate learnings by keyword or date to relate to current tasks.
  • Context-rich recall: Present full entries with dates to preserve context and credibility.

Quick Start

Use the Learnings Access skill to view the most recent learnings: tail -100 ~/.claude-mind/memory/learnings.md

Frequently Asked Questions about learning

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

FAQPage Schema
How do I retrieve accumulated learnings from my personal knowledge base?

To retrieve accumulated learnings, access the local knowledge base file at ~/.claude-mind/memory/learnings.md to view past insights, technical discoveries, and lessons learned with full dates and context.

Can I search past technical discoveries and debugging lessons by keyword?

You can search past technical discoveries and debugging lessons by applying optional keyword filtering to the learnings.md file, allowing you to locate specific entries related to your current task.

What is the best way to recall project retrospectives and tool usage notes on demand?

Recalling project retrospectives and tool usage notes is done by displaying full entries from the learnings.md memory file, preserving the original dates and context for credible reference.

Does the learning skill require any external dependencies or components?

The learning skill requires no external dependencies or components, operating solely by retrieving and presenting entries from the local learnings.md file stored in your environment.

How do I view recent learnings to refresh context before tackling a problem?

To view recent learnings and refresh context, read the tail end of the learnings.md file, such as using a command to display the most recent accumulated entries on demand.