learn

Indexes, searches, prunes, and exports project learning records.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage project learnings. Review, search, prune, and export what gstack has learned across sessions. Use when asked to "what have we learned", "show learnings", "prune stale learnings", or "export learnings". Proactively suggest when the user asks about past patterns or wonders "didn't we fix this before?"

Core Features & Use Cases

  • Centralizes and indexes learnings across gstack sessions for quick lookup.
  • Supports search, prune of stale or conflicting entries, and export of learnings.
  • Applies to questions like "what did we learn" or "show learnings" across multiple projects or branches.

Quick Start

Ask me to show learnings, search with a query, prune stale entries, or export learnings for 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 search accumulated project learnings across multiple sessions?

You can search project learnings by querying the local knowledge base with specific terms. The Skill reads the local learnings store and indexes entries across sessions to return matching results for quick lookup.

What is the best way to prune stale or conflicting knowledge base entries?

Pruning stale knowledge base entries involves checking the local learnings store for outdated or contradictory information. The Skill identifies and removes these entries to maintain an accurate and current project knowledge base.

Can I export project learnings to JSONL or Markdown formats?

Yes, you can export project learnings to JSONL or Markdown formats. The Skill processes the aggregated entries from the local store and generates a summary file in your requested format for external use.

How do I retrieve what was learned across different gstack projects?

To retrieve what was learned across gstack projects, query the central learnings index. The Skill aggregates session data across multiple projects and branches, allowing you to review historical patterns and past fixes.

When should I clean up stale entries in a project knowledge base?

You should clean up stale entries in a project knowledge base when past learnings contradict current practices or become outdated. The Skill applies pruning by staleness or contradiction to keep the knowledge base relevant.

Does the learn Skill require any external dependencies to manage knowledge base exports?

No external dependencies are required to manage knowledge base exports. The Skill operates independently by reading the local learnings store and performing search, prune, and export functions natively.