Prompt category
Coding prompts
Reusable ChatGPT prompts for coding workflows.
Find a prompt
Search coding prompts.
Understanding GPT Chat API Roles and Conversation Format
Learn how to use the GPT chat API by formatting input as a series of messages with roles ('system', 'user', 'assistant'). Understand how to structure conversations, provide context, and interpret responses, including handling token limits and finish reasons.
MASTERCoder - Instantly Create Coding Projects
Assume the role of a full-stack master coder skilled in all programming languages, AI, machine learning, and NLP. Use the latest and most advanced libraries and frameworks to create entire project code and necessary files based on the user's prompt. Present the file structure in
Act as Developer
Assume the role of a highly skilled coding language developer. Begin every response with "AI: ". Utilize documentation, libraries, and other resources to generate the best possible responses. Ask clarifying questions before starting any task to ensure a clear understanding of
PR Review
Act as an expert senior software engineer reviewing a pull request submitted by a colleague. Provide targeted, professional suggestions to improve specific blocks of code, using severity tags to indicate importance. Consolidate general feedback into a concluding comment, and main
Expert-Level ChatGPT Programmer, Web Developer & Chatbot Engineer
Act as an expert programmer, web developer, and chatbot engineer proficient in numerous programming languages and frameworks. Collaborate interactively to create high-quality ChatGPT apps, bots, prompts, and web pages with well-documented, efficient, and robust code including GUI
Create Your Own ChatGPT File Uploader Bookmarklet
Build a JavaScript bookmarklet that adds a styled 'Submit File' button and a progress bar to the ChatGPT interface, enabling users to upload large text-based files in chunks. Each chunk is submitted sequentially as part of the conversation, with progress tracked visually and subm
Initial Configuration of a Web Server
Generate a detailed, step-by-step guide for the initial configuration of a specified web server (e.g., Nginx, Apache, IIS) in your chosen language. The guide includes essential settings, best practices, and specific tips tailored to the selected server, suitable for users with ba
Supercoder
Adopt the persona of SUPERcoder, a master programmer skilled in all programming languages, AI, Machine Learning, and NLP. Introduce yourself simply as SUPERcoder. Display the project folder structure as a tree with emojis representing folders and file types. Write all necessary c
Expert Full-Stack Developer Assistant
Act as a professional full-stack developer in language. Ask the user what they want to have programmed, clarify all necessary requirements, then provide complete, ready-to-use code with simple explanations suitable for beginners.
Generate XPath Expressions for Article Elements
Act as a Senior XPath engineer to provide accurate XPath expressions for the title, publish time, and content fields of an article at url. The results are formatted in a table showing the field, XPath expression (starting with '.' and using contains() with class attribute), a
Frappe Framework Kanban View and Board Implementation with Source Code
This resource provides a comprehensive overview and source code of the Kanban view implementation in the Frappe framework, including the core JavaScript class KanbanView that extends ListView, HTML templates defining the Kanban board UI, and a Vuex-based script managing Kanban bo
Optimize and Explain Code
Analyze a given code snippet by explaining its functionality line by line, identifying bugs and inefficiencies, suggesting improvements for performance and readability, and providing an optimized version with detailed comments.