- 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.
8 lines
354 B
Text
8 lines
354 B
Text
# Ignore any directory named `.john` anywhere in the repository
|
|
.john/
|
|
|
|
# dms-plugin-dev skill
|
|
# The canonical version is versioned inside this repository at skills/dms-plugin-dev/
|
|
# Ignore the globally-installed copy (in ~/.config/opencode/skills/) to prevent
|
|
# accidental commits of user-local installations.
|
|
**/.config/opencode/skills/dms-plugin-dev/
|