workflow-to-skill

Convert completed project workflows into reusable SKILL.md documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the transformation of completed, real-world workflows into repeatable SKILL.md artifacts that guide autonomous agents in future executions. It preserves learnings from JOURNEY.md, ADRs, and code changes to prevent Documentation Drift and ensure auditability.

Core Features & Use Cases

  • Reconstructs and validates workflow provenance from JOURNEY.md, CLAUDE.md, and ADRs to ensure the workflow is complete.
  • Generates a draft SKILL.md that captures the actual sequence of steps, decisions, and known failures for reuse by agents.
  • Extracts prerequisites, dependencies, and safety constraints to prevent misconfigurations and enable reliable automation.
  • Supports review and approval workflow before writing the final SKILL.md.

Quick Start

Provide the workflow slug to convert, and I will generate a SKILL.md by researching JOURNEY.md, ADRs, and code files.

Frequently Asked Questions about workflow-to-skill

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

FAQPage Schema
How do I convert completed project workflows into reusable agent skills?

To convert completed project workflows into reusable agent skills, provide the workflow slug to process JOURNEY.md, ADRs, and code files. This generates a draft SKILL.md that captures the actual sequence of steps, decisions, and known failures for future autonomous execution.

What is documentation drift and how does capturing ADRs prevent it?

Documentation drift occurs when project records diverge from actual implementation. Capturing ADRs and JOURNEY.md files prevents drift by extracting architectural decisions and prerequisites into an auditable SKILL.md, preserving real-world learnings for future agent reuse.

How do I extract prerequisites and safety constraints from ADRs for automation?

Extracting prerequisites and safety constraints from ADRs involves analyzing completed architecture decision records to identify dependencies and prevent misconfigurations. The workflow transformation process identifies these constraints to ensure reliable automation and generate safety rules.

Does this workflow conversion require CLAUDE.md and JOURNEY.md files to work?

Yes, workflow conversion reconstructs and validates workflow provenance from JOURNEY.md, CLAUDE.md, and ADRs. These files are required to ensure the workflow is complete and to accurately capture the sequence of steps, decisions, and known failures for the skill artifact.

What is the best way to document known failures for autonomous agent reuse?

The best way to document known failures for autonomous agent reuse is to transform completed workflows into a SKILL.md artifact. This draft document explicitly captures known failures, safety rules, and validated steps from JOURNEY.md and ADRs to guide future automated executions.

Can I review and approve the generated SKILL.md before it is finalized?

Yes, you can review and approve the generated SKILL.md before finalization. The workflow conversion process supports a review workflow, allowing you to validate the drafted skill artifact, check extracted prerequisites, and confirm safety constraints before writing the final document.