flow-to-markdown

Convert .flow workflow files into structured Markdown documentation with Mermaid diagrams.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/superhyt666/trae-skills --skill flow-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-to-markdown
Source: https://github.com/superhyt666/trae-skills/tree/main/flow-to-markdown
Command: npx skills add https://github.com/superhyt666/trae-skills --skill flow-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of manually understanding and documenting complex.flow workflow files by converting them into structured Markdown documentation with complete workflow details.

Core Features & Use Cases

  • Workflow Parsing: Decodes and analyzes.flow files, extracts workflow metadata, variables, nodes, connections, and execution paths.
  • Detailed Documentation Generation: Produces Markdown documents containing variable mappings, node inputs and outputs, sub-workflow details, and Mermaid diagrams.
  • Use Case: Convert an exported workflow definition into technical documentation for maintenance, review, onboarding, or workflow optimization.

Quick Start

Use the flow-to-markdown skill to convert the attached.flow workflow file into a complete Markdown document with variable mappings and node configurations.

Frequently Asked Questions about flow-to-markdown

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

FAQPage Schema
How do I convert a .flow workflow file into Markdown documentation?

Converting a .flow workflow file into Markdown documentation involves parsing encoded JSON structures, mapping variables, and extracting node configurations to generate structured Markdown with visual flow representations and execution details.

What is the best way to document complex workflow variables and node configurations?

Documenting complex workflow variables and node configurations is best achieved by decoding the workflow file to extract metadata, variables, and execution paths, which generates technical documentation containing variable mappings, node inputs, and sub-workflow details.

Can I generate Mermaid diagrams from an exported workflow definition?

Generating Mermaid diagrams from an exported workflow definition is possible by converting the workflow file into Markdown documentation, which produces visual flow representations that map execution paths and node connections for technical review.

How do I parse encoded JSON workflow structures for automation review?

Parsing encoded JSON workflow structures for automation review requires decoding the workflow file to analyze node inputs, outputs, and connections, enabling workflow optimization by mapping variables and extracting node configurations into a readable Markdown format.

Does converting workflow files to Markdown support sub-workflow details?

Converting workflow files to Markdown does support sub-workflow details, as the conversion process extracts workflow metadata, variables, nodes, and execution paths to produce Markdown documents containing complete variable mappings and detailed sub-workflow configurations.