learn

Capture and organize project learnings from gstack sessions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and reuse project learnings from every gstack session to avoid repeating mistakes and accelerate iteration.

Core Features & Use Cases

  • Review and search learnings across sessions to surface patterns and decisions.
  • Prune stale or contradictory entries to keep the knowledge base accurate.
  • Export learnings to CLAUDE.md or project docs for knowledge sharing and onboarding.

Quick Start

Add a new learning with /learn add and review results with /learn.

Frequently Asked Questions about learn

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

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

To capture project learnings across sessions, use the add command to log manual entries and the search function to recall patterns. This organizes session knowledge so you can reuse decisions and avoid repeating mistakes.

What is the best way to organize project knowledge and avoid repeating mistakes?

Organizing project knowledge involves logging learnings, searching by keywords, and pruning stale or contradictory entries. This maintains an accurate knowledge base to surface decisions and prevent repeating past mistakes.

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

Pruning stale or conflicting entries in a project knowledge base uses the prune command to remove outdated information. This keeps your captured learnings accurate and prevents contradictory patterns from surfacing.

Can I export project learnings to CLAUDE.md or project docs?

Yes, you can export project learnings to CLAUDE.md or project docs. The export function transfers captured session knowledge into documentation for knowledge sharing and team onboarding.

How do I search logged learnings by keywords during a gstack session?

Searching logged learnings by keywords uses the search command to query captured entries. This surfaces relevant patterns and past decisions from your project knowledge base during active gstack sessions.

Does manual learning capture work without automated session tracking?

Yes, manual learning capture works independently using the add command. You can manually log entries into the knowledge base at any time, regardless of whether automated session tracking is active.