Transform vague AI prompts into clear, specific instructions
Powered by Augment SDK with codebase context awareness
- ✨ Smart Enhancement - Transforms vague prompts into detailed instructions
- 🧠 Codebase Aware - Uses your project context for better results
- 📝 Custom Templates - Create and save your own system prompts
- 📋 Auto Copy - Enhanced prompt copied to clipboard instantly
From VS Code Marketplace:
Search "Prompt Enhancer" in Extensions (Ctrl+Shift+X)
Or from VSIX:
code --install-extension prompt-enhancer-0.1.0.vsixnpm install -g @augmentcode/auggie@prereleaseauggie loginCtrl+Shift+P → "Reload Window"
- Click ✨ Enhance in status bar (bottom-right)
- Type your prompt
- Click Enhance Prompt
- Paste with
Ctrl+V
Create your own system prompts for different use cases:
| Button | Action |
|---|---|
| ⚙️ | Edit current template |
| + | Create new template |
| Dropdown | Switch between templates |
Templates are saved locally and persist across sessions.
| Issue | Fix |
|---|---|
| CLI not found | npm install -g @augmentcode/auggie@prerelease |
| Auth error | auggie login |
| Not working | Reload VS Code |
MIT