Show HN: A prompt generator to help AI agents implement my new email API

mikeapple1 pts0 comments

I love building apps with Firebase but felt that, other than basic auth, app emails (notifications, billing etc) were missing. Wanting to implement a solution to this, it got me thinking about how to tell a coding agent about a new api and how to implement it. I dynamically generate an openapi spec via a script and have been playing around with using this spec to then create a prompt generator.It s not something I ve come across before and I can sort of understand why... Generating a prompt that s got enough detail to implement the api but not being too specific so it can be used in many code bases is a fine balance.I d be interesting in any feedback on my approach and my execution.

implement prompt generator spec show help

Related Articles