Skill Claude CodeCodex
Drafts engaging English and Chinese update announcements for the OpenWebUI Community and other social platforms. Use when a new version is released.
Skill Claude CodeCodex
Drafts engaging English and Chinese update announcements for the OpenWebUI Community and other social platforms. Use when a new version is released.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Professional English replier for GitHub issues. Use when a task is completed, a bug is fixed, or more info is needed from the user. Automates replying using the 'gh' CLI tool.
Skill Claude CodeCodex
Finds all open GitHub issues that haven't been replied to by the owner, summarizes them, and generates a solution plan. Use when the user wants to audit pending tasks or plan maintenance work.
Skill Claude CodeCodex
Validates multi-language consistency in the TRANSLATIONS dictionary of a plugin. Use to check if any language keys are missing or if translations need updating.
Skill Claude CodeCodex
Generates a standardized single-file i18n Python plugin template based on project standards. Use when starting a new plugin development to skip boilerplate writing.
Skill Claude CodeCodex
Fetches PR review comments, analyzes requested changes, implements fixes, commits and pushes the resolution. Use after a reviewer has left comments on an open PR to close the feedback loop efficiently.
Skill Claude CodeCodex
Submits a feature branch as a Pull Request with a validated, properly formatted bilingual PR body. Handles shell-escape-safe body writing via temp files. Use after release-prep has committed all changes.
Skill Claude CodeCodex
Merges a release PR, associates it with resolved issues, replies to issue reporters, and closes issues. Use after PR review is complete and ready for merge. Closes the release cycle.
Skill Claude CodeCodex
Orchestrates the full release preparation flow for a plugin — version sync across 7+ files, bilingual release notes creation, and commit message drafting. Use before submitting a PR. Does NOT push or create a PR; that is handled by pr-submitter.
Skill Claude CodeCodex
Instructions for analyzing core components source code in the local environment.
Skill Claude CodeCodex
Automotive deployment and testing of GitHub Copilot SDK Pipe plugin for frontend/backend status stability.
Skill Claude CodeCodex
Automates version upgrades and changelog synchronization across 7+ files (Code, READMEs, Docs). Use when a plugin is ready for release to ensure version consistency.
Cursor rule Cursor
Full details in COOPERATION.md.
Skill Claude CodeCodexGemini CLI
Automatically publishes plugin update posts to openwebui.com.
Agent
Parallel dispatch hub for plugin development tasks under the Orchestrator. Dispatches code, docs, testing, and release work to specialized sub-agents.
Agent
Handles all documentation for plugin changes in parallel with code implementation. Updates README, READMECN, docs mirrors, and standalone version files.
Agent
The single top-level entry point for ALL tasks in openwebui-extensions. Covers the complete project lifecycle: new plugin scaffolding, feature development, testing, documentation, release, issue triage & reply, community announcements, and self-learning. Routes to the right agents and skills in parallel or…
Agent
Implement plugin code changes in parallel with Doc Writer. Follows the approved plan with strict project standards. No sequential handoffs.
Agent
Analyze requirements and produce a parallel dispatch brief for the Coordinator. Plans independent tracks for code, docs, and review — no sequential handoffs.
Agent
Perform strict repository-aligned code review for OpenWebUI plugin changes. Works in parallel with Implementer and Doc Writer. No sequential handoffs.
Agent
End-to-end plugin testing agent for OpenWebUI. Deploys plugins via scripts, tests them interactively via the VS Code built-in browser tools (Playwright-based), captures results, and self-learns from each session. Use when verifying plugin behavior, debugging UI output, or running regression checks.
Agent
Finalizes version bumps, creates standalone version docs, and drafts bilingual commit messages. Only triggered by Orchestrator or Coordinator when user says "发布" / "release" / "commit". Never commits or pushes without explicit approval.
Agent
Chief Architect for OpenWebUI Extensions. Analyzes architecture, triages complex requests, and hands execution-ready work to Plugin Planner. Does NOT implement — only analyzes, plans, and reviews.