Contribution workflow

Submit a plugin through a reviewed PR.

Package your plugin, open a pull request, and include the files users need to install it.

Step 1

Develop

Build the plugin with the Go or Rust SDK and compile it to WASM.

Step 2

Package

Prepare the manifest, config schema, checksum, signature, and WASM artifact set.

Step 3

Submit

Open a pull request with the published package files and installation details.

Step 4

Review

Maintainers review the package contents, trust fields, and install guidance.

Step 5

Publish

After merge, the plugin appears in the public registry.

Required package contents

  • Name, slug, author, version, and category
  • Language or SDK target such as Go or Rust
  • Manifest and config schema files users can download directly
  • Signed WASM artifact plus checksum and signature material
  • Source repository link and release notes when relevant
  • Install instructions and operational notes

Review expectations

  • Official and community entries must be clearly distinguishable.
  • Signed artifacts should include the related checksum and signature files.
  • Installation steps should be complete enough for users to follow without extra digging.