learn

Manage project learnings with search, prune, and Markdown export.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project learnings manager helps teams surface, search, prune, and export knowledge gathered across multiple sessions from various skills, keeping a tidy knowledge base.

Core Features & Use Cases

  • View recent learnings across sessions to identify patterns and gaps.
  • Search learnings by keyword to surface relevant insights and decisions.
  • Prune stale or conflicting entries to keep the knowledge base accurate.
  • Export learnings to Markdown for CLAUDE.md or downstream docs.

Quick Start

Use /learn to display the most recent learnings.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I search and retrieve project learnings across multiple sessions?

To search project learnings across multiple sessions, use the /learn command to view recent entries or search by keyword. It surfaces relevant insights gathered from prior sessions while applying deduplication by key and type to maintain a clean knowledge base.

Can I export cross-session learnings to Markdown for documentation?

Yes, you can export cross-session learnings to Markdown. This allows you to integrate accumulated project insights directly into CLAUDE.md or downstream documentation, ensuring team knowledge captured during reviews is accessible outside the session store.

What is the best way to manage and prune stale knowledge base entries?

The best way to prune stale knowledge base entries is using the /learn skill. It allows you to identify and remove conflicting or outdated learnings, ensuring your project knowledge base remains accurate and clean through append-only updates and read-only governance.

How does deduplication work for a centralized project learnings store?

Deduplication for a centralized project learnings store works by matching entries on their key and type. This mechanism prevents redundant insights from accumulating, keeping the knowledge base accurate when surfacing information gathered from various skills like /review or /ship.

Does the learnings manager support read-only access for browsing historical insights?

Yes, the learnings manager enforces read-only governance for browsing historical insights. This ensures that accumulated knowledge from various skills remains secure, while updates are strictly handled through append-only logic to prevent unauthorized modifications.

When do I need to centralize project knowledge from different skills?

You need to centralize project knowledge from different skills when you want to identify patterns and gaps across sessions. Consolidating insights from /review, /investigate, and /ship into a tidy knowledge base makes cross-session retrieval and pattern recognition efficient.