Difyワークフロー作成

Generate Dify Workflow DSL YAML files from natural language descriptions.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/yut0takagi/claude-skills --skill dify-yut0takagi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Difyワークフロー作成
Source: https://github.com/yut0takagi/claude-skills/tree/main/skills/Dify%E3%83%AF%E3%83%BC%E3%82%AF%E3%83%95%E3%83%AD%E3%83%BC%E4%BD%9C%E6%88%90
Command: npx skills add https://github.com/yut0takagi/claude-skills --skill dify-yut0takagi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of Dify Workflow DSL YAML files from natural language prompts, removing the need for manual DSL drafting and reducing setup time for automated workflows.

Core Features & Use Cases

  • DSL generation: Converts a high-level workflow description into a complete Dify YAML graph with nodes and edges that adhere to the official DSL specification.
  • Export & integration: Outputs a YAML file ready for import into Dify and export to the draft/dify directory for versioning.
  • Guided design: Provides a structured workflow design proposal and prompts user for confirmation before generation.
  • Reference-based validation: Leverages the DSL specification reference to ensure node types, edges, and variables are correctly formed.

Quick Start

Describe your desired workflow in plain language to generate a ready-to-use Dify DSL YAML file.

Frequently Asked Questions about Difyワークフロー作成

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

FAQPage Schema
How do I generate a Dify workflow DSL YAML file from a prompt?

To generate a Dify workflow DSL YAML file, provide a natural language description of your desired automation. The system designs a structured workflow graph with nodes and edges, confirms the proposal, and outputs a specification-compliant YAML file.

Does generating Dify DSL require manual YAML formatting?

Generating Dify DSL does not require manual YAML formatting. The system automatically applies strict YAML syntax and validates node types, edges, and variables against the official Dify DSL specification to ensure correct formation.

Can I create multi-step AI automations using Dify DSL?

You can create multi-step AI automations using Dify DSL by describing the standalone tasks and LLM prompts in plain language. The system translates your description into a complete workflow graph ready for instant deployment.

Where are the generated Dify workflow YAML files exported?

Generated Dify workflow YAML files are exported to the draft/dify directory. The file is named after your specific app, allowing for immediate import into Dify and seamless version control.

What is the best way to design a Dify workflow before generating the YAML?

The best way to design a Dify workflow is through the system's guided design process. You provide a high-level workflow description, review the structured design proposal, and confirm it before the system generates the final DSL YAML.

Why does my Dify workflow YAML fail to import due to node variables?

Dify workflow YAML import failures often occur due to incorrectly formed node variables. The system prevents this by leveraging the DSL specification reference to validate node types, edges, and variables before generating the output file.