#450 · Primary category: AI Coding Assistants

promptr

ai chatgpt cli codegen coding-assistant command-line gpt-4 gpt-4o gpt4 gpt4o javascript openai prompt-engineering prompt-toolkit prompt-tuning

Promptr is a CLI tool that applies plain language instructions to the filesystem. Instructions can utilize a liquidjs based templating system. Use cases include refactoring, code generation, and experimentation.

Project last updated:04/24/26

GitHub Stars

949

Forks

35

Contributors

6

License

MIT

Why we included this project

Promptr sits somewhere between a plain query and a full agent platform: you write a natural-language instruction, name the files it should touch, and the CLI sends the prompt along with the file contents to an OpenAI model, then writes the returned changes directly to disk. What makes it worth a closer look is the liquidjs templating layer. You can define reusable include files that encode your project's conventions, things like package manager, import style, or naming rules, so the model's edits follow your local standards instead of its own guesses. That turns it into a practical tool for repetitive refactoring and boilerplate generation while keeping the whole loop inside your normal git workflow. The suggested routine is simple: commit before you run it, then inspect each change in your git UI before anything lands.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category