dify-docs-feature-research
Installation
SKILL.md
Dify Feature Research
Pre-writing research that combines codebase analysis with community feedback to ensure documentation is grounded in both technical reality and actual user needs.
Before Starting
- Ask the user which feature, node, or area to research.
- Confirm which branch to investigate (default:
mainfor both repos). - Check if the user has a specific doc page in mind for the rewrite.
Codebase location: Dify's backend logic is split across two repos.
| Repo | Local path (typical) | GitHub | Owns |
|---|---|---|---|
| dify | ~/Documents/Work/Dify Repo/dify |
langgenius/dify |
API, web, orchestration, integration nodes (Agent, Knowledge, Datasource, Trigger), Celery tasks |
| graphon | ~/Documents/Work/Dify Repo/graphon |
langgenius/graphon |
Graph engine, runtime, model_runtime, built-in workflow nodes, HTTP/file/protocols |
If either is missing as a working directory, ask the user for the path.