learn

Review, search, prune, and export project learnings recorded across gstack sessions.

Updated Sep 13, 2026
One-click install
npx skills add https://github.com/abdulazeezoj/monovella-poc --skill learn-abdulazeezoj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/abdulazeezoj/monovella-poc/tree/main/.agents/skills/gstack/learn
Command: npx skills add https://github.com/abdulazeezoj/monovella-poc --skill learn-abdulazeezoj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose hard-won knowledge between sessions: fixes, pitfalls, and project quirks get rediscovered the slow way. This Skill manages the accumulated learnings store so past insights stay searchable, current, and reusable. ## Core Features & Use Cases - Show recent learnings: List the most recent 20 learnings grouped by type to recall what the project has taught you. - Search and prune: Query learnings by keyword and remove stale or contradictory entries to keep the knowledge base accurate. - Export and stats: Export learnings for sharing or backup, view usage statistics, and manually add new entries. - Use Case: Before debugging a recurring build failure, ask what the project has learned about it and instantly surface the fix recorded three sessions ago. ## Quick Start Ask the assistant to show what we have learned on this project, or run /learn search followed by a keyword to find relevant past insights.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I see what learnings have been recorded on a project?

Run /learn with no arguments to show the most recent 20 learnings grouped by type. Use /learn search followed by a keyword to filter for a specific topic, command, or pitfall.

How do I remove stale or wrong learnings?

Use /learn prune to review and remove outdated or contradictory entries. This keeps the knowledge base accurate so future sessions surface only still-valid insights.

Can I export project learnings to share with my team?

Yes, /learn export writes the accumulated learnings out of the local store so they can be shared, backed up, or reviewed outside the tool. /learn stats shows aggregate counts and usage.

Can I add a learning manually instead of waiting for automatic capture?

Yes, /learn add lets you record a learning directly. This is useful when you discover a project quirk or fix outside a normal session and want it persisted for future recall.

Does the learn skill modify project code?

No. The skill has a hard gate against implementing code changes; it only manages the learnings store. Code edits must happen through other workflows.