- update plugin README badge rows and mirrored docs - sync README template and scaffolder guidance Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3.5 KiB
name, description, applyTo
| name | description | applyTo |
|---|---|---|
| Plugin Documentation | Use when writing or updating plugin README files, mirrored docs pages, bilingual release notes, or other user-facing documentation for plugins. | plugins/**/README*.md |
Plugin Documentation Standards
Delivery Language
- Plugin directories must keep both
README.mdandREADME_CN.md - When a task includes docs, guides, announcements, release notes, or development docs, prepare both English and Chinese versions for review unless the user explicitly asks for single-language delivery
- Even if only English is committed, provide a Chinese review draft in the conversation when documentation is part of the work
README Structure
Use this order for plugin READMEs:
- Title with icon
- README header
- One-sentence description
What's Newwith only the latest updateKey FeaturesHow to Use- Configuration or Valves table
- Support section
- Other sections such as examples, template notes, troubleshooting, or changelog link
README Header
Do not use the old pipe-separated metadata line.
Use a compact two-part header:
- A full-width two-column line with author/version on the left and the star link on the right
- A single-row live badge table with no visible text header
English example:
| By [Fu-Jie](https://github.com/Fu-Jie) · vx.y.z | [⭐ Star this repo](https://github.com/Fu-Jie/openwebui-extensions) |
| :--- | ---: |
|  |  |  |  |  |  |  |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
Chinese example:
| 作者:[Fu-Jie](https://github.com/Fu-Jie) · vx.y.z | [⭐ 点个 Star 支持项目](https://github.com/Fu-Jie/openwebui-extensions) |
| :--- | ---: |
|  |  |  |  |  |  |  |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
Guidelines:
- Keep the author link pointing to
https://github.com/Fu-Jie - Keep the star link pointing to the repository root
- Put the version on the left-side author line as plain text (
vx.y.z), not as a badge - Use live badges for followers, points, plugin contribution count, total plugin views, total plugin downloads, and total plugin saves
- Keep the
Topbadge compact; use the current project standard for its source - Do not add a visible label header row above the badges
Support Section
Use the repository-standard support wording.
English:
If this plugin has been useful, a star on [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions) is a big motivation for me. Thank you for the support.
Chinese:
如果这个插件对你有帮助,欢迎到 [OpenWebUI Extensions](https://github.com/Fu-Jie/openwebui-extensions) 点个 Star,这将是我持续改进的动力,感谢支持。
Mirror and Sync Rules
When plugin documentation changes, keep these layers aligned as needed:
- Plugin-local README files under
plugins/ - Mirrored docs pages under
docs/plugins/ - Plugin index pages under
docs/plugins/<type>/index.mdandindex.zh.md - Root
README.mdandREADME_CN.mddate badge when preparing a release
Use the doc-mirror-sync skill when the task includes mirroring plugin READMEs into docs/.
Changelog Handling
- Keep detailed changelog history in GitHub release history or dedicated docs
- In README files, keep
What's Newfocused on the latest version only