severity1severity1Communityยท1 Agent Skills Included

claude-code-prompt-improver

Turn vague prompts into clear, well-researched AI coding requests

Evaluates every prompt sent to Claude Code and enriches vague ones with targeted research and clarifying questions. Injects the right context at prompt submit, tool use, and subagent start so the AI gets it right the first time. Eliminates correction round-trips caused by ambiguous requests, missing constraints, and poor task planning.
npx skills add severity1/claude-code-prompt-improver --all -g -y
Available:

Explains to the AI agent how the hook engine, JSON nudge registry, and prompt-improver skill work together so it can maintain and extend the declarative rules correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-prompt-improver?โ–ผ

Run `npx skills add severity1/claude-code-prompt-improver --all -g -y` in your terminal to install the skill globally.

What does the prompt-improver skill do?โ–ผ

It checks each prompt for clarity, and when a prompt is vague it researches your codebase and asks 1-6 targeted questions before executing, so you get a better first result.

Does it slow down clear prompts?โ–ผ

No. Clear prompts proceed immediately with zero skill overhead, and the nudges only fire when they actually apply.

Can I skip the prompt evaluation?โ–ผ

Yes. Prefix your prompt with * to bypass evaluation, or use / for slash commands and # for memory notes.

Which Claude Code version is required?โ–ผ

You need Claude Code 2.0.22 or newer, since the skill uses the AskUserQuestion tool for clarifying questions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’