learn

Organize team learnings into a searchable log with pruning and export.

2|2|Updated Dec 1, 2024
One-click install
npx skills add https://github.com/Yaugourt/LiquidTerminal_Back --skill learn-yaugourt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/Yaugourt/LiquidTerminal_Back/tree/main/.agents/skills/gstack/learn
Command: npx skills add https://github.com/Yaugourt/LiquidTerminal_Back --skill learn-yaugourt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams accumulate learnings across sessions, but notes are scattered and hard to surface. This skill centralizes learnings into a searchable log, helping teams reuse insights.

Core Features & Use Cases

  • Show recent learnings by default to surface patterns and avoid repeating mistakes.
  • Search, prune stale entries, and export learnings to project docs for knowledge sharing.
  • Manual and automated additions from workshops, retros, and debugging sessions.

Quick Start

Run /learn to view recent learnings, then use /learn search <query> or /learn prune to find or clean entries.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I centralize and search team learnings across multiple sessions?

You can centralize and search team learnings by maintaining an append-only log that surfaces recent entries by default. Use the search command with a query to find specific insights and avoid repeating past mistakes.

What is the best way to prune stale knowledge-base entries from a learning log?

The best way to prune stale knowledge-base entries is by running a dedicated prune command on your append-only learning log. This applies robust pruning rules to remove outdated information and keep the knowledge base relevant.

How do I export team learnings to project documentation?

You can export team learnings to project documentation directly from the centralized log. This knowledge sharing feature formats accumulated insights into docs, making it easy to distribute debugging session takeaways and workshop notes.

Can I add debugging session notes and retrospective insights to a shared knowledge base automatically?

Yes, you can add notes from debugging sessions, workshops, and retros to the shared knowledge base. The system supports both manual additions and automated inputs to capture team learnings continuously across sessions.

Does the learnings log require the gstack tooling to function?

Yes, the learnings log requires integration with gstack tooling to function. This dependency provides the foundational environment needed to organize, surface, and manage your team's accumulated insights across sessions.

Why should I maintain an append-only log for tracking team knowledge instead of editing existing notes?

An append-only log for tracking team knowledge preserves the full history of insights without destructive edits. This ensures past debugging context remains intact while robust pruning rules handle stale entry cleanup separately.