Skip to content

Jinx2000/dify_chatflow_skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Dify Chatflow Skill

This repository contains a Codex skill for generating Dify advanced-chat chatflow DSL files from natural-language requirements.

Included skill

  • dify-advanced-chatflow-dsl/

The skill is designed to:

  • map user intent to a reusable chatflow logic template
  • draft an intermediate logic-flow markdown file
  • translate that flow into a node architecture
  • generate a Dify DSL draft step by step
  • review the draft against runnable examples, sketches, and node DSL specs

Main contents

  • SKILL.md
    • the core workflow and execution rules for the skill
  • agents/openai.yaml
    • skill metadata for Codex
  • references/logic-templates/
    • reusable flow templates
  • references/node-knowledge/
    • concise node behavior notes
  • references/node-dsl-specs/
    • node-by-node DSL encoding guidance plus the top-level wrapper spec
  • references/validated-dsl-examples/
    • runnable examples, structural sketches, and the review rubric

Intended use

Install or copy dify-advanced-chatflow-dsl/ into a Codex skills directory such as:

~/.codex/skills/

Then invoke it in a Codex conversation when you want to generate or refine a Dify chatflow DSL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors