Plugins are JavaScript bundles in .moss/plugins//. They attach to five stages of the build pipeline — transforming content, injecting into template slots, deploying, or syndicating.
Each plugin has a manifest describing its capabilities and configuration.
.moss/plugins/my-plugin/
├── manifest.json
├── main.bundle.js
└── icon.svg