learn

Organize project learnings across sessions in a local JSONL database.

4|1|Updated Sep 13, 2023
One-click install
npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill learn-louisfghbvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/louisfghbvc/mcp-leetcode-crawler/tree/main/.agent/skills/learn
Command: npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill learn-louisfghbvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge management for project learnings; centralizes across sessions to enable quick recall and pattern discovery.

Core Features & Use Cases

  • Centralizes learnings in a structured, queryable format for easy retrieval.
  • Supports commands to show recent learnings, search, prune stale entries, and export summaries.
  • Use cases include surfacing recurring patterns, guiding process improvements, and creating team wikis.

Quick Start

Ask the assistant to run /learn to see 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 manage project learnings across multiple sessions?

You can manage project learnings across sessions by centralizing them in a local JSONL database. This allows you to store, search, and retrieve structured knowledge easily to discover patterns and avoid repeating past mistakes.

How do I search and prune stale knowledge from my knowledge base?

You can search and prune stale knowledge from your knowledge base using dedicated commands. This process surfaces relevant recent learnings while removing outdated entries, ensuring your project knowledge stays accurate and useful.

What is the best way to export learnings for a team wiki?

The best way to export learnings for a team wiki is to use the export command. It generates summaries from your centralized project knowledge, allowing you to share insights and guide process improvements with your team.

Can I track project management learnings without external dependencies?

Yes, you can track project management learnings without external dependencies because the system operates independently. It stores all captured knowledge locally in a JSONL database, requiring no additional components or external libraries.