#450 · Primary category: AI Coding Assistants
promptr
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
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.