What problem does it solve?
This Skill helps you draft and edit Dify CLI documentation that stays consistent with repository writing standards and matches the actual shipped behavior of difyctl. It reduces the risk of publishing incorrect commands, unsupported edition details, or duplicated guidance across the CLI doc set.
Core Features & Use Cases
- CLI doc authoring guidance: Provides a structured workflow for writing pages under en/cli/, including page structure, command reference sections, and task-oriented openers.
- Code-verified accuracy: Requires behavior claims to be checked against the langgenius/dify cli source on origin/main, helping prevent drift from unofficial branches or outdated README content.
- Edition and ownership rules: Enforces CE-first documentation, Cloud badging rules, and content ownership so shared concepts are documented once and linked elsewhere.
- Use Case: When updating a difyctl command page, use this Skill to mirror the right page pattern, verify flags and exit behavior in source code, and keep the content aligned with Dify's CLI documentation conventions.
Quick Start
Ask the AI to draft or revise an en/cli/ page for difyctl and verify every command behavior against the langgenius/dify cli source on origin/main.