Ask HN: How do you store your (LLM) prompts?
5 comments
I use Cursor since it has direct access to your disk. I have it write plans, which are prompts for it to follow, into markdown files.
I wrote a "workbook" article [0] about my exact planning process just a couple days ago.
[0] You Are Bugs: Improving Your Code with AI Agents | https://levelup.gitconnected.com/you-are-bugs-improving-your...
I wrote a "workbook" article [0] about my exact planning process just a couple days ago.
[0] You Are Bugs: Improving Your Code with AI Agents | https://levelup.gitconnected.com/you-are-bugs-improving-your...
Obsidian
Do you re-arrange them with folders or tags?
Do you manage to keep them organized ?
I'm curious how others handle this:
- Where do you store your prompt library?
- Do you use any specific tools or just plain text files?
- For those in companies: how do you share prompts with your team?
Would love to hear what's working for you.