session-skill-harvest

Identify recurring workflow patterns from sessions and JOURNEY.md for SKILL.md candidates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edri2or/ripo-skills-main --skill session-skill-harvest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-skill-harvest
Source: https://github.com/edri2or/ripo-skills-main/tree/main/exported-skills/session-skill-harvest
Command: npx skills add https://github.com/edri2or/ripo-skills-main --skill session-skill-harvest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool analyzes the current session and JOURNEY.md to identify recurring workflow patterns and surface SKILL.md candidates with recurrence counts for faster skill discovery.

Core Features & Use Cases

  • Scans the live conversation and the JOURNEY.md for repeatable patterns.
  • Applies a Rule-of-Three recurrence gate to surface stable candidates for skill-building.
  • Outputs candidate metadata for review and downstream skill construction.

Quick Start

Run the session-skill-harvest analysis on your current chat and JOURNEY.md to surface recurring SKILL.md candidates.

Frequently Asked Questions about session-skill-harvest

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

FAQPage Schema
How do I identify recurring workflow patterns from my session history?

Identifying recurring workflow patterns involves scanning your current session and JOURNEY.md to detect repeatable processes. This Skill applies a Rule-of-Three recurrence gate to ensure patterns are stable enough to become skill candidates.

What is the Rule-of-Three recurrence gate for skill candidates?

The Rule-of-Three recurrence gate is a filtering mechanism requiring a workflow pattern to appear at least three times across your session and JOURNEY.md. This ensures only stable, repeatable patterns surface as skill-building candidates.

How do I extract reusable workflows from JOURNEY.md for skill discovery?

Extracting reusable workflows from JOURNEY.md requires running an analysis that compares patterns across your live conversation and the journey file. The tool outputs structured, high-density metadata for each candidate without writing to files.

Does the session-skill-harvest analysis write candidate metadata directly to files?

No, the session-skill-harvest analysis does not write to files. It produces a structured, high-density description of each candidate in the session output, which you can review for indexing and downstream skill construction.

When should I analyze sessions to surface skill candidates?

You should analyze sessions to surface skill candidates when you notice repeated workflows occurring across multiple tasks. Applying the Rule-of-Three gate ensures you only extract patterns stable enough to justify building a dedicated skill.