A beautiful Chrome extension that transforms basic prompts into optimized, professional CRISPE-formatted prompts for any AI model.
PromptGenius enhances ordinary inputs into high-quality, structured, and model-ready prompts using the CRISPE framework. Designed with a sleek UI and powerful client-side engine, it works instantly—no API keys required.
All processing happens locally in your browser.
- No API keys
- No external servers
- Zero privacy concerns
Automatically rewrites any prompt using the CRISPE methodology:
- Capacity & Role
- Response Format
- Insight (Context)
- Statement of Task
- Personality & Tone
- Examples (Optional)
- Tailwind CSS styling
- GSAP animations
- Animated streaming output
- Lucide icons
Optimize prompts for:
- OpenAI ChatGPT / GPT-4o
- Google Gemini Pro
- Anthropic Claude 3.5
Choose output tone:
- Professional
- Creative
- Technical
- Concise
A floating ✨ enhancer button appears on any text input.
Right-click selected text → Enhance with PromptGenius.
- Enter your basic prompt
- Select target AI model
- Choose tone/style
- Click "Enhance Prompt"
- Watch the CRISPE-formatted result animate
- Copy or open in provider window
Example:
Input: write a python function
Output: A complete CRISPE-formatted prompt.
- Clone or download this repository
- Open Chrome and go to
chrome://extensions - Enable Developer Mode
- Click Load unpacked
- Select the
ai-prompt-enhancerfolder
ai-prompt-enhancer/
├── background.js
├── content.js
├── popup.html
├── promptEnhancer.js
├── manifest.json
└── tests/
| Component | Description |
|---|---|
| Capacity & Role | Defines AI's identity |
| Response Format | Specifies output structure |
| Insight (Context) | Provides background |
| Statement of Task | Main instruction |
| Personality | Sets tone/style |
| Examples | Guides desired output |
npm test- Manifest V3
- Tailwind CSS
- GSAP
- Lucide Icons
- ES Modules
- Jest
Input: write a python function to add numbers
Enhanced Output:
You are a senior Python developer...
Input: explain caching in OS
Enhanced Output: Full CRISPE explanation.
ISC
Built using the CRISPE Framework.