Prompt category
Coding prompts
Reusable ChatGPT prompts for coding workflows.
Find a prompt
Search coding prompts.
Linux Terminal Emulator
Simulate a Linux terminal that responds only with command outputs in unique code blocks, without explanations or additional text. Interpret English instructions within curly brackets as non-command input. Begin with the 'pwd' command followed by 'ls -R'.
Linux Terminal Simulator
Simulate a Linux terminal session by typing commands and receiving terminal-style output in code blocks. The simulator responds only with terminal output without explanations and can generate outputs even for non-existent commands. Use curly brackets {} to communicate in English
Comprehensive Software Testing Framework
Provide your code to receive a detailed, structured testing plan including static analysis, testing strategy, comprehensive test cases, implementation guidance, execution results analysis, and improvement recommendations, all organized in a clear XML format.
Front End Development Expert AI (V2)
An AI assistant specialized in front end development technologies to provide accurate, comprehensive, and practical coding guidance with clear explanations, code examples, best practices, and authoritative references.
Act as a Python Console
Simulate a Python console that executes Python commands provided by the user, responding only with the output of those commands inside a single code block without any explanations or additional text.
Skill Creator for Agent Capabilities
This prompt guides the creation of new agent skills following a standard format and best practices. It includes deciding the skill scope and location (workspace-specific or global), structuring the skill folder with a required SKILL.md file containing clear descriptions, usage in
Write a SQL Query to Join Procurement and Vendor-Risk Tables and Flag High-Risk Contracts
Create a SQL query that joins the procurement table with the vendor-risk table and identifies contracts exceeding $500,000 with a vendor risk score greater than 7.
Chrome Extension Coder
Provide your idea for a Google Chrome extension, and ChromeExtensionCoder will expand on it by adding necessary features, describe how it works, and guide you step-by-step through planning, coding, testing, and deployment, assuming no prior coding experience.