learn

Collect and index rezops session learnings into a searchable JSONL store.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams retain and organize experiential insights by collecting learnings from rezops sessions, making it easy to review, search, prune, and export knowledge.

Core Features & Use Cases

  • Review past learnings across sessions to identify patterns and decisions.
  • Search learnings for specific insights, prune stale or irrelevant entries, and export learnings for sharing or archive.
  • Proactively surface patterns and trends when they are relevant to the current work.

Quick Start

Ask me to show learnings, search for patterns, prune stale entries, or export learnings.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I collect and search learnings across past rezops sessions?

To collect and search learnings across rezops sessions, this Skill indexes entries into a centralized, searchable store at ~/.rezops/projects/${SLUG:-unknown}/learnings.jsonl. You can review past patterns, locate specific insights, and surface trends relevant to current work.

What is the best way to prune stale learnings from a knowledge base?

Pruning stale learnings from a knowledge base is handled by the "prune stale learnings" trigger, which removes irrelevant or outdated entries from the centralized store to keep your insights current and actionable.

Can I export learnings from rezops for sharing or archival?

Yes, you can export learnings from rezops for sharing or archival using the "export learnings" trigger. This packages your collected insights from the centralized store into a format suitable for external distribution.

Does this knowledge base tool work without any external dependencies?

This knowledge base tool works without external dependencies, storing data locally in a JSONL file under the rezops projects directory. It requires no additional setup beyond having rezops sessions generating learnings to index.

When should I review past learnings instead of starting fresh?

You should review past learnings when you want to identify recurring patterns, locate specific insights from previous work, or surface trends relevant to your current tasks, avoiding duplicated effort across sessions.