Help us improve
Share bugs, ideas, or general feedback.
From claude-combine
Optimizes provided prompts for Claude Code without task execution, recommending ECC components and returning a ready-to-run prompt. Legacy shim; prefer prompt-optimizer skill.
npx claudepluginhub binyamineden/claude-combine --plugin claude-combineHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-combine:prompt-optimizeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Prompt Optimize (Legacy Shim) Use this only if you still invoke `/prompt-optimize`. The maintained workflow lives in `skills/prompt-optimizer/SKILL.md`. ## Canonical Surface - Prefer the `prompt-optimizer` skill directly. - Keep this file only as a compatibility entry point. ## Arguments `$ARGUMENTS` ## Delegation Apply the `prompt-optimizer` skill. - Keep it advisory-only: optimize the prompt, do not execute the task. - Return the recommended ECC components plus a ready-to-run prompt. - If the user actually wants direct execution, say so and tell them to make a normal task request...
/prompt-optimizeAnalyzes a draft prompt using 6-phase pipeline (project detection, intent/scope assessment, ECC matching), outputs optimized ECC-enriched full/quick versions with recommendations. Advisory analysis only—no execution.
/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.
/new-promptBuilds new prompts from parameters or optimizes existing ones using Anthropic's best practices, producing structured enhanced prompts with improvements.
/devkit.prompt-optimizeOptimizes input prompts for LLMs using CoT, few-shot, constitutional AI, and model-specific techniques. Saves optimized prompt to optimized-prompt.md and generates assessment report.
/reprompt-oratorOptimizes a prompt using Anthropic best practices, scoring across 7 dimensions (clarity to tone), listing applied techniques, and returning a restructured prompt.
/enhance-promptEnhances raw prompts to professional-grade instructions: scores 7 dimensions, auto-detects category, decomposes multi-intent chains, scans codebase, resolves ambiguities, applies frameworks, outputs formatted prompt with scoring and risk assessment.
Share bugs, ideas, or general feedback.
Use this only if you still invoke /prompt-optimize. The maintained workflow lives in skills/prompt-optimizer/SKILL.md.
prompt-optimizer skill directly.$ARGUMENTS
Apply the prompt-optimizer skill.