develop-wework-plugin
FeaturedCreate, extend, and debug Wework Core DSH plugins and their optional nested Codex plugins. Use when the user asks to develop a Wework plugin, add a Wework UI extension, create a Skill inside that plugin, or diagnose it in the isolated plugin-development instance.
AI & Automation 848 stars
139 forks Updated today Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Develop a Wework plugin
Treat the Wework package as the outer delivery unit. It may declare a nested
Codex plugin through `wework.codexPlugin`; the Codex plugin must never own or
gate the Wework plugin.
## Use the bundled development kit
This Skill includes the complete public Wework extension catalog, one
exhaustive smoke-test plugin, three focused API references, and three
product-oriented showcase plugins:
- Read [references/extension-points.md](references/extension-points.md) before
choosing a UI surface. It documents descriptor fields, component props, and
the browser-module boundary.
- Inspect [assets/ui-extension-demo](assets/ui-extension-demo) before writing a
low-level UI contribution.
- Inspect [assets/reference-plugins](assets/reference-plugins) for runnable,
independently installable examples of Composer augmentation, persistent
workflow UI, website navigation, and typed desktop-host integration. For a
left-navigation button that opens a website in the Wework built-in browser,
start from `sidebar-browser-panel-demo`. Copy only the closest example into
the user's writable project, then delete every contribution the plugin does
not need.
- Start with [assets/showcase-plugins](assets/showcase-plugins) when the user
wants a product-quality example. Workspace Copilot, Test Explorer, and Dev
Environments represent popular AI-assistant, testing, and
development-environment categories with deliberately different interaction
models.
- Never ...
Details
- Author
- wecode-ai
- Repository
- wecode-ai/Wegent
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
wework-plugin-creator
Create or extend Wework plugins, including native Connector login and account authentication for reuse on cloud devices. Use for Wework Plugin Creator tasks; preserve the selected Task workspace or managed personal marketplace.
848 Updated today
wecode-ai AI & Automation Listed
create-plugin
当用户想创建或改造 OneWorks plugin,实现界面入口、按钮、tab、launcher 搜索、server 命令、scoped API 或本地服务时,先理解目标效果;需求不明确时列出不确定点让用户确认,再转成 manifest、前端入口、server 入口和验证步骤。
18 Updated 1 weeks ago
oneworks-ai