Plugin Conventions

WHAT: Conventions for files under plugins/ - numeric load-order prefix, `command -v` guard, disable-switch contract, no-blocking-work-at-source-time. WHEN: User asks to add a new plugin, move an integration into a plugin, or debug why a plugin isn't loading. DO-NOT: Skip the `command -v` guard; perform network/subprocess work at source time; assume the plugin loads by default.

weikinhuang 64e4a54 5.9 KB Updated

File contents

weikinhuang/dotfiles/tree/main/.agents/skills/plugin-conventions commit 64e4a54885

Frequently asked questions

npx skillmds@latest add weikinhuang/plugin-conventions