Method 1: Manual Creation (Single Prompts)
If you only have one or two prompts to add, you don't need a JSON file. Simply open the PromptDeck
extension popup in your browser and click the "+" (New) button in the top right
corner.
Method 2: Bulk Generation via AI (Multiple Prompts)
Want to build a massive library of 50 coding prompts instantly? You can use ChatGPT or Claude to
generate the exact JSON format PromptDeck requires.
Copy and paste this exact prompt into any AI tool:
Create a list of 10 system prompts for [insert your specific use case here,
e.g., 'React Development' or 'Creative Writing'].
You MUST output the result STRICTLY as a raw JSON array of objects. Do not wrap the JSON in markdown
code blocks.
Each object in the array must have exactly these two properties:
- "title": A concise, descriptive name (max 3 words).
- "text": The full, detailed system prompt instructions.
Once the AI outputs the raw JSON array, save it to a file named my-prompts.json on your
computer.
Finally, open the PromptDeck extension popup, click the Import icon (box with an
arrow), and select your newly generated file. Your entire deck will be populated instantly!