- Introduces a general-purpose opencode skill to help agents build, debug, and publish DMS plugins. - Includes orientation, decision trees (plugin types), condensed cheat sheets, ecosystem map, and four generic vertical-slice starter templates (bar widget, popout widget, launcher, desktop widget). - Skill is versioned here for this project while remaining available as a global opencode skill. - Updated .gitignore to ignore globally-installed copies of the skill. Written by AI agent working for @jtmorris. Model: grok-build-0.1.
14 lines
No EOL
458 B
JSON
14 lines
No EOL
458 B
JSON
{
|
|
"id": "exampleDesktopWidget",
|
|
"name": "Example Desktop Widget",
|
|
"description": "Minimal free-floating desktop layer widget. User can drag and resize it.",
|
|
"version": "0.1.0",
|
|
"author": "DMS Plugin Skill",
|
|
"icon": "desktop_windows",
|
|
"type": "desktop",
|
|
"capabilities": ["desktop-widget"],
|
|
"component": "./DesktopWidget.qml",
|
|
"settings": "./Settings.qml",
|
|
"permissions": ["settings_read", "settings_write"],
|
|
"requires_dms": ">=1.2.0"
|
|
} |