
Promptbetter Marketplace
- Updated March 2, 2026
- anirudhmakhana/promptbetter-claude
PromptBetter is a Claude Code plugin that adds a prompt preview-and-approval gate before execution so developers can review and control the exact instruction sent to the model.
About
promptbetter-marketplace distributes PromptBetter, a Claude Code plugin that inserts a prompt preview-and-approval gate before the agent executes your instruction. At runtime the hook surfaces a Proposed Prompt and waits for explicit PB_APPROVE, PB_ORIGINAL, or PB_EDIT control input. Install it when you want tighter human oversight of what actually gets sent to the model during iterative coding sessions.
- Transparent Proposed Prompt preview before Claude runs
- Claude hook reads stdin JSON and recent transcript turns
- Configurable rewrite policy and context turn depth
- Marketplace packaging via promptbetter-marketplace
Promptbetter Marketplace by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add anirudhmakhana/promptbetter-claudeAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | March 2, 2026 |
|---|---|
| Repository | anirudhmakhana/promptbetter-claude ↗ |
How do you stop Claude Code from running a rewritten or over-broad prompt before you have seen and approved it?
Gate Claude Code prompts behind a preview-and-approval hook so you approve, keep, or edit the proposed prompt before execution.
Who is it for?
Developers who want explicit approve-or-edit control over agent prompts with conservative rewrite policies.
Skip if: Teams that want fully autonomous prompt rewriting with no human gate on every turn.
What you get
Each hooked turn shows a Proposed Prompt and proceeds only after you choose approve, original, or edited text.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What controls can I send after preview?
The flow documents PB_APPROVE, PB_ORIGINAL, and PB_EDIT with your edited prompt text.
How is it distributed?
The repo ships claude-plugin.json and marketplace.json for marketplace install as promptbetter@Promptbetter Marketplace.
Can I tune behavior?
Yes—promptbetter config supports settings like rewrite.policy and context.turns per the README.