Hacker News new | ask | show | jobs
Built a small tool to decouple prompts from code (github.com)
1 points by cepstrum9 181 days ago
1 comments

hey all, while working on a SaaS im building, I had the need to decouple my prompts for code, so i could manage & organise them better, and I ended up building a small CLI tool to do that. the idea is that you can store prompts in yaml, version them and programmatically use them by ID. thats it, lmk what you think!