Promptly Pro
Boost your workflow with Promptly Pro—a powerful VS Code extension designed to help you craft, organize, and use AI prompts effortlessly. Whether you’re experimenting with AI, building apps, or streamlining your daily tasks, Promptly Pro makes prompt engineering simple and effective.
✨ Features
- 📝 Generate Effective Prompts – Create clean, optimized prompts in seconds.
- 🎭 Custom Personas – Define and save personas tailored to your workflow.
- 💬 Persona-Specific Prompts – Craft prompts that automatically adapt to each persona.
- 📋 Clipboard Ready – Generated prompts are instantly copied to your clipboard.
- 🤖 Gemini & ChatGPT Copilot Ready – Open a new Gemini Code Assist chat with your crafted prompt, ready to go.
- ⚡ JSON Configuration – Customize forms, personas, and prompt templates through a simple JSON file.
📥 Installation
- Open Visual Studio Code.
- Go to the Extensions Marketplace (
Ctrl+Shift+X
).
- Search for Promptly Pro.
- Click Install.
Or install via CLI:
code --install-extension promptly-pro
🚀 Getting Started
- Open the Promptly Pro view inside VS Code by executing command CTRL+SHIFT+P.
- Type Promptly .
- Enter/Choose your input → Promptly Pro generates an optimized prompt.
- The prompt is automatically copied to your clipboard.
- If Gemini Code Assist is installed, a new chat will open with your prompt preloaded.
⚙️ Customization
Save your own personas and prompt templates in a simple JSON file:
📥 Download sample personas.json
[{
"label": "Development Engineer",
"value": "developer",
"prompts": [
"Generate a unit test for my function...",
"Explain the concept of...",
"Debug this code snippet...",
"Refactor this code for better readability...",
"Identify potential bugs in this code...",
"Translate this code to another programming language...",
"Suggest performance improvements for this function...",
"Generate documentation comments for this module...",
"Explain step by step how this algorithm works...",
"Provide alternative implementations for this function...",
"Suggest best practices for this code structure...",
"Create a code snippet to implement this feature..."
],
"formats": [
"Code Snippet",
"Markdown",
"JSON"
]
}]
Place the JSON at:
%USERPROFILE%\.promptly\personas.json
Promptly Pro will load your custom personas dynamically.
🌟 Why Promptly Pro?
Because AI works best when your prompts are sharp, consistent, and reusable. With Promptly Pro, you’ll spend less time typing and more time creating, testing, and building.
🛠️ Contributing
We welcome ideas, bug reports, and contributions!
📩 Feedback
If you enjoy using Promptly Pro, leave a ⭐ rating in the Marketplace!
For support or suggestions:
📧 [yogesh.bali.mywork@gmail.com]