plugins marketplace
← All plugins

prompt-improver

v0.6.1

Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment

Claude Code1 skill

by severity1MIT1.8kupdated 2 months ago

Source

git clone https://github.com/severity1/claude-code-prompt-improver

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

prompt-improver/
├── .claude-plugin/plugin.json
└── skills/prompt-improver/SKILL.md

Skills1

prompt-improverskills/prompt-improver/SKILL.md

This skill enriches vague prompts with targeted research and clarification before execution. Should be used when a prompt is determined to be vague and requires systematic research, question generation, and execution guidance.

Manifests1

.claude-plugin/plugin.json
{
  "name": "prompt-improver",
  "description": "Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment",
  "version": "0.6.1",
  "author": {
    "name": "severity1"
  },
  "license": "MIT"
}