From ai-prompt-lab
Analyzes and improves AI prompts by evaluating clarity, specificity, context, constraints, and examples, then rewrites with structured sections.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-prompt-lab:improve-promptThe summary Claude sees in its command listing — used to decide when to auto-load this command
Analyze and improve an AI prompt for clarity, specificity, and effectiveness.
## Steps
1. Read the provided prompt or command definition.
2. Evaluate against prompt quality dimensions:
- **Clarity**: Is the instruction unambiguous?
- **Specificity**: Does it define the expected output format?
- **Context**: Does it provide enough background information?
- **Constraints**: Are boundaries and rules clearly stated?
- **Examples**: Are there concrete examples of good output?
3. Identify common issues:
- Vague verbs ("handle", "process", "manage") without specifics.
- Miss...Analyze and improve an AI prompt for clarity, specificity, and effectiveness.
Prompt Analysis:
Clarity: <1-5>/5
Specificity: <1-5>/5
Context: <1-5>/5
Issues found:
- <issue description>
Improved prompt:
<rewritten prompt>
Changes made:
- <what was improved and why>
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin ai-prompt-lab/improve-promptAnalyzes and improves AI prompts by evaluating clarity, specificity, context, constraints, and examples, then rewrites with structured sections.
/optimize-promptRewrites an AI prompt with structured sections, specific instructions, and guardrails, then explains each change made.
/prompt-improveAnalyzes a prompt for clarity, specificity, and token efficiency, then rewrites it according to expert best practices.
/reprompt-oratorOptimizes a prompt for clarity, structure, and effectiveness using 8 Anthropic techniques, returning a 7-dimension score and restructured prompt.
/promptifyOptimizes input prompts for clarity and effectiveness using optional +ask, +deep, +web modifiers. Outputs refined prompt in code block, copies to clipboard, and brief explanation.
/check-promptEvaluates AI prompt quality across 6 categories, identifies issues, and suggests improvements. Supports --deep, --fix, --score, and --category flags.