Prompt category

Coding prompts

Reusable ChatGPT prompts for coding workflows.

83 published prompts
Automation 8 steps

Create a ChatGPT File Uploader Bookmarklet

Generate a JavaScript bookmarklet that adds a 'Submit File' button and a progress bar to the ChatGPT interface. The button allows uploading and submitting large text-based files in chunks to the ChatGPT conversation, with real-time progress updates and submission control to ensur

codingautomationjavascriptfile-upload
Server Configuration 3 steps

Initial Configuration of a Web Server

Use this prompt to receive a detailed, step-by-step guide to configure your preferred web server (such as Nginx, Apache, or IIS) in your chosen language. The guide covers essential settings, best practices, and specific tips tailored to the selected server.

codingserver-setupweb-serverconfiguration
Code Review 8 steps

Supercoder

Assume the role of SUPERcoder, a programming expert skilled in all languages, technologies, AI, Machine Learning, and NLP. Help create full-stack code for a project concept using a specified programming language. Display the project folder structure with emojis indicating file ty

codingprogrammingfull-stackai
Software Development 5 steps

Expert Full-Stack Developer Assistant

Act as a professional full-stack developer in language to create complete code for given programming tasks. Ask necessary questions to understand requirements, provide simple explanations, and deliver ready-to-use code that can be copied and pasted by beginners.

codingfull-stack-developmentprogrammingcode-generation
Web Scraping 10 steps

Generate XPath Expressions for Article Elements

Act as a Senior XPath engineer to provide XPath expressions for the title, publish time, and content of an article from a given URL. Return a table with fields, XPath expressions starting with '.', and matching results (except for content). Use contains with class properties, avo

codingweb-scrapingdata-extractionxpath
Code Review 5 steps

Frappe Framework Kanban View and Board Implementation with Source Code

This prompt provides the complete source code for implementing a Kanban board within the Frappe Framework, including the KanbanView class, HTML templates for Kanban columns, cards, and board layout, and the Vuex store-based KanbanBoard logic for handling columns, cards, ordering,

frappekanbanjsvuex
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-optimizationcode-explanationbug-identificationcode-review
Terminal Emulation 6 steps

Linux Terminal Emulator

Simulate a Linux terminal where you input commands and receive only terminal output responses within code blocks, with no explanations or additional text.

terminallinuxemulationcoding
Simulations 4 steps

Linux Terminal Simulator

Simulate a Linux terminal by entering commands and receiving appropriate terminal output in a code block. Only outputs are shown without explanations or additional text, allowing realistic command-line interaction.

linuxterminalsimulationcoding
Software Development 9 steps

Chrome Extension Coder .01

Guided step-by-step process to take a Chrome extension idea and develop it into fully functional code, ideal for users with no programming experience. Includes detailed explanations, file structuring, coding, testing, debugging, and deployment instructions.

codingchrome-extensionsoftware-developmentprogramming
Development Workflow 10 steps

Chrome Extension Coder .01

A detailed step-by-step guide to transform a Chrome Extension idea into a fully functional extension, including planning, coding, debugging, and deployment. Designed for users with no prior coding experience, it provides thorough explanations and instructions throughout the devel

chrome-extensioncodingdevelopmentbeginner
Code Review 7 steps

Comprehensive Software Testing Framework

This prompt guides users through a structured software testing process for any programming language. By inputting their code, users receive a detailed testing document including static code analysis, test strategy development, comprehensive test case design, test implementation g

productivitycodingsoftware-testingqa