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 of the Dify codebase to investigate (default:
main). - Check if the user has a specific doc page in mind for the rewrite.
Codebase location: The Dify codebase is typically available as an additional working directory. If not, ask the user for the path.
Pull latest code before investigating. In the Dify codebase directory:
git fetch origin && git checkout main && git pull origin main
If the user specified a different branch, substitute accordingly.
GitHub repo: langgenius/dify
Related skills