learn

Capture and organize project learnings with YAML frontmatter metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manage project learnings across sessions to avoid repeating mistakes and to preserve institutional memory.

Core Features & Use Cases

  • Review past decisions and outcomes to improve future work.
  • Search learnings across sessions for patterns, topics, or decisions.
  • Prune stale notes to keep the knowledge base focused.
  • Export learnings for sharing with teammates or stakeholders.

Quick Start

Ask Claude to show my latest learnings from the current project.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I capture and organize project learnings across sessions?

To capture project learnings across sessions, this Skill uses YAML frontmatter for metadata and a shell-based toolkit to store, search, and prune notes. It helps you review past decisions and avoid repeating mistakes.

What is the best way to search past project decisions and outcomes?

Searching past project decisions is done by querying the stored learnings using the shell-based toolkit. You can search across sessions for specific patterns, topics, or decisions to improve future work.

How do I prune stale knowledge management notes to keep the base focused?

Pruning stale knowledge management notes removes outdated entries from your knowledge base. This Skill provides shell-based scripts to review and prune notes, keeping your learnings focused and relevant.

Can I export project learnings to share with teammates and stakeholders?

Yes, you can export project learnings to share with teammates and stakeholders. This Skill supports exporting your captured knowledge, ensuring institutional memory is preserved and distributed across teams.

Does this knowledge management tool work without external dependencies?

This knowledge management tool works without external dependencies, relying solely on YAML frontmatter and shell scripts. It provides proactive pattern suggestions and handles deterministic tasks entirely within your local environment.