The following steps show how to add new prompts:
  1. Place a Markdown file in the prompts directory. Use a short descriptive name and the .md extension.
  2. Do not embed secrets in the prompt file. Treat prompts as assets that can eventually be made public.
  3. Restart the server to load the new file. Hot reload is not supported.