.agent/skills/doc-mirror-sync/SKILL.md
Automatically synchronizes plugin READMEs to the official documentation directory (docs/). Use after editing a plugin's local documentation to keep the MkDocs site up to date.
npx skillsauth add fu-jie/openwebui-extensions doc-mirror-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automates the mirroring of plugins/{type}/{name}/README.md to docs/plugins/{type}/{name}.md.
Use this mode when the request is "only sync docs".
docs/plugins/**.plugins/**.py) unless explicitly requested.docs/plugins/{type}/index.md.python .github/skills/doc-mirror-sync/scripts/sync.py
cp plugins/<type>/<name>/README.md docs/plugins/<type>/<name>.md
cp plugins/<type>/<name>/README.md docs/plugins/<type>/<name>.md
cp plugins/<type>/<name>/README_CN.md docs/plugins/<type>/<name>.zh.md
README.md -> .md mirror.README.md and README_CN.md.development
Commit and push code to GitHub, then publish to OpenWebUI official marketplace without updating version. Use when fixing bugs or optimizing performance that doesn't warrant a version bump.
tools
Automatically publishes plugin update posts to openwebui.com.
tools
Automates version upgrades and changelog synchronization across 7+ files (Code, READMEs, Docs). Use when a plugin is ready for release to ensure version consistency.
tools
Automotive deployment and testing of GitHub Copilot SDK Pipe plugin for frontend/backend status stability.