Turn a one line request into a detailed, well structured prompt automatically before an AI coding tool acts on it.
Install a toggleable plugin so casual prompting gets upgraded only when you want it.
Create custom rewriting personas for domains like mobile or data engineering using the built in generator.
| wishmeh/inverter | 00kaku/gallery-slider-block | 3rd-eden/ircb.io | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | 2016-11-16 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | vibe coder | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Inverter is a tool for people who use AI coding assistants but type quick, rough instructions instead of detailed ones. It plugs into Claude Code and OpenAI's Codex CLI and rewrites a short, casual prompt into a much more precise and structured instruction before the AI acts on it. The idea is that a vague request like "fix the login page" gets turned into a detailed engineering directive that specifies the right area of expertise, such as security, frontend, backend, SEO, UX, or DevOps, so the AI has clearer guidance to work from. It is available in two forms for each supported tool: as an installable plugin that can be turned on and off, or as a standalone skill that only activates when you call it directly. Both forms come from one shared specification file, so the underlying behavior stays consistent no matter which way you install it. Once running, a user can type "/inverter" to switch into this enhanced mode, and "stop inverter" to return to normal behavior. The project also supports custom personas beyond the built in set. Using a small terminal script, a user answers three questions, such as a title and area of focus, and the tool generates a new persona file automatically, which can then be enabled without changing any of the core code. This makes it possible to add specialized rewriting styles for other domains, like data engineering or mobile development, over time. Inverter includes a control command called "go" for confirming and running actions that were paused because they are considered risky or destructive, giving the user a chance to review before anything is executed.
A Claude Code and Codex CLI plugin that rewrites quick, casual prompts into detailed, expert level engineering instructions before the AI acts.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.