Marketplace config for Enhance Prompt plugin
npx claudepluginhub vodailocz/enhance-promptTransform raw prompts into professional-grade, codebase-aware instructions. Features: 7-Layer Enhancement Framework, multi-level codebase scanning, monorepo detection, multilingual support, risk assessment, and 13 professional prompt templates.
Share bugs, ideas, or general feedback.
An agentic AI skill that transforms raw, vague prompts into professional-grade, context-rich instructions — like having a prompt engineer on your team.
The moment you invoke /enhance-prompt, it doesn't just rewrite your words. It steps back and scans your codebase to understand what you're actually building.
It pulls your tech stack, dependencies, file structure, patterns, and constraints — then injects that real context into a structured, professional prompt.
Every enhanced prompt includes a before/after quality score (out of 35), risk assessment, difficulty estimate, and a clean copy-ready version.
Install once. Works across Claude Code, Cursor, Codex, and OpenCode.
/plugin marketplace add VoDaiLocz/enhance-prompt
/plugin install enhance-prompt@enhance-prompt
In a Cursor Agent conversation:
/plugin-add enhance-prompt
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/VoDaiLocz/Enhance-Prompt/main/.codex/INSTALL.md
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/VoDaiLocz/Enhance-Prompt/main/.opencode/INSTALL.md
cp -r skills/enhance-prompt/ ~/.gemini/antigravity/skills/enhance-prompt/
Start a new session and type:
/enhance-prompt Fix the login page
The agent will automatically invoke the skill, scan your codebase, and produce a professional enhanced prompt.
/enhance-prompt <your raw prompt>
Examples:
/enhance-prompt Fix the bug in auth
/enhance-prompt Add caching to the API
/enhance-prompt Refactor the user service
/enhance-prompt optimize the database
Raw prompt: Fix the bug in auth
Enhanced:
## Context
Next.js 14 App Router + TypeScript. Auth via `next-auth` v5 in `src/lib/auth.ts`.
Prisma adapter. Session breaks after form submit in `src/app/(auth)/login/page.tsx`.
## Task
1. Debug `signIn()` callback at `auth.config.ts:25`
2. Fix session persistence in `SessionProvider` wrapper
3. Verify redirect logic in `middleware.ts` callbacks
## Constraints
- ✅ Follow existing patterns in `src/middleware.ts`
- ✅ TDD: write failing test first
- ❌ Don't modify Prisma schema
## Verification
- [ ] Valid login → redirects to `/dashboard`
- [ ] Invalid login → shows error toast
- [ ] Session persists after page refresh
Score: 6/35 → 34/35
Every enhanced prompt includes:
| Section | Description |
|---|---|
| 🏷️ Detected Category | Auto-detected intent with confidence level |
| 📊 Enhancement Summary | Before/After score table (7 dimensions, /35) |
| 🔴 Original Prompt | The raw input |
| 🟢 Enhanced Prompt | Context + Task + Constraints + Output + Verification |
| ⏱️ Difficulty Estimate | Complexity, time, risk, files affected |
| ⚠️ Risk Assessment | High/Medium/Low risks with mitigation |
| 🔀 Alternative Approaches | Options with pros/cons |
| 🔗 Prompt Chain | Decomposed sub-prompts for multi-intent inputs |
| 📋 Copy-Ready Prompt | Clean version, paste anywhere |