develop-wework-plugin

Featured

Create, 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

View on GitHub

Quality Score: 89/100

Stars 20%
98
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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