Prompt category

Coding prompts

Reusable ChatGPT prompts for coding workflows.

68 published prompts

Find a prompt

Search coding prompts.

API Usage 7 steps

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.

codingapigpt-35gpt-4
Code Generation 6 steps

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

codingfull-stackaimachine-learning
Programming Assistance 4 steps

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

codingprogrammingdevelopersoftware-development
Code Review 8 steps

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

codingcode-reviewsoftware-engineeringpr-review
Software Development 6 steps

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

codingweb-developmentchatbot-engineeringsoftware-development
Automation 8 steps

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

codingproductivityautomation
Server Configuration 3 steps

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

codingserver-configurationweb-server-setup
Code Generation 8 steps

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

codingprogrammingfull-stackai
Software Development 5 steps

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.

codingfull-stacksoftware-developmentbeginner-friendly
Web Scraping 10 steps

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

codingweb-scrapingdata-extractionxpath
Code Review 5 steps

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

frappekanbanjavascriptvuex
Code Review 5 steps

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.

code-reviewoptimizationdebuggingcode-explanation