This generates complete Dify workflow DSL/YML files from plain language descriptions of what you want to build. It's trained on 86+ real workflow examples and knows the full node vocabulary: start, LLM, code execution, HTTP requests, if-else branches, tools, parameter extractors. You describe your business logic and it outputs valid YAML with proper node connections, variable references, and plugin dependencies. Useful if you're building Dify workflows regularly and tired of hand-writing the DSL structure. The source shows it handles vision-enabled OCR flows, HTML generation pipelines, and complex multi-node chains. Saves time on boilerplate but you'll still need to understand Dify's node system to verify the output makes sense.
npx skills add https://github.com/wwwzhouhui/skills_collection --skill dify-dsl-generator