Skip to content

Generate production-quality Dify workflow DSL files with precise Pydantic-based node schemas

Notifications You must be signed in to change notification settings

R3flector/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

skills

Collection of agent skills for AI coding assistants (Claude Code, Warp, Cursor, Copilot, etc.).

Available Skills

Skill Description Skill Path
dify-workflow-builder Generate production-quality Dify workflow DSL/YAML files (v1.12+, 22+ node types) skills/dify-workflow-builder/SKILL.md

Installation

Replace ~/.agents/skills/ with the skills directory for your agent:

  • Warp: ~/.agents/skills/
  • Claude Code: ~/.claude/skills/
  • Cursor: ~/.cursor/skills/
  • GitHub Copilot: ~/.copilot/skills/
  • Codex: ~/.codex/skills/
  • Gemini CLI: ~/.gemini/skills/

Install a single skill

# Example: install dify-workflow-builder
git clone https://github.com/R3flector/skills.git /tmp/r3f-skills
cp -r /tmp/r3f-skills/skills/dify-workflow-builder ~/.agents/skills/dify-workflow-builder
rm -rf /tmp/r3f-skills

Install all skills

git clone https://github.com/R3flector/skills.git /tmp/r3f-skills
cp -r /tmp/r3f-skills/skills/* ~/.agents/skills/
rm -rf /tmp/r3f-skills

Adding a new skill

  1. Create skills/<skill-name>/SKILL.md with frontmatter:
    ---
    name: skill-name
    description: What this skill does.
    ---
  2. Add supporting files in the same directory
  3. Update this README's table

License

MIT

About

Generate production-quality Dify workflow DSL files with precise Pydantic-based node schemas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages