Get listed as an example
Write a boot.md or a registry entry — the registry is a public GitHub repo,pkozanian/promptboot. Every example is one JSON entry; merging a PR publishes it here automatically.
- 1
Use the submit form
The easiest path: the form validates your entry against the schema live and opens a pre-filled PR for you.
Open the submit form → - 2
Or write a boot.md — and the entry by hand
Host a boot.md on your domain following the standard, then create boots/<your-slug>.json following the registry entry format, run npm run validate locally, and open a PR.
Read the standard → - 3
Pass review
CI validates the schema and lints the prompt. A maintainer then reviews it: the prompt must match its security declaration, artifact URLs must serve what they claim, and nothing may be obfuscated.
- 4
Get the badge
Once merged, your example page is live at promptboot.ai/examples/<slug>. Add the “Install with your AI” button next to your download links.
The one rule
Your prompt is instructions someone will paste into an agent with real permissions on their machine. It must state, in plain language, every URL it fetches and everything it writes — and yoursecurity declaration must be honest. Entries whose behavior contradicts their declaration are removed.