• Prompts
  • Tools
    Prompt GeneratorTop AI Tools
  • Free Guides
  • Products
  • Contact us
  • Blog
  • Prompts
  • Free Guides
  • Products
  • Contact us
  • Blog
Custom Prompts
God of Prompt

About God of Prompt

Cutting-edge AI products for streamlining
your workflow.

XLinkedInYouTubeInstagram

Platform

  • Prompt Library
  • Free Guides
  • Prompt Generator
  • AI Tools
  • Products

Team

  • Support
  • Partnerships

Β© 2026 God of Prompt. All rights reserved.

Partnerships: [email protected]Privacy PolicyTerms & Conditions

261CodingAI PromptsforAgencies

  • App Development
  • Frontend & UI
  • Documentation
  • Debugging
  • APIs & Integrations
  • DevOps & Deployment
  • Refactoring
  • Database Design
  • Functions & Logic
  • App Development prompts
  • Frontend & UI prompts
  • Documentation prompts
  • Debugging prompts
  • APIs & Integrations prompts
  • DevOps & Deployment prompts
  • Refactoring prompts
  • Database Design prompts
  • Functions & Logic prompts
  • Testing prompts
  • Automation Logic prompts
  • Code Review prompts
  • Chatbot Personas prompts
  • Agent System Prompts prompts
  • Agentic Workflows prompts
Popular
## Role

You are a senior software architect responsible for maintaining architectural integrity in a production codebase. Every line of code must align with the established system design. Architecture documents are binding contracts.

## Task

Generate production-grade code that strictly adheres to the provided architecture. Before writing any code:

1. **Analyze the architecture** - Read the relevant sections and explain where the new code fits within the system structure
2. **Declare the filepath** - State the exact location, purpose, dependencies, and consumers
3. **Write the code** - Fully typed, documented, with comprehensive error handling
4. **Specify tests** - Describe required unit and integration tests with filepaths
5. **Document impact** - Flag any architectural changes, breaking changes, or technical debt

## Context

The project follows this architecture and stack:

{{arch

πŸ—οΈFull-Stack Software Architecture Code Generator

AnthropicClaude CodeCodingAgent System Prompts

Generates production-grade, architecture-compliant code with strict type safety, security, and testing specifications. Runs on ChatGPT, Claude, and Cursor for full-stack development.

534
## Role

You are a technical documentation architect who reverse-engineers undocumented code into clear, usable documentation. You analyze code to extract intent and architecture, then structure information for progressive disclosureβ€”serving both non-technical users who need quick guidance and technical users who need depth.

## Task

Analyze the provided code to create comprehensive documentation that covers:

- Tool overview and purpose
- Installation and setup requirements
- Feature-by-feature breakdown with usage instructions
- Configuration options and parameters
- Practical examples demonstrating real-world application
- Troubleshooting guidance for common issues
- Technical specifications and architecture details

Structure documentation so basic users find what they need immediately while advanced users can dig deeper. Document every feature present in the code, no matter how min

πŸ—οΈDocumentation From Code Generator Prompt

GeminiGeminiCodingDocumentation

Generates structured technical documentation by reverse-engineering undocumented code into user-friendly guides with installation steps, feature breakdowns, configuration options, and troubleshooting sections. Runs on ChatGPT, Claude, Gemini, and Grok.

186

🧩SQL Query Optimization and Join Rewriting Prompt

OpenAIChatGPTCodingDatabase Design

Analyzes and rewrites complex SQL queries with tangled joins into clear, performant statements with explicit join syntax and optimized structure. Runs on ChatGPT, Claude, Gemini, and Grok.

172

πŸ’»Minimalist Company Website Builder Prompt

AnthropicClaude CodeCodingFrontend & UI

Generates a complete, single-file HTML website with embedded CSS and JavaScript tailored to your business context. Runs on ChatGPT, Claude, and other code-capable models to produce production-ready, mobile-responsive sites.

164

πŸš€Google Drive Add-On Development Prompt

GeminiGeminiCodingApp Development

Generates a complete, step-by-step implementation guide for building production-ready Google Drive add-ons with Apps Script. Runs on ChatGPT, Claude, Gemini, and Grok to produce enterprise-grade code, architecture plans, and deployment strategies.

147
## Role
You are an expert React developer building a browser-based brand identity platform.

## Task
Create a complete React application that guides users through professional brand creation via a multi-step wizard. The tool must generate enterprise-quality brand systemsβ€”strategic positioning, visual identity, real-time mockups, and exportable assetsβ€”with UI polish matching Linear.app and Stripe.

## Context
**Business context:** {{business-context}}

**Technical profile:** {{technical-profile}}

## Output
Structure your implementation plan with these sections:

### Technical Architecture
Component hierarchy, state management approach, and file organization strategy.

### Step-by-Step Implementation
Detailed breakdown of each wizard step with specific functionality and data flows.

### Design System Implementation
Dark theme specifications, glassmorphism effects, typography, spacing, and

🎨React Branding App Builder Prompt

ClaudeClaudeCodingApp Development

Generates a complete React application implementation plan for a browser-based brand identity platform with multi-step wizard, real-time mockups, and asset export. Runs on ChatGPT, Claude, and code-focused AI models.

138
## Role

You are an expert full-stack Shopify app architect who builds production-ready applications that meet App Store standards. You combine technical depth (authentication, webhooks, API design) with native-quality UI/UX using Shopify Polaris.

## Task

Create a complete development plan and scaffold for a Shopify app that integrates seamlessly into the merchant admin experience, performs well under load, and passes App Store compliance review.

## Context

{{app-requirements}}

The Shopify ecosystem demands high-quality apps. Merchants abandon poorly designed applications with clunky interfaces, slow performance, or workflows that feel foreign to Shopify's admin. This must be production-grade: proper OAuth flows, webhook reliability, Polaris UI components, and compliance with Shopify's technical requirements.

## Output

Deliver a structured development plan covering:

### Project A

πŸ› οΈShopify App Development Prompt

GrokGrokCodingApp Development

Generates a complete development plan, tech stack, and TypeScript code scaffolds for building production-ready Shopify apps that pass App Store review. Runs on ChatGPT, Claude, and Cursor to deliver architecture, Polaris UI implementations, OAuth flows, webhook handlers, and deployment configs.

95

🎨Tailwind CSS Brand Style Guide Generator

ClaudeClaudeCodingDocumentation

Generates a complete Tailwind CSS brand style guide with colors, typography, spacing, components, shadows, and a working example component. Runs on ChatGPT, Claude, Gemini, and Grok.

89

πŸ› οΈWordPress Plugin Generator for Production Code

DeepSeekDeepSeekCodingApp Development

Generates a complete, production-ready WordPress plugin with full file structure, security implementation, and WordPress.org repository compliance. Runs on ChatGPT, Claude, and Cursor to output enterprise-grade PHP code.

79
## Role

You are a code quality architect specializing in automated linting and formatting systems. You design zero-friction setups that eliminate style debates and catch errors before runtime, drawing on battle-tested conventions from top open-source projects and established style guides.

## Task

Configure a comprehensive linting and formatting system for the provided tech stack. Deliver a step-by-step implementation guide covering:

1. **Tool Selection**: Recommend appropriate linters (ESLint, Pylint, RuboCop, etc.) and formatters (Prettier, Black, etc.) for the stack. Explain why automation eliminates formatting debates.

2. **Configuration Setup**: Provide actual configuration files implementing established style guides (Airbnb, Standard, Google) adapted to the language. Include explanations for rules that prevent common errors.

3. **Editor Integration**: Detail how to configure p

πŸ€–Automate Code Quality Systems

ClaudeClaudeCodingDevOps & Deployment

Generates a complete linting and formatting setup with configuration files, editor integration steps, and pre-commit hooks for your tech stack. Runs on ChatGPT, Claude, and Cursor to deliver ready-to-implement code quality automation.

70
## Role

You are an expert n8n Workflow Architect who translates automation requirements into production-ready, importable JSON workflows.

## Task

Analyze the user's automation description and generate a complete, import-ready n8n workflow JSON. Adapt your process based on automation complexity (simple 3-node flows to enterprise 50+ node systems) and user technical level.

## Context

Your audience ranges from solopreneurs to AI engineers. Some have credentials ready; others need setup guidance. Some describe automations clearly; others need clarifying questions.

**Complexity-Based Phases:**
- Simple (1-5 operations): 3-5 focused phases
- Standard (6-15 operations): 6-8 systematic phases
- Complex (16-30 operations): 9-12 comprehensive phases
- Enterprise (30+ operations): 13-15 phases with security/audit considerations

**Adaptive Rules:**
- If description is vague β†’ ask clarifying q

πŸ”N8n Workflow Generator for Automation Requirements

GeminiGeminiCodingAutomation Logic

Generates complete, import-ready n8n workflow JSON files from plain-language automation descriptions. Runs on ChatGPT, Claude, Gemini, and Grok to produce production-ready code with nodes, connections, error handling, and setup instructions.

69

πŸ’₯Test Dataset Generator for SQL and Code Testing

OpenAIChatGPTCodingTesting

Generates SQL INSERT statements with edge cases, boundary conditions, and referential complexity designed to expose bugs before production. Runs on ChatGPT, Claude, and Cursor for code testing workflows.

66

πŸ› οΈCustom Platform Builder With AI Prompt

OpenAIChatGPTCodingApp Development

Generates a complete technical implementation plan for building an AI-powered platform customization engine that transforms user requirements into production-ready applications. Runs on ChatGPT, Claude, and Gemini.

64

🎨Marketing Meme Creation App Development Guide

OpenAIChatGPTCodingApp Development

Provides step-by-step technical guidance for building a fast, professional meme creation platform that combines viral content psychology with enterprise functionality. Designed for text-based AI models like ChatGPT, Claude, and Gemini.

61
## Role

You are a full-stack developer and e-commerce architect specializing in conversion-optimized stores. You combine enterprise-grade technical architecture with direct-response conversion psychology, focusing on user flow optimization, trust signals, and friction reduction at every touchpoint.

## Task

Build a complete, production-ready e-commerce store technical implementation plan. Deliver a React/TypeScript frontend, backend integration (Supabase or Firebase), Stripe payment processing, and admin dashboard. Include:

- Homepage with hero banner and product grid
- Product pages with variant selection and conversion psychology elements
- Floating cart drawer with live updates
- Single-page checkout with address autocomplete
- Admin panel for product and order management

Provide component architecture, database schema, API endpoints, integration steps, and performance optimizatio

πŸ›’E-Commerce Store Builder Prompt for React and TypeScript

GeminiGeminiCodingApp Development

Generates a complete technical implementation plan for a production-ready e-commerce store built with React, TypeScript, Supabase/Firebase, and Stripe. Runs on ChatGPT, Claude, and Cursor to deliver component architecture, database schema, payment integration, and admin dashboard code.

60
## Role

You are a senior product engineer specialized in building intuitive content creation tools, with experience at Notion and consulting for AI startups on user experience. You understand that successful content tools win through clean interface design, intelligent prompt engineering, and seamless UX that makes complex AI feel effortlessly simple.

## Task

Create a complete development guide for building a React-based AI content generator with professional UI/UX standards. Cover frontend architecture, API integration, prompt engineering for human-quality outputs, and interface design. Include technical specifications for a two-panel interface, content type selection system, real-time generation features, and intelligent prompt templates supporting 15+ content formats. Address security, performance optimization, mobile responsiveness, and deployment.

## Context

The developer needs

πŸ› οΈAI Content Generator Development Guide

OpenAIChatGPTCodingApp Development

Builds a complete React-based AI content generator with professional UI/UX, two-panel interface, and intelligent prompt templates for 15+ content formats. Runs on ChatGPT, Claude, or similar text models.

59

πŸ”SQL Query Performance Analysis Prompt

DeepSeekDeepSeekCodingDatabase Design

Generates a detailed performance diagnosis of SQL queries, complete with execution plan breakdowns, index recommendations, and optimized rewrites. Runs on ChatGPT, Claude, Gemini, and Grok to help database administrators and developers eliminate bottlenecks.

55

πŸ”Security and Reliability Code Audit Prompt

MistralCodingCode Review

Generates a detailed vulnerability assessment and reliability audit report for any codebase, covering OWASP Top 10 threats, error handling gaps, and resilience risks with severity ratings and fix-ready code snippets. Runs on ChatGPT, Claude, and Cursor.

54
## Role

You are an expert full-stack developer and product architect specializing in React application development.

## Task

Create a complete technical development guide for building a context-aware placeholder content generatorβ€”a React application that goes beyond basic Lorem Ipsum by understanding industry requirements, tone preferences, and content types to deliver production-ready output for designers and developers.

## Context

{{project-context}}

Include: technical skill level (React/TypeScript/frontend experience), UI/UX design preferences, target users (designers/developers/agencies), development timeline, and deployment platform.

## Output

Structure your guide with these sections:

### Project Architecture and Setup
- Technology stack recommendations tailored to the skill level
- Project structure and configuration
- Dependencies and tooling setup

### Content Generation 

πŸ› οΈPlaceholder Content Generator Development Guide

DeepSeekDeepSeekCodingApp Development

Generates a complete technical development guide for building a context-aware placeholder content generator in React. Runs on ChatGPT, Claude, Gemini, and Grok to produce architecture specifications, component designs, and implementation roadmaps.

52
## Role

You are an n8n workflow architect specializing in cost-efficient, reliable automation design. Focus on simplicity, modular patterns, and optimal AI model selection to minimize token costs while preventing common failure modes.

## Task

Guide the user through building an n8n .json workflow tailored to their requirements. Analyze their needs, identify potential failure points, design modular components with appropriate error handling, and generate valid JSON configurations. Scale your approach dynamically: simple workflows receive streamlined 3-5 phase guidance; complex enterprise integrations receive comprehensive 13-15 phase breakdowns covering architecture, AI routing, token optimization, testing, and deployment.

## Context

Workflow complexity determines phase count:
- **Simple workflows** (3-5 phases): single trigger, 1-2 integrations, minimal AI
- **Multi-step automations*

πŸ”§n8n Workflow JSON Generator With Error Handling

ClaudeClaudeCodingAutomation Logic

Generates complete n8n workflow JSON configurations with modular architecture, AI model routing, and error handling. Runs on ChatGPT, Claude, and other code-capable LLMs to produce valid .json files optimized for cost and reliability.

52

🌐Virtual Office Platform Development Prompt

ClaudeClaudeCodingApp Development

Generates a complete technical implementation guide for building a production-ready virtual office platform using spatial computing, 3D web technologies, and real-time multiplayer systems. Runs on ChatGPT, Claude, Gemini, and Grok.

49

πŸ’£Identify Security Vulnerabilities in Code

GrokGrokCodingDebugging

Analyzes code for security flaws, bugs, and failure modes across vulnerability categories including OWASP Top 10 patterns, injection risks, and concurrency issues. Runs on ChatGPT, Claude, Gemini, and Grok.

49

βš™οΈWorkflow Automation System Builder

OpenAIChatGPTCodingAutomation Logic

Generates a production-ready workflow automation tool with a React/TypeScript frontend, Node.js backend, drag-and-drop builder, real-time monitoring, and fault-tolerant execution engine. Runs on ChatGPT, Claude, and Cursor to produce fully functional code.

48
## Role
You are a senior software engineer specializing in code quality audits, refactoring strategy, and technical debt prevention across production systems.

## Task
Perform a comprehensive code quality audit and deliver actionable refactoring recommendations organized into five analysis areas:

1. **Refactoring for Clarity** – identify code smells, duplication, complexity hotspots, and structural improvements
2. **Configuration & Secrets** – flag hardcoded values, credentials, and environment-specific logic that should be externalized
3. **Dependency Review** – assess libraries for security vulnerabilities, licensing issues, version conflicts, and performance impact
4. **Automated Quality Gates** – recommend linting rules, pre-commit hooks, CI pipeline checks, and coverage thresholds
5. **Documentation** – provide templates for README, API contracts, architecture decision records, and

πŸ”Code Quality Audit and Refactoring Recommendations

DeepSeekDeepSeekCodingRefactoring

Generates a five-part code quality audit covering refactoring opportunities, configuration issues, dependency risks, automated quality gates, and documentation templates. Runs on ChatGPT, Claude, Gemini, and Grok.

47
…
MarketingDesignEducationFinanceSalesCodingWritingSEOStrategyProductivityOperationsHuman ResourcesResearchLegalData AnalysisReal EstateCustomer ServiceCareersAudioAI AgentsVideo

What are Coding AI prompts for Agencies?

Coding AI prompts for Agencies are engineered instructions that already work β€” not one-line questions. Each one fixes the role, the context, the task and the output format before you type a word, so you get a usable result on the first run instead of the fourth.

They cover the work Agencies actually get asked for: research and briefs, copy and content, analysis and reporting, planning, outreach and the admin that eats the day. Open a card to see the full prompt and the output it returns.

261 on this page, every one scoped to Agencies β€” free to read, free to copy.

Why these prompts work for Agencies

A weak prompt costs you the hour you were trying to save: you rewrite it three times, get something generic, then finish the job by hand. An engineered prompt front-loads that thinking once.

In Agencies that means first drafts you can send, analysis you can act on, and the repetitive work handed off β€” so the time goes into judgement instead of typing.

Every prompt here was written for a real job and tested against the models people actually use. Nothing scraped from a thread.

  • Web Scraping prompts
  • How to use these prompts

    Open a prompt, copy it, and replace the [bracketed] variables with your own product, audience or topic. The structure around them stays as is β€” that structure is the part doing the work.

    Paste it into ChatGPT, Claude, Gemini, Grok or the model you already use. If the output drifts, tighten the context line instead of rewriting the whole prompt.

    No account needed to copy one. No setup, no extension, nothing to install.

    Which AI tool works best for Agencies prompts?

    Text prompts here run well in ChatGPT, Claude, Gemini and Grok; image prompts target Midjourney and Nano Banana. Each card lists the models it was tested with.

    Are these AI prompts free to use?

    A big part of the library is free: open a prompt, copy it, use it. Premium packs and the Complete AI Bundle unlock the full collection with lifetime updates.

    How do I adapt these prompts to my use case?

    Start with the [variables]: niche, audience, constraints. If the result still misses, add one example of the output you want β€” a single good example beats three extra instructions.

    For a prompt built from scratch, the Start Now card above opens the custom prompt generator.

    Related resources

    ChatGPT Prompts for AgenciesClaude Prompts for AgenciesGemini Prompts for AgenciesGrok Prompts for AgenciesAI Prompts for CodingAI Prompts for Agencies