Hacker News new | ask | show | jobs
Show HN: Promptcmd: AI prompts manager that turns prompts into runnable programs (promptcmd.sh)
4 points by tgalal 146 days ago
promptcmd is a CLI tool for composing and running LLM prompts like "native" programs.

Feedback welcome.

1 comments

Hi HN, I’m the author.

I built promptcmd because I thought prompts can be neatly integrated into CLI and look like familiar commands, rather than being run "via a tool" (explicitly).

promptcmd lets you define prompts as files, compose them, and run them like native commands.

Happy to answer questions, especially around design tradeoffs or missing features.