Prompt Enhancer
Turns a vague '-e'/'--enhance'-flagged request into a structured INTENT/ACTION spec using session memory.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 348515c
The SKILL.md that matches the catalog description sits five folders deep inside another skill's own internal routing index (ai-specialist/references/domains/prompt-engineering/prompt-enhancer) and is never listed as an installable skill in the repo's own README, which only documents copying the 18 top-level specialist folders — real friction, even though the file itself copies out clean and self-contained.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Prompt Enhancer does
A memory-only, tool-free (allowed-tools: none) prompt transformer that detects the -e or --enhance flag in user input and rewrites vague asks like 'fix login' into a dynamic-field spec (INTENT, ACTION, and optional TECH STACK/CONTEXT/ATTENTION/METRICS/DEPENDENCIES) pulled from conversation history rather than file reads. It is meant to trigger only on the explicit flag, not on general vague phrasing.
How to install Prompt Enhancer
git clone https://github.com/Prorise-cool/prorise-claude-skills
cd prorise-claude-skills
mkdir -p ~/.claude/skills
cp -r .claude/skills/ai-specialist/references/domains/prompt-engineering/prompt-enhancer ~/.claude/skills/prompt-enhancer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Prompt Enhancer
-
/prompt-enhancerTurns a vague '-e'/'--enhance'-flagged request into a structured INTENT/ACTION spec using session memory.
It also activates on plain-language prompts like these:
-
-e fix login, turn this into a structured intent and action spec -
--enhance add a search bar, expand this into a detailed spec -
-e clean up the dashboard, turn this into full requirements
Frequently asked questions
- Is the Prompt Enhancer skill free?
- Yes. The skill itself is free from Prorise-cool/prorise-claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Prompt Enhancer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. The SKILL.md that matches the catalog description sits five folders deep inside another skill's own internal routing index (ai-specialist/references/domains/prompt-engineering/prompt-enhancer) and is never listed as an installable skill in the repo's own README, which only documents copying the 18 top-level specialist folders — real friction, even though the file itself copies out clean and self-contained.
- What is the Prompt Enhancer SkillProof Score?
- 8.8/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Prompt Enhancer?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Prompt Enhancer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.