What problem does it solve?
This Skill removes the guesswork from documenting Dify environment variables by tracing each setting back to the codebase, verifying its real behavior, and translating it into clear user-facing guidance.
Core Features & Use Cases
- Code-traced documentation: Follows each variable through Dify source files so the docs reflect actual runtime behavior, defaults, and fallbacks.
- Deployment-focused explanations: Explains what breaks when a variable is empty, misconfigured, or removed, which is critical for self-hosted deployments.
- Doc quality control: Helps audit existing environment variable pages for missing entries, default mismatches, and variables that should be ignored.
- Use case: A release engineer can use this Skill to update environment variable docs after a Dify upgrade and keep the documentation aligned with the current .env.example files.
Quick Start
Ask me to analyze the Dify environment variable docs and produce a code-traced explanation or update for any variable you specify.