Convert Prompt Flow flow definitions to Microsoft Agent Framework (MAF) workflows. Parses flow.dag.yaml, maps nodes to Executors, and generates runnable Python code using agent-framework 1.0.x. WHEN: convert promptflow, migrate promptflow, promptflow to MAF, promptflow to agent framework, convert flow.dag.yaml, migrate flow to MAF, convert PF flow, PF to agent-framework, convert DAG flow to workflow, migrate LLM flow. DO NOT USE FOR: writing new MAF workflows from scratch (no source flow), deploying MAF workflows (use maf-online-endpoint), enabling tracing (use maf-tracing), or general agent-framework Q&A.
$npx -y skills add microsoft/promptflow --skill promptflow-to-mafInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/promptflow" --skill "microsoft/promptflow/promptflow-to-maf"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/promptflow" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/promptflow"` and select the relevant skills, then follow their instructions.