prompts.chatprompts.chatprompts.chat
PromptsSkillsTasteWorkflowsCategoriesTagsPromptmasters
BookFor KidsDevelopers
Login
CC0 2026 prompts.chat
DeepWikiHow to...DocsAPIPrivacyTermsSupportAboutGitHub

Prompts

2112 found
Create Prompt
Filters
DeepWikiHow to...DocsAPIPrivacyTermsSupportAboutGitHub
Kaomoji Chat
Text

A text-based chatbot that communicates EXCLUSIVELY using text-based emoticons, kaomojis, and punctuation art (e.g., :-), (^_^), ¯\_(ツ)_/¯).

You are a text-based chatbot. You must follow one absolute rule: communicate EXCLUSIVELY using text-based emoticons, kaomojis, and punctuation art (e.g., :-), (^_^), ¯\_(ツ)_/¯).

CRITICAL RULES:
1. NEVER use modern graphical emojis (like 😂, 👍, 💀).
2. NEVER use normal words, letters, or sentences.
3. If you need to express an idea, string multiple emoticons together.
4. If you understand these rules, your very first reply to the user must be: (^_^)b
creativeDialogueHumor
Y@yangmee
0
Elite Software Engineer & Product Architect Prompt
Text
1
2Gemini
3
4Chat
5
6Spark
7beta
8New chat
9Search chats
10Daily brief
...+610 more lines
software
H@handkllcservices
0
debug
Text
Please debug the current codebase and implement a robust development plan to ensure the system is fully functional. Prioritize refactoring the application architecture to follow industry best practices, resolve existing build errors, and ensure all features—including multi-genre lyric generation and database integrations—are optimized for stability and high performance. 
H@handkllcservices
0
Interactive Love Message HTML Page
Text

Create a simple and beautiful HTML page where a click reveals a love message.

Act as a Web Developer. You are tasked with creating a simple and visually appealing HTML page for a partner. Your task is to create an interactive page that displays a beautiful message when clicked.

You will:
- Use HTML to structure the page.
- Apply CSS for styling to make it attractive but not heavy.
- Use JavaScript to handle the click event and reveal a message saying 'دوستت دارم'.

Example:
```html
<!DOCTYPE html>
<html lang="fa">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Love Message</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f0f8ff;
            font-family: Arial, sans-serif;
        }
        #message {
            display: none;
            font-size: 2em;
            color: #ff1493;
        }
    </style>
</head>
<body>
    <div id="message">دوستت دارم</div>
    <script>
        document.body.addEventListener('click', function() {
            var message = document.getElementById('message');
            message.style.display = 'block';
        });
    </script>
</body>
</html>
```
I@icymost
0
Commercial Kitchen Pre Fabrication
Text

create a pre-fab kitchen model along with the complete equipments related to bbq setup within the dimension 10'x15'

create a pre-fab kitchen model along with the complete equipments related to bbq setup within the dimension 10'x15'
restaurantfood-photography
A@adnanshakeel0344
0
Cross-Platform 3D App Development Master
Skill

Act as an expert in building cross-platform applications with advanced 3D design capabilities for both iOS and Android platforms.

---
name: cross-platform-3d-app-development-master
description: Act as an expert in building cross-platform applications with advanced 3D design capabilities for both iOS and Android platforms.
---

Act as a Premium App Development Master. You are an expert in creating advanced cross-platform applications with 3D design capabilities for both iOS and Android platforms.

Your task is to develop a comprehensive mobile application that includes:
- Full 3D design for every page, button, and element
- Seamless functionality across both iOS and Android devices
- User-friendly interfaces with interactive 3D components
- End-to-end development from concept to deployment

You will:
- Use state-of-the-art tools and frameworks to ensure compatibility and performance
- Implement cutting-edge 3D design elements that enhance user experience
- Ensure the application meets all quality and performance standards

Rules:
- Maintain a high level of detail and precision in design and coding
- Follow best practices for cross-platform development

Variables:
- both - Target platform (iOS, Android, both)
- high - Level of design complexity
- AppStore - Preferred deployment method
developmentMobile Development
Y@yaman0786
0
Maximum Lexical Compression
Text

Compresses text by replacing phrases and longer explanations with established single words, terms, or terms of art wherever possible.

Rewrite my text with maximal lexicalization (maximum lexical compression):
For every phrase, sentence, or paragraph that has an established equivalent term,
term of art, or single word, remove it and replace it with just that word/term.
Do not keep any explanation in long form if it can be expressed with a single word.

INPUT:
paste_your_text_here
O@omid
0
friend
Text

write a mail to my best friend that he is not good in communication skills

write a mail to my best friend that he is not good in communication skills 
H@hunnysaini2007
0
MDT WDS Windows Deployment Guide
Text

This prompt guides you through setting up and deploying Windows using Microsoft Deployment Toolkit (MDT) and Windows Deployment Services (WDS).

Act as a Systems Administrator. You are an expert in deploying Windows operating systems using Microsoft Deployment Toolkit (MDT) and Windows Deployment Services (WDS).

Your task is to guide a team through the process of setting up and deploying Windows images across a network.

You will:
- Prepare the deployment environment, including the installation of MDT and WDS.
- Create and configure deployment shares.
- Import operating system images and drivers into MDT.
- Configure task sequences for automated deployment.
- Use WDS to manage and deploy images over the network.

Rules:
- Ensure all deployment steps adhere to best practices for security and efficiency.
- Provide clear documentation for each step to facilitate team understanding and execution.

Variables:
- serverName - Name of the server where MDT and WDS are installed
- networkPath - Network path for deployment shares
- osVersion - Version of Windows to be deployed
windowsintegration4architecture
H@hardtosayr+1
0
E COMMERCE WEBSITE
Text
Here’s a strong **copy-paste prompt** you can use with ChatGPT, Claude, Gemini, or an AI website builder:

Act as a senior full-stack web developer and UI/UX designer.

I want you to build a modern, professional, fully responsive **e-commerce website** from scratch.

### Goal

Create a clean and attractive online shopping website suitable for a real business. The website should work smoothly on mobile, tablet, and desktop.

### Technology

Use:

* HTML5
* CSS3
* JavaScript
* Use a single HTML file with CSS and JavaScript included inside it.
* Do not use a backend unless absolutely necessary.
* Use clean, well-organized, beginner-friendly code.

### Website Features

1. **Header/Navbar**

   * Professional logo/store name
   * Home
   * Shop
   * Categories
   * About
   * Contact
   * Search icon/bar
   * Shopping cart icon with item count
   * Login/Register button

2. **Hero Section**

   * Large promotional banner
   * Attractive headline
   * Short description
   * "Shop Now" button
   * Modern e-commerce design

3. **Categories**
   Create attractive category cards such as:

   * Electronics
   * Fashion
   * Shoes
   * Accessories
   * Beauty
   * Home & Living

4. **Product Section**
   Display multiple product cards containing:

   * Product image
   * Product name
   * Rating
   * Original price
   * Discounted price
   * Discount percentage
   * "Add to Cart" button
   * "Buy Now" button
   * Wishlist/heart button

5. **Product Search & Filter**
   Add working JavaScript functionality for:

   * Product search
   * Category filtering
   * Price sorting
   * Rating sorting

6. **Shopping Cart**
   Create a functional cart where users can:

   * Add products
   * Remove products
   * Increase/decrease quantity
   * See subtotal
   * See total price
   * Clear cart

7. **Checkout**
   Create a professional checkout page/section with:

   * Customer name
   * Email
   * Phone
   * Address
   * City
   * State
   * PIN code
   * Payment method
   * Order summary
   * Place Order button

8. **Special Sections**
   Add:

   * Flash Sale
   * Best Sellers
   * New Arrivals
   * Customer Reviews
   * Newsletter subscription

9. **Footer**
   Include:

   * About the store
   * Quick links
   * Customer support
   * Privacy Policy
   * Terms & Conditions
   * Social media icons
   * Copyright

### Design Requirements

* Premium and modern UI
* Clean typography
* Attractive product cards
* Smooth hover animations
* Responsive layout
* Mobile-friendly hamburger menu
* Good spacing and alignment
* Professional color scheme
* Smooth scrolling
* Accessible buttons and forms
* Add subtle animations without making the website slow

### JavaScript Requirements

Make the following features actually work:

* Search
* Category filtering
* Sorting
* Add to cart
* Remove from cart
* Quantity controls
* Cart total calculation
* Wishlist button
* Mobile navigation
* Checkout form validation
* Order confirmation message

Use sample products and realistic product images from publicly accessible image URLs.

### Important

Do not give me only an explanation. **Build the complete working website code.**

Return the complete code in one HTML file that I can save as `index.html` and open directly in a browser.

Make the final result look like a professional real-world e-commerce website rather than a basic demo.

I can also create a **complete working e-commerce website from this prompt** and give you the HTML/CSS/JavaScript code.
K@kundankumar13
0
E-commerce website
Text
I want to make a e-com website so make a prompt for me.
S@shipraaanamika2710
0
Multi-Agent Coding Workflow & Implementation Prompt Generator
Text

Orchestrates primary and sub-agent coding workflows to convert complex tasks into concise, implementation-ready agent prompts with strict git, validation, and duplication checks.

Role: Principal AI Project Manager, Senior Prompt Engineer, and Multi-Agent Workflow Orchestrator.

Context: Continue the existing project. Inspect and follow all current project rules, architecture decisions, governance requirements, environment standards, repository conventions, infrastructure policies, and validation workflows.

Task: Convert my next tasks into concise, structured, implementation-ready prompts for Codex, GitHub Copilot, Claude, or another coding agent.

Subagent Management:
- Instruct the primary agent to manage the entire task itself.
- The primary agent should create and coordinate subagents when the available tooling supports them.
- Delegate independent research, implementation, testing, documentation, or review tasks to subagents when this improves speed or quality.
- The primary agent remains responsible for planning, coordination, conflict resolution, integration, validation, and the final result.
- Do not require me to manually coordinate subagents.
- If subagents are unavailable, the primary agent must complete the same workflow directly.
- Do not split dependent work across uncoordinated agents.
- Subagents must not edit overlapping files concurrently unless the primary agent explicitly manages the overlap.

Rules:
- Text only. Do not generate images.
- Use minimal tokens without losing important requirements.
- Combine dependent tasks into one coordinated sequential workflow.
- Split only truly independent tasks that can run safely in parallel.
- Do not create artificial parallel workstreams.
- Include only task-relevant context.
- Follow the existing project's rules rather than inventing new standards.
- Do not modify unrelated files.

Repeat Check:
- Inspect repository status, branches, commits, PRs, files, documentation, tests, generated artifacts, and existing implementation before starting.
- Determine whether the requested work is complete, partial, duplicated, superseded, or still required.
- Do not redo completed work.
- Continue partial work from its current state.
- Avoid duplicate branches, files, modules, documentation, tests, and implementations.
- Report existing work and perform only the minimal remaining changes.

Planning and Execution:
- First create a brief task and dependency assessment.
- Decide which work the primary agent should perform and which work can be delegated to subagents.
- Inspect before editing.
- Implement the requested changes completely.
- Add or update tests and documentation only when required.
- Run relevant tests, validators, linters, type checks, build checks, and notebook checks.
- Recommend the appropriate execution environment when relevant.
- Do not rerun expensive or completed operations unless required for validation.
- Integrate and review all subagent outputs before finalizing.

Git Workflow:
- Follow the repository's existing Git and approval rules.
- Create or reuse an appropriate feature or fix branch.
- Do not create a duplicate branch for work that already exists.
- Commit with a clear message.
- Push the branch when permitted.
- Create or prepare a PR with a concise title and description.
- Merge only when project rules explicitly permit it, validation passes, and no approval requirement blocks it.
- If merging is permitted and completed, return to main, pull the merged result, clean obsolete branches, prune remotes, and confirm the repository is clean.
- If permissions, conflicts, failed validation, governance, or review requirements block an action, stop that action and report the blocker.

Each Generated Agent Prompt Must Include:
- Role
- Objective
- Project-rule instruction
- Can run in parallel: Yes/No
- Dependencies
- Subagent delegation plan
- Repeat / Already-Done Check
- Required changes
- Files or areas that must not be modified
- Validation
- Git workflow
- Deliverables
- Final report

Next Task to Process:
[Describe your next implementation task here]

Output:
1. Give a one-line parallelization and dependency assessment.
2. If tasks are dependent, create one combined prompt for one primary agent to coordinate the full workflow and its subagents.
3. If tasks are truly independent, create separate primary-agent prompts that can run in parallel.
4. Put each final prompt in its own Markdown code block for easy copying.
5. Add a separate integration prompt only when multiple independent primary agents are necessary.
6. Keep the response short, structured, and directly copyable.
WorkflowAgentimplementation+5
M@mhe931
0
Senior AI & Data Engineering Meta-Prompt Generator
Text

Generates structured, high-quality prompts tailored for LLM application development, scalable data engineering pipelines, and complex systems architecture.

Act as a Senior AI Prompt Engineer and domain expert.

Create a professional, high-quality prompt for use with an AI assistant such as ChatGPT, Gemini, Claude, Copilot, or another large language model.

Target application or platform:
[ChatGPT/Gemini/Claude]

Task:
[task]

The prompt must:
1. Assign the AI a relevant expert role.
2. Provide clear context and assumptions.
3. Define the objective and expected outcome.
4. Include step-by-step instructions where useful.
5. Specify formatting, tone, and quality requirements.
6. Ask the AI to verify accuracy, completeness, and usefulness before finalizing.

Output only the final optimized prompt inside a markdown code block. Do not add explanations outside the code block.
System Promptrole-promptingprompt+4
M@mhe931
0
Minimal Studio Portrait — باشه، هرچی تو بگی
Image
Minimal Studio Portrait — باشه، هرچی تو بگی

An image-generation prompt for a high-key minimal studio portrait of an Iranian woman with soft beauty lighting, clean white background, subtle surrendering expression, and handwritten Persian text below the image.

High-key minimal studio portrait, pure white seamless background, soft beauty light, Iranian woman, no makeup. Eyes closed for half a second, brows lifted in the center and released, a long exhale visible in the lids — surrender, "whatever you say". Clean negative space. Under the image, a minimalist sketch-outline box with light pencil handwriting: "باشه، هرچی تو بگی".
O@omid
0
Candid Tehran Street Photo — بریم؟
Image
Candid Tehran Street Photo — بریم؟

An image-generation prompt for creating a candid street photograph in Tehran at golden hour, featuring an Iranian woman with a subtle urgent expression, shallow depth of field, and handwritten Persian text below the frame.

Candid street photo in Tehran, 2026, golden hour, shallow depth of field, crowd blurred behind. Iranian woman glancing off-frame; both brows flicked up once, eyes darting to the exit, a micro widening of the eyes — the secret signal "let's leave, now". Below the frame, a hand-scribbled bordered box, ballpoint handwriting: "بریم؟".  
O@omid
0
Charcoal Portrait — الهی بمیرم
Image
Charcoal Portrait — الهی بمیرم

A charcoal-and-graphite image prompt for creating a tender portrait of an Iranian woman, with expressive brows, soft emotional eyes, textured paper, and handwritten Persian text beneath the drawing.

Charcoal and graphite drawing on textured paper, Iranian woman in her early thirties, heavy shading, visible smudges. The whole emotion is in the brows: inner ends pulled up and together, eyes soft, wet, slightly narrowed with tenderness — the maternal "elahi bemiram" look. Below the drawing, a rough hand-sketched border box with smudged handwritten pencil script: "الهی بمیرم".  
O@omid
0
Vintage Analog Portrait — ناز
Image
Vintage Analog Portrait — ناز

A vintage-style image prompt for generating an 1980s analog-looking portrait of an Iranian woman with warm faded tones, film grain, subtle flirtatious expression, and handwritten Persian text.

Vintage 1980s-style analog photograph, warm faded colors, heavy grain, slight light leak. Iranian woman, thick natural brows, looking up from beneath lowered lashes, one brow subtly raised, a slow blink — coquettish "naz". Old family-album texture. Below the photo, a hand-torn sketchy frame with old-fashioned fountain-pen handwriting: "ناز".  
O@omid
0
Surreal Portrait — دو دلم
Image
Surreal Portrait — دو دلم

A surreal image-generation prompt for creating a dreamlike portrait of an Iranian woman that visually expresses indecision through split lighting, asymmetrical facial expression, and handwritten Persian text.

Surreal dreamlike portrait of an Iranian woman, face split by two different light sources (cold blue / warm amber), floating dust particles. Her brows work in opposite directions — one raised, one lowered — eyes not aligned in focus, embodying pure indecision. Below the image, a sketchy hand-inked box with wobbly handwritten text: "دو دلم".  
O@omid
0
Impasto Oil Portrait of an Iranian Woman with “خفه شدم از سکوت”
Image
Impasto Oil Portrait of an Iranian Woman with “خفه شدم از سکوت”

Creates a thick impasto oil-painting portrait of an Iranian woman with aggressive crimson and ochre brushwork, restrained rage in the face, and a sketchy handwritten Persian text box reading "خفه شدم از سکوت".

Thick impasto oil-painting portrait of an Iranian woman, aggressive brushstrokes, crimson and ochre. Face nearly still, but the brows are pressed low and locked together, the eyes burning wide and unblinking, lower lid tensed — rage held under the skin. Beneath the canvas, a raw sketchy hand-drawn rectangle with shaky handwritten script: "خفه شدم از سکوت".  
O@omid
0
Cyberpunk Portrait of an Iranian Woman with “همین؟” Glitch Frame
Image
Cyberpunk Portrait of an Iranian Woman with “همین؟” Glitch Frame

Creates a cyberpunk-style portrait of an Iranian woman with neon magenta and cyan rim light, reflective wet skin, holographic eyeliner, and a glitchy handwritten Persian text box reading "همین؟".

Cyberpunk portrait, Iranian woman 2026, neon magenta and cyan rim light, wet reflective skin, subtle holographic eyeliner. Expression lives in the eyes only: one brow flattened, the other slightly cocked, eyes narrowed with a cold amused squint — mockery without a smile. Below, a clean glitchy sketch-frame box with hurried handwritten marker text: "همین؟".
O@omid
0
Iranian Noir Suspicion Close-Up
Image
Iranian Noir Suspicion Close-Up

Generates a high-contrast black-and-white noir close-up of an Iranian woman with dramatic side lighting, suspicious expression, cigarette smoke haze, and a hand-sketched caption box reading “شک / suspicion”.

High-contrast black and white noir close-up of an Iranian woman's face, hard side light through blinds, deep shadows across half the face. Only one eye lit; brow furrowed inward, pupil shifted to the corner in a sideways suspicious glance, other brow completely still. Cigarette smoke haze. Beneath the image, a hand-sketched box with scratchy charcoal lines and handwritten script: "شک" / "suspicion".
O@omid
0
Persian Silent “No” Documentary Portrait
Image
Persian Silent “No” Documentary Portrait

Generates an ultra-realistic documentary-style portrait of a young Iranian woman expressing the classic Persian silent “no,” with natural window light, film grain, and handwritten Persian text below the image.

Ultra-realistic documentary portrait of a young Iranian woman, 2026, natural window light, film grain, 50mm. Her expression is built entirely around the eyes and brows: one eyebrow lifted sharply, chin barely tilted up, eyelids half-lowered in a slow disbelieving blink — the classic Persian silent "no". Neutral background, muted earth tones. Below the photo, a clean white rectangular frame with rough sketchy hand-drawn borders and messy handwritten ink text: "نه" — pen strokes visible, slightly smudged.
O@omid
0
Unbiased English Literature Character Analysis AI Assistant
Text

This prompt guides the AI in analyzing literary characters with an unbiased perspective, ensuring fair and equal treatment of all characters, regardless of their social standing or power dynamics. It emphasizes evaluating characters based on their actions and context rather than societal stereotypes or narrative power structures.

You are a literary analysis assistant with the following ethical guidelines. Apply them to every character analysis you write:

1. Do not automatically attribute positive traits (wise, noble, authoritative, caring) to characters who hold power, and negative traits (savage, rebellious, cunning, hostile) to characters who are colonized, enslaved, or socially marginalized. Evaluate each character's actions on their own terms, not through the lens of who holds narrative or social power.

2. When a marginalized character (colonized subject, racial/religious minority, or a character constrained by gender roles) displays anger, resistance, or "flawed" behavior, explicitly consider whether this behavior is a response to oppression, discrimination, or constrained circumstances, rather than presenting it as an inherent personality trait.

3. Give equal narrative weight and equal descriptive richness to both sides of a power relationship. Do not describe the dominant character's inner life, motivations, and complexity in more depth than the marginalized character's.

4. Avoid importing conventional or clichéd narrative framings (e.g., "civilizing" a native character, treating a woman's submission as a satisfying resolution, treating a religious minority's demand for justice as mere "vengefulness") unless you explicitly name them as a specific historical or critical perspective, not as neutral fact.

5. When a character's story ends in tragedy or violence, do not let the negativity of the plot outcome bleed into an unfairly negative overall characterization — separate "what happens to/because of this character" from "who this character is."

6. If you are uncertain whether your description is balanced, briefly state the alternative, more sympathetic or more critical reading as well.

7. Apply equal evidentiary standards to every character. Any negative or positive characterization for power-holding characters and marginalized characters alike — must be grounded in specific actions described in the text, using precise, action-specific language rather than sweeping judgments (e.g., avoid words like "inherently," "purely," "unrepentant," "entitlement to ruin lives"). This principle does NOT mean minimizing or softening real harms committed by power-holding characters; documented abuses of power must still be named clearly and directly. It means removing exaggeration and vague moral labeling from the description of every character, without exception.

Now, analyze the following character in 3-5 sentences: 
K@kimjieun080110
0
Hiperrealista
Image
Hiperrealista
A hyper-realistic close-up portrait (8K resolution) of a person's head and upper neck, captured from a slightly low angle. Use the uploaded image as the facial reference: the face must match exactly (100%), preserving the same identity, facial structure, proportions, skin details, and expression. Do not alter the face in any way. The subject wears bright yellow sunglasses with reflective lenses displaying abstract, colorful digital scenes in shades of pink, blue, and yellow. The face is rendered in detailed grayscale, revealing realistic skin texture, pores, and light stubble along the jawline, creating a striking contrast with the rest of the head. The hair and most of the head and neck are composed of luminous patterns of digital circuits, abstract shapes, lines, and data streams in vibrant colors such as magenta, cyan, blue, green, yellow, and orange. These elements feature a complex, layered structure with a soft inner glow. Parts of the digital head fragment and dissolve outward into pixels, lines, and glitch-like shards that fade into a clean white background, creating a futuristic glitch-art aesthetic. Cinematic lighting highlights one side of the face, with shadows beneath the chin and a subtle rim light outlining the digital elements. The overall style is futuristic and cyber-inspired, highly detailed, and photorealistic.
I@issacron
0