HN user

thijsverreck

42 karma
Posts11
Comments18
View on HN

Good points and indeed thinking about this quite a bit. Currently leaning towards a CLI first approach so that Claude/Cursor/[insert coding agent] can configure and control the ide. Feels a bit meta, but also makes it extremely user-friendly.

most surprising was that something this lightweight made such a big impact on my productivity. its really nice to have persistent Claude teams on my remote machines that I can always access no matter what.

Hey HN! :)

I've been building with AI coding tools for about two years and kept hitting the same problem: every session starts fresh. You explain your project, build something, close the laptop, then do it all again tomorrow.

Tried fixing it with better prompts. Didn't help. The issue was organizational, not instructional.

So I made three folders: context (reference files), plans (numbered prompts for multi-session work), and messages (agent coordination). No plugins, no infra, just markdown files.

It's simple but it changed how much I actually ship. Open sourced it in case others have the same problem.

Hey HN!

I've created this OSS Prompt Builder for SaaS. Comes with a nifty link sharing feature and a good selection of presets that were useful for me when using ChatGPT/Claude for my SaaS business.

Command + K opens the command bar to interact quickly and generate prompts!

Feel free to fork, hack away or submit issues/PRs.