I've been trying to organize and save my llm prompts across various apps, it didn't feel natural, so I decided build a solution for this minor problem.
Prompt Lib allows you to:
- Generate Prompts for a topic
- Save and share them with others
- Chain multiple prompts together
- Use variables in prompts
- Prompt Versioning (Coming Soon)
- Run your prompts in an LLM directly (Coming Soon)
And the fun part is that I've built this application in 3 days with the help of AI. Although I have 12 years of development experience, that was simply impossible in the past. What a time to be alive!
It'll be free for up to 10 prompts, I hope you find it useful!
So I built Agent Sessions, a desktop app written in Rust that shows all your running Claude Code sessions in one place.
Feel free to check it out at: https://github.com/ozankasikci/agent-sessions
Note: it currently only works for Claude Code agents and macOS.