learn

Aggregate and search session learnings stored in learnings.jsonl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often lose track of what they've learned across sessions. This Skill helps surface and organize knowledge captured during work, making it easier to see patterns, shared insights, and action items.

Core Features & Use Cases

  • Surface the most recent learnings, grouped by type for quick review.
  • Search the knowledge base for relevant patterns, guidance, and decisions.
  • Prune stale or contradictory entries to keep the knowledge base trustworthy.
  • Export learnings as markdown or documentation for onboarding or retrospectives.
  • Optional: generate insights for a team wiki and retrospective notes.

Quick Start

Show 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 reuse knowledge from previous team sessions?

Prune stale session knowledge by reviewing the learnings.jsonl knowledge base and removing outdated or contradictory entries. This keeps the accumulated team insights trustworthy and current.

Can I export session learnings as markdown for team wiki documentation?

Session knowledge is stored locally in a learnings.jsonl file. The Skill manages this knowledge base directly, requiring no external database or additional environment setup to capture insights.

What is the best way to manage a team knowledge base without writing code?

Managing a team knowledge base without code involves aggregating captured learnings into a local file. This Skill performs knowledge management tasks like searching and pruning without modifying any application code.

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

Prune stale session knowledge by reviewing the learnings.jsonl knowledge base and removing outdated or contradictory entries. This keeps the accumulated team insights trustworthy and current.

Does this knowledge management approach require any external dependencies?

Session knowledge is stored locally in a learnings.jsonl file. The Skill manages this knowledge base directly, requiring no external database or additional environment setup to capture insights.