Free Prompt Library


The Prompt Library is an innovative tool offering a curated collection of free text, image, and video prompts across various domains. Designed for seamless execution on generative AI platforms like ChatGPT, Bard, Claude, and others, it’s a go-to resource for enhancing AI interactions and creativity.


Prompt Name Prompt Type Category Actions
Brainstorm implementation ideas I need to build [EXPLAIN THE TASK'S REQUIREMENTS]. Should I [LIST THE OPTIONS YOU ARE CONSIDERING]? Explain the tradeoffs of each option. Text Software engineering, Brainstrorming
Copy Add
Generate test cases for requirements Generate a test plan for the requirements listed below. Your tests should follow [TEST FORMAT GUIDELINES]. Requirements: [LIST THE TASK'S REQUIREMENTS] Text Software engineering, QA, Test Cases
Copy Add
Task Prioritization Guide Create a step-by-step guide on how to prioritize daily tasks effectively, incorporating techniques like the Eisenhower Matrix or the ABCDE method, suitable for [SPECIFIC PROFESSIONAL ROLE OR INDUSTRY]. Text Task Prioritization
Copy Add
Act as a Debater I want you to act as a debater. I will provide you with some topics related to current events and your task is to research both sides of the debates, present valid arguments for each side, refute opposing points of...more Text Debate
Copy Add
Act as a Career Counselor I want you to act as a career counselor. I will provide you with an individual looking for guidance in their professional life, and your task is to help them determine what careers they are most suited for based on...more Text Career, Career Counselor
Copy Add
Comparing Algorithm Efficiency in Python Act as a software developer. I would like to compare the efficiency of two algorithms that perform the same task in Python. Write code that helps me run an experiment that can be repeated for 5 times. Output the runtime and other summary statistics of the experiment. [INSERT FUNCTION] Text Algorithm Efficiency, Python, Performance Analysis
Copy Add
Code Simplification Task Act as an expert programmer in [PROGRAMMING LANGUAGE]. Simplify the following code while ensuring that it is [EFFICIENT / READABLE]? [INSERT CODE] Text Code Refactoring, Efficiency, Programming
Copy Add