Plugin that converts Claude Code skills into Dify workflow YAML
npx claudepluginhub r-hashi01/skills-to-dify-workflowConverts Claude Code skill folders into Dify-importable workflow YAML with visual preview
A Claude Code plugin that converts skill definitions into Dify-importable workflow DSL (YAML files). It also generates a React Artifact for visual preview before export.
Skill logic is written as Markdown prose, making parallel execution, loops, conditionals, and LLM usage invisible to non-engineers. This plugin translates that prose into a Dify workflow diagram, turning personal automation into a shareable organizational asset.
Given a Claude Code skill folder, it:
SKILL.md, scripts/, references/, assets/workflow (single-shot) or advanced-chat (conversational).yml file ready to import via Dify's "Import DSL File"# Add the marketplace
/plugin marketplace add r-hashi01/skills-to-dify-workflow
# Install the plugin
/plugin install skills-to-dify-workflow@skills-to-dify-workflow
Once installed, trigger the skill by saying:
The skill will walk you through the conversion interactively, including a security review of the source skill and confirming your Dify model provider/name before generating the YAML.
skills-to-dify-workflow/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── marketplace.json # Marketplace definition
├── skills/
│ └── skills-to-dify-workflow/
│ ├── SKILL.md # Main skill instructions
│ └── references/
│ └── dify-node-types.md # Dify DSL schema reference
├── CLAUDE.md # Dev guidance for contributors
├── LICENSE # Apache 2.0
└── README.md
| Pattern in Skill | Dify Node Type | Artifact Color |
|---|---|---|
| Claude decides / generates | llm | Purple |
| Script / API / file ops | code, tool | Blue |
| if/else branching | if-else | Yellow |
| Loop over list | iteration | Orange |
| Conditional loop (while) | loop | Orange |
| Text formatting | template-transform | Green |
| Input / Output | start / end / answer | Gray |
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.