dms_tailscalectl/skills/dms-plugin-dev/templates/widget-bar/plugin.json
vybe 01ac7e9041 feat: add dms-plugin-dev agent skill for Dank Material Shell plugin development
- 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.
2026-05-24 09:31:06 +00:00

13 lines
No EOL
412 B
JSON

{
"id": "exampleBarWidget",
"name": "Example Bar Widget",
"description": "Minimal generic starter for a DankBar widget with settings. Copy and customize.",
"version": "0.1.0",
"author": "DMS Plugin Skill",
"icon": "widgets",
"type": "widget",
"capabilities": ["dankbar-widget"],
"component": "./Widget.qml",
"settings": "./Settings.qml",
"permissions": ["settings_read", "settings_write"]
}