prelo
Contribute

Submit a plugin

It's a pull request, not an upload. Plugins live as markdown files in one public repo, and your GitHub account is the byline — no separate account here.

01
Copy the template

Start from TEMPLATE.md in the repo. It has the frontmatter and the section headings already in place.

02
Write the plugin

What it adds, how it works, and the instructions your agent follows. Write the instructions so an agent needs no other context.

03
Open a PR

We review every submission by hand before it's listed. Discussion happens on the pull request.

The format

Field
Example
Notes
name
contact-form
slug; the add command and the .md URL
title
Contact form
display title
description
Contact form with spam protection…
one line; card + meta description
category
forms
content · forms · marketing · integrations · media · infrastructure
requires
prelo >= 0.4
lowest version it works against
author
github.com/handle
your GitHub handle — it's the byline
--- # plugins/booking-form.md
name: booking-form
title: Booking form
description: Appointment requests with availability windows
category: forms
requires: prelo >= 0.5
author: github.com/lena-m
---
## What this adds
## How it works
## Instructions for the agent

What we review for

Works against a clean Prelo project
No external paid services required — or clearly labeled if optional
Instructions complete enough that an agent needs no other context
Nothing destructive or obfuscated