learn

Query and manage team learnings from a centralized JSONL store.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/makyua-san/usecase-agent --skill learn-makyua-san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/makyua-san/usecase-agent/tree/main/.claude/skills/learn
Command: npx skills add https://github.com/makyua-san/usecase-agent --skill learn-makyua-san

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams capture, organize, and recall learnings from every session, turning scattered notes into an accessible knowledge base you can search, prune, and export.

Core Features & Use Cases

  • Show recent learnings grouped by type, search for specific insights, prune stale or conflicting entries, and export learnings for documentation and onboarding.
  • Use cases include reflecting on past decisions, identifying recurring patterns, and compiling a project-wide knowledge snapshot for new team members.

Quick Start

Ask me to show learnings with /learn, or to search with /learn search <query>.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I search team learnings and knowledge base entries from past sessions?

You can search team learnings by querying a centralized learnings store tied to your project slug. Using the learnings-search utility, the Skill filters the local JSONL repository under your project directory to retrieve specific past insights.

What is the best way to prune stale or contradictory entries in a project knowledge base?

Pruning stale knowledge base entries involves reviewing captured learnings and filtering the local JSONL repository. The Skill helps identify and remove conflicting or outdated entries to maintain a clean and accurate project knowledge store.

How do I export engineering learnings to project documentation?

To export engineering learnings to project documentation, you retrieve and filter insights from the local JSONL repository. The Skill compiles a project-wide knowledge snapshot that can be integrated into your onboarding and project docs.

Can I centralize scattered engineering notes into a searchable team wiki using gstack?

Yes, you can centralize scattered notes into a searchable team wiki using gstack. The Skill organizes session learnings into a local JSONL repository tied to the current project slug, making captured knowledge accessible and searchable.

Does the learnings repository require a specific project slug to function?

Yes, the learnings repository requires a project slug to function. The Skill leverages the gstack slug utility to read, filter, and persist learnings from the local JSONL repository located in the specific project directory.