Claude Code Plugin

PromptOps

Evaluate, improve, test, and run your prompts — all in one session. No setup required.

/ plugin install promptops@harmansidhudev/promptops copy

Five commands. One session.

/evaluate
/improve
/regression
/test
/run

What you get

/evaluate
Score any prompt 1–5 across five dimensions. See the top 3 issues with copy-paste fixes. Shows previous score if one exists.
/improve
Paste a rough prompt, get a polished version with schemas, guardrails, and zero filler. Auto-suggests splitting into phases when the result is too complex.
/regression
Compare old vs new. See what improved, what regressed, and whether it's safe to ship. Validates against your golden dataset.
/test
Run your prompt against every golden test case. See pass/fail results, failure patterns, and suggested fixes.
/compare
Benchmark across Opus, Sonnet, Haiku, GPT-4o. Per-run cost, daily cost, routing rules. Supports custom pricing via config.
/run
Execute the winning prompt for real. Delivers actual output, not another evaluation. Works across sessions.

See the loop

Claude Code — promptops
> /evaluate You are a code reviewer. Find bugs.

Prompt Evaluation1.8/5.0
Structure 2/5 · Specificity 2/5 · Output Control 1/5
Error Prevention 1/5 · Testability 2/5

1. [Output Control] No format specified. Fix: add JSON schema
2. [Error Prevention] No guardrails. Fix: add "Do NOT" patterns
3. [Specificity] Too vague. Fix: add role framing + constraints

> /improve You are a code reviewer. Find bugs.

Improved Prompt1.8 → 4.2
+Structure · +Output Control · +Error Prevention · −Filler

> /run
Running the improved prompt now...

Skills that work in the background

auto-invoked

Prompt Quality Check

Spots weak prompts while you write them. One-line fix when it matters. Silent when your prompt is solid.

auto-invoked

Golden Dataset Builder

Saves approved outputs as test cases. Builds evaluation data over time with zero extra effort.

auto-invoked

Prompt Complexity Check

Detects when an improved prompt is too complex for a single pass. Suggests splitting into phases to improve accuracy and reduce cost.

Get started in seconds

recommended

Claude Code

One command. Done.

/ plugin install promptops@harmansidhudev/promptops

Mac App

Clone the repo, then load it as a plugin.

Plugins → Add plugin → Upload plugin → select folder

Terminal

Point Claude to the plugin directory.

$ claude --plugin-dir ~/path/to/promptops

Try it now

Open source. No setup. Works in Claude Code terminal and Mac app.