prompt-improver
SKILL.md
Purpose
Transform vague, ambiguous prompts into rich, well-structured prompts. Uses Anthropic's prompt improvement capabilities when available, with graceful fallback to the current LLM.
How it works:
- User provides a vague prompt (e.g., "critique this doc")
- Skill improves the prompt using best available method
- Executes the improved prompt and returns results
- User sees the answer without seeing the improved prompt (unless flags are set)
Arguments
$PROMPT - The prompt to improve (required) $FEEDBACK - Optional feedback on what to improve (e.g., "Make it more detailed", "Add examples", "Focus on clarity") $TARGET_MODEL - Optional target model for the improved prompt (defaults to current model) $SYSTEM - Optional system prompt to improve alongside the user prompt