From prompt-optimizer
Analyzes an AI prompt for clarity, specificity, and completeness, scoring each dimension and providing ranked improvement recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/prompt-optimizer:analyze-promptThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /analyze-prompt - Analyze AI Prompt Analyze an AI prompt for clarity, effectiveness, and potential issues. ## Steps 1. Read the prompt text provided by the user 2. Assess prompt structure: system instruction, context, task, format, examples 3. Check for clarity: ambiguous language, vague instructions, missing context 4. Evaluate specificity: are constraints clearly defined (length, format, tone) 5. Identify missing elements: examples, output format, edge case handling 6. Check for conflicting instructions that could confuse the model 7. Assess the prompt length: too short (underspecifi...
Analyze an AI prompt for clarity, effectiveness, and potential issues.
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin prompt-optimizer8plugins reuse this command
First indexed Mar 30, 2026
Showing the 6 earliest of 8 plugins
/analyze-promptAnalyzes an AI prompt for clarity, specificity, and completeness, scoring each dimension and providing ranked improvement recommendations.
/improve-promptAnalyzes an AI prompt for clarity, specificity, and effectiveness, then rewrites it with structured sections. Outputs a side-by-side comparison with a quality score.
/prompt-improveAnalyzes a prompt for clarity, specificity, and token efficiency, then rewrites it according to expert best practices.
/check-promptEvaluates AI prompt quality across 6 categories and suggests improvements. Supports --deep, --fix, --category, and --score flags.
/check-promptEvaluates AI prompt quality across 6 categories (structure, execution, restrictions, quality, roles, improvement) and suggests fixes. Supports --category, --score, --fix, and --deep flags.
/check-promptEvaluates AI prompt quality across 6 categories, identifies issues, and suggests improvements. Supports --deep, --fix, --score, and --category flags.