learn

Index project learnings across sessions for search, prune, and export workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and manage project learnings across gstack sessions to avoid repeating mistakes and surface patterns.

Core Features & Use Cases

  • Review, search, prune, and export learnings across sessions.
  • Proactively surface patterns and insights to improve future work.
  • Use learnings to inform CLAUDE.md or project documentation.

Quick Start

Run /learn to view your 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 capture and search project learnings across sessions?

You can capture and search project learnings across sessions by indexing them in the gstack learnings database, which enables fast text search, filtering by type, and deduplication to avoid repeating mistakes.

What is the best way to export learnings for project documentation?

The best way to export learnings for documentation is to use the export workflow to generate summaries directly from the learnings database, which can then be used to inform CLAUDE.md or other project documentation files.

How does learnings deduplication and provenance work in gstack?

Learnings deduplication and provenance work by indexing entries locally in the gstack database, ensuring safe file references are maintained while automatically filtering out duplicate insights captured across sessions.

Can I filter and prune outdated knowledge from my learnings database?

Yes, you can filter and prune outdated knowledge from your learnings database by running the prune workflow, which allows you to review recent learnings, filter by type, and remove obsolete entries.

Do I need any external dependencies to index learnings locally?

No, you do not need any external dependencies to index learnings locally, because the data is stored entirely within the local gstack learnings database without requiring additional packages or components.