Add your Prompt Boot

The registry is a public GitHub repo —pkozanian/promptboot. Every boot is one JSON file; merging a PR publishes it here automatically.

  1. 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. 2

    Or write the JSON by hand

    Create boots/<your-slug>.json following the spec, run npm run validate locally, and open a PR.

    Read the spec →
  3. 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. 4

    Get the badge

    Once merged, your boot page is live at promptboot.ai/boots/<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.