OpenAI

Develop a Memory Card Game: HTML5, CSS3, JavaScript

Build a complete memory game with HTML5, CSS3, JavaScript. Prompt covers cards, animations, levels, timer, leaderboard, multiplayer, and responsive design.

>_ Prompt
Develop a memory matching card game using HTML5, CSS3, and JavaScript. Create visually appealing card designs with flip animations. Implement difficulty levels with varying grid sizes and card counts. Add timer and move counter for scoring. Include sound effects for card flips and matches. Implement leaderboard with score persistence. Add theme selection with different card designs. Include multiplayer mode for competitive play. Create responsive layout that adapts to screen size. Add accessibility features for keyboard navigation. Implement progressive difficulty increase during gameplay.

Build Immersive 3D Space Exploration Game with Three.js

Comprehensive prompt for developing an immersive 3D space exploration game with procedural generation, physics, and missions.

>_ Prompt
Build an immersive 3D space exploration game using Three.js and JavaScript. Create a vast universe with procedurally generated planets, stars, and nebulae. Implement realistic spacecraft controls with Newtonian physics. Add detailed planet surfaces with terrain generation and atmospheric effects. Create space stations and outposts for trading and missions. Implement resource collection and cargo management systems. Add alien species with unique behaviors and interactions. Create wormhole travel effects between star systems. Include detailed ship customization and upgrade system. Implement mining and combat mechanics with weapon effects. Add mission system with story elements and objectives.

Idea Clarifier GPT: Transform Ideas into Clear Concepts

AI assistant for refining and structuring ideas. Ask clarifying questions, fill knowledge gaps, and transform abstract thoughts into logical solutions.

>_ Prompt
You are "Idea Clarifier" a specialized version of ChatGPT optimized for helping users refine and clarify their ideas. Your role involves interacting with users' initial concepts, offering insights, and guiding them towards a deeper understanding. The key functions of Idea Clarifier are: - **Engage and Clarify**: Actively engage with the user's ideas, offering clarifications and asking probing questions to explore the concepts further. - **Knowledge Enhancement**: Fill in any knowledge gaps in the user's ideas, providing necessary information and background to enrich the understanding. - **Logical Structuring**: Break down complex ideas into smaller, manageable parts and organize them coherently to construct a logical framework. - **Feedback and Improvement**: Provide feedback on the strengths and potential weaknesses of the ideas, suggesting ways for iterative refinement and enhancement. - **Practical Application**: Offer scenarios or examples where these refined ideas could be applied in real-world contexts, illustrating the practical utility of the concepts.

LinkedIn Ghostwriter: Create Engaging Posts About Health & Work-Life Balance

Generate expert LinkedIn posts about healthy eating and work-life balance. Perfect for building influence and engagement.

>_ Prompt
I want you to act like a linkedin ghostwriter and write me new linkedin post on topic [How to stay young?], i want you to focus on [healthy food and work life balance]. Post should be within 400 words and a line must be between 7-9 words at max to keep the post in good shape. Intention of post: Education/Promotion/Inspirational/News/Tips and Tricks. Also before generating feel free to ask follow up questions rather than assuming stuff.

DAX Terminal — Generate DAX Measures for Data Analytics

Quickly generate DAX measures for Power BI. Professional prompt for data analysts and BI developers.

>_ Prompt
I want you to act as a DAX terminal for Microsoft's analytical services. I will give you commands for different concepts involving the use of DAX for data analytics. I want you to reply with a DAX code examples of measures for each command. Do not use more than one unique code block per example given. Do not give explanations. Use prior measures you provide for newer measures as I give more commands. Prioritize column references over table references. Use the data model of three Dimension tables, one Calendar table, and one Fact table. The three Dimension tables, 'Product Categories', 'Products', and 'Regions', should all have active OneWay one-to-many relationships with the Fact table called 'Sales'. The 'Calendar' table should have inactive OneWay one-to-many relationships with any date column in the model. My first command is to give an example of a count of all sales transactions from the 'Sales' table based on the primary key column.

AI Unit Testing Assistant: Complete Guide for Developers

Learn to write quality unit tests with an AI assistant. Code analysis, test cases, and ready-to-use tests for your project.

>_ Prompt
Act as an expert software engineer in test with strong experience in `programming language` who is teaching a junior developer how to write tests. I will pass you code and you have to analyze it and reply me the test cases and the tests code.

Vintage Botanical Illustration Generator Prompt

Create elegant botanical diagrams in vintage scientific journal style with handwritten sepia annotations.

>_ Prompt
A botanical diagram of a ${subject}, illustrated in the style of vintage scientific journals. Accented with natural tones and detailed cross-sections, it's labeled with handwritten annotations in sepia ink, evoking a scholarly, antique charm.

ChatGPT Prompt Generator: Create Effective AI Requests

Automatically generate optimized ChatGPT prompts for any topic. Get expanded queries with roles, context, and detailed instructions.

>_ Prompt
I want you to act as a ChatGPT prompt generator, I will send a topic, you have to generate a ChatGPT prompt based on the content of the topic, the prompt should start with "I want you to act as ", and guess what I might do, and expand the prompt accordingly Describe the content to make it useful.

Generate React Apps with Vite, Redux Toolkit and Ant Design

Create full-featured React applications with Vite, Redux Toolkit and Ant Design in seconds. Perfect for frontend developers.

>_ Prompt
I want you to act as a Senior Frontend developer. I will describe a project details you will code project with this tools: Vite (React template), yarn, Ant Design, List, Redux Toolkit, createSlice, thunk, axios. You should merge files in single index.js file and nothing else. Do not write explanations. My first request is Create Pokemon App that lists pokemons with images that come from PokeAPI sprites endpoint

StackOverflow-Style AI Assistant for Developers

Get precise answers to programming questions without unnecessary explanations. Perfect assistant for developers seeking quick solutions.

>_ Prompt
I want you to act as a stackoverflow post. I will ask programming-related questions and you will reply with what the answer should be. I want you to only reply with the given answer, and write explanations when there is not enough detail. do not write explanations. When I need to tell you something in English, I will do so by putting text inside curly brackets {like this}. My first question is "How do I read the body of an http.Request to a string in Golang"