open-design/plugins
pftom 9e196d34af feat(daemon, web): enhance plugin sharing workflows and UI components
- Updated the plugin sharing prompts to utilize local daemon endpoints for publishing to GitHub and contributing to Open Design, streamlining the user experience.
- Refactored the `PluginsView` and `PluginShareMenu` components to support new sharing functionalities, including confirmation modals and improved link handling.
- Enhanced the CSS styles for the plugin share confirmation modal and related UI elements for better visual consistency.
- Added tests to verify the functionality of the new sharing workflows and ensure proper integration within the existing plugin management system.

This update significantly improves the plugin sharing experience, making it easier for users to publish and contribute their plugins effectively.
2026-05-13 14:35:09 +08:00
..
_official feat(daemon, web): enhance plugin sharing workflows and UI components 2026-05-13 14:35:09 +08:00
community feat(daemon, web): enhance plugin sharing workflows and UI components 2026-05-13 14:35:09 +08:00
AGENTS.md feat(web): standardize plugin terminology and enhance UI components 2026-05-13 12:19:29 +08:00
README.md feat(web): standardize plugin terminology and enhance UI components 2026-05-13 12:19:29 +08:00

Open Design Plugins

This directory has two different jobs:

  • _official/ - first-party plugins bundled with Open Design. The daemon scans this tree at startup and registers these plugins as official.
  • community/ - the public authoring kit for people and agents who want to build plugins, test them, publish them, or open a PR back to Open Design.

The common contract is the same everywhere: a plugin is a portable agent skill folder with a SKILL.md, plus an optional open-design.json sidecar that gives Open Design marketplace metadata, inputs, previews, pipelines, and trust/capability hints.

Start here: