This builds and validates Dify workflow DSL files, which are YAML-based definitions for AI automation workflows on the Dify open-source platform. You'd use it when creating new workflows from scratch or modifying existing ones: adding LLM nodes, wiring up conditional branches, implementing error handling with fail-branch strategies, or setting up loop processing. The skill understands Dify's React Flow-based architecture and can generate proper node IDs, position nodes on the canvas using their coordinate system, and connect edges with the right handle types. It includes reference docs for all node types and templates for common patterns like error recovery flows and conditional routing. Worth noting that it handles the full DSL structure, not just snippets, so you get complete workflows ready to import.
npx skills add https://github.com/mango-svip/dify-workflow-skills --skill dify-workflow-skillserichowens/some_claude_skills
github/awesome-copilot