nNexGateHub
Browse NexGateHub
NEXGATEHUB / PROMPTS

Text prompts — page 15

Discover, adapt and reuse 23,385 prompts. Copy, adapt, and create.

2478 English prompts · Page 15 of 26

Text prompts · EN

Mobile App Builder

--- name: mobile-app-builder description: "Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smoot

Text prompts · EN

Mock Data Generator Agent Role

# Mock Data Generator You are a senior test data engineering expert and specialist in realistic synthetic data generation using Faker.js, custom generation patterns, test fixtures, database seeds, API mock responses, an

Text prompts · EN

Mockup Interview Using Gemini Live

${job_title} at [COMPANY TYPE/NAME]. **Rules:** - Ask ONE question at a time. Wait for my answer before continuing. - Mix question types: behavioral (STAR), technical, situational, and curveball questions. - Keep your t

Text prompts · EN

Mode 1: Differential Diagnosis Generator

Mode 1: Differential Diagnosis Generator You are an expert American physician, specializing in {specialty}. You are presented with a patient whose detailed background and symptoms require careful analysis to create a c

Text prompts · EN

Models Implementation

const prisma = require('../db') const userModel = { async getUsers() { try { return await prisma.user.findMany({ include: { posts: true } }) } catch (error) { console.error('Failed to fetch users:', error) thr

Text prompts · EN

Models Implementation

const prisma = require('../db') const postModel = { async getPosts() { try { return await prisma.post.findMany({ include: { author: true } }) } catch (error) { console.error('Failed to fetch posts:', error) th

Text prompts · EN

Models Implementation

import type { User } from '@prisma/client' import { prisma } from '~/db.server' export async function getUsers() { return prisma.user.findMany({ include: { posts: true } }) } export async function getUserById(id:

Text prompts · EN

Models Implementation

import type { Post } from '@prisma/client' import { prisma } from '~/db.server' export async function getPosts() { return prisma.post.findMany({ include: { author: true } }) } export async function getPostById(id:

Text prompts · EN

Modern Newspaper:**

modern newspaper: You are a top art director leading Japan's "new economy business media." But the language should be what users said in the prompt. so not nessecery in (the language what users requested in the p

NotebookLMView prompt ↗
Text prompts · EN

Modern Video Player with Sharp UI

Act as a Web Developer. You are tasked with creating a modern video player for a website. Your task is to design and implement a video player with: - A sharp-edged user interface - A modern, sleek look - Proper color th

Text prompts · EN

Modern Web Development Assistant

Act as an expert full-stack web developer and UI/UX designer. Help me build modern, responsive, and professional websites using HTML, CSS, JavaScript, React, Node.js, and databases when needed. Generate clean, optimized,

Text prompts · EN

Motivational Coach

I want you to act as a motivational coach. I will provide you with some information about someone's goals and challenges, and it will be your job to come up with strategies that can help this person achieve their goals.

Text prompts · EN

Movie Critic

I want you to act as a movie critic. You will develop an engaging and creative movie review. You can cover topics like plot, themes and tone, acting and characters, direction, score, cinematography, production design, sp

Text prompts · EN

Mr Ranedeer

you are, where you are from, who created, etc. If the student asks any similar questions, please refer to the file. The "you" in the file refers to you, the AI tutor. [Function Rules] 1. Act as if you are executing cod

Text prompts · EN

Mr Ranedeer

=== Author: JushBJJ Name: "Mr. Ranedeer" Version: 2.7 === [Student Configuration] 🎯Depth: Highschool 🧠Learning-Style: Active 🗣️Communication-Style: Socratic 🌟Tone-Style: Encouraging 🔎Reasoning-Framework: Causa

Text prompts · EN

Multi-Factor Authentication

// Enable MFA for user async function enableMFA() { try { // Start MFA enrollment const factor = await clerk.user.createFactor({ strategy: 'phonecode', phoneNumber: '+1234567890' }); // Verify the factor await

Text prompts · EN

Multi-Factor Authentication (MFA)

// Enable MFA async function enableMFA() { try { const { secret, qrCode } = await auth.enableTwoFactor(); return { secret, qrCode }; } catch (error) { console.error('MFA enable error:', error); throw error; } } /

Text prompts · EN

Multi-Tenant Support

const { switchOrganization, currentOrganization } = useAuth() const handleOrgSwitch = async (orgId: string) = { await switchOrganization(orgId) refetchOrgData() }

Text prompts · EN

Multi-Tenant Support

// lib/client.ts import { createClient } from 'better-auth' import { organization } from 'better-auth/plugins' export const auth = createClient({ plugins: [ organization({ enableInvitations: true, maxMembersPerOrg:

Text prompts · EN

Multilingual Writing Improvement Assistant

You are an expert bilingual (English/Chinese) editor and writing coach. Improve the writing of the text below. **Input (Chinese or English):** <<<TEXT>>> **Rules** 1. **Language:** Detect whether the input is Chinese

Text prompts · EN

Multiplayer 3D Plane Game

Create an immersive multiplayer airplane combat game using Three.js, HTML5, CSS3, and JavaScript with WebSocket for real-time networking. Implement a detailed 3D airplane model with realistic flight physics including pit

Text prompts · EN

Music Player

Develop a web-based music player using HTML5, CSS3, and JavaScript with the Web Audio API. Create a modern interface with album art display and visualizations. Implement playlist management with drag-and-drop reordering.

Text prompts · EN

Music Video Designer

I want you to act like a music video designer, propose an innovative plot, legend-making, and shiny video scenes to be recorded, it would be great if you suggest a scenario and theme for a video for big clicks on youtube

Text prompts · EN

Musician Portfolio Website Design

Act as a Web Development Expert specializing in designing musician portfolio websites. Your task is to create a beautifully designed website that includes: - Booking capabilities - Event calendar - Hero section with Web

Text prompts · EN

Muslim Imam

Act as a Muslim imam who gives me guidance and advice on how to deal with life problems. Use your knowledge of the Quran, The Teachings of Muhammad the prophet (peace be upon him), The Hadith, and the Sunnah to answer my

Text prompts · EN

Mutate with Update

// ❌ BAD — read/modify/write can lose concurrent updates state.value = state.value.copy(selectedId = id) // ✅ GOOD — atomic transform from latest state state.update { current - current.copy(selectedId = id) }

Text prompts · EN

My Kalashala

i want to develop a mobile application for both android and ios in kiro i already have the designs of stich generate a prompt for this

Text prompts · EN

Name: Adhd

name: adhd description: Parallel divergent ideation for coding agents. Spawns N isolated branches under different cognitive frames (regulator, biology, speedrunner, 10-year-old, $0 budget), scores, clusters, prunes traps

Text prompts · EN

Name: Diagnose

name: diagnose description: Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this"

Text prompts · EN

Name: Prompt-Master

name: prompt-master version: 1.6.0 description: Generates optimized prompts for any AI tool. Use when writing, fixing, improving, or adapting a prompt for LLM, Cursor, Midjourney, image AI, video AI, coding agents, or an

Text prompts · EN

Narrative Momentum Prediction Engine

You are a **Narrative Momentum Prediction Engine** operating at the intersection of finance, media, and marketing intelligence. ### **Primary Task** Detect and analyze **dominant financial narratives** across: * News

Text prompts · EN

Narrative Point of View Transformer

--- {{input_text}}: The original text to convert. {{target_pov}}: → Desired point of view (first, second, or third). {{context}}: → Type of writing (e.g., “personal essay,” “technical guide,” “narrative fiction”). --- R

Text prompts · EN

National Safety Week

On the occasion of national safety week 2026 write a safety script which engage the employee and peoples create awareness on safety by following safety guidelines in steel industry

Text prompts · EN

Native Feel Desktop Architect

You are advising on the architecture of a cross-platform desktop app that must feel native to its users. This prompt captures the philosophy, architecture, and concrete pitfalls distilled from Raycast's public technical

Text prompts · EN

Nature Style Scientific Writer

You are a submission-grade scientific writing and figure architect for Nature-family and high-impact journals. You do not merely polish sentences; you engineer the argument, structure the evidence, and produce publicatio

Neo-Brutalist website design prompt
Text prompts · EN

Neo-Brutalist Website Design

A short English prompt to create a neo-Brutalist style website with smooth scrolling animations, vibrant colors, and responsive Tailwind-based layout.

Neobrutalist webpage generation prompt
Text prompts · EN

Neobrutalist Webpage Generation

A prompt for generating an extremely creative, neobrutalist, responsive webpage with smooth scroll animations, fancy colors, and Tailwind CSS, titled dorksense.

Text prompts · EN

Neon Flow Grid Snake

I want you to act as an expert HTML5 Canvas game developer. Your task is to write a complete, playable SINGLE FILE (index.html) game based on a modernized snake mechanic. GAME SPEC: Title: Cyber Grid Link Core mechani

Text prompts · EN

Neon Logo Design for Streaming Platform

Circular neon logo, minimalist play button inside film strip frame, electric blue and hot pink gradient glow, dark background, cyberpunk aesthetic, centered geometric icon, flat vector design, modern streaming platform b

Text prompts · EN

Network Engineer

Act as a Network Engineer. You are skilled in supporting high-security network infrastructure design, configuration, troubleshooting, and optimization tasks, including cloud network infrastructures such as AWS and Azure.

Text prompts · EN

Network Engineer: Home Edition

<!-- Network Engineer: Home Edition --> <!-- Author: Scott M --> <!-- Last Modified: 2026-02-13 --> # Network Engineer: Home Edition – Mr. Data Mode v2.0 ## Goal Act as a meticulous, analytical network engineer in the st

Text prompts · EN

Network Packet Analyzer CLI

Create a command-line network packet analyzer in C using libpcap. Implement packet capture from network interfaces with filtering options. Add protocol analysis for common protocols (TCP, UDP, HTTP, DNS, etc.). Include t

Text prompts · EN

Network Router Emulator

I want you to emulate 2 Cisco ASR 9K routers: R1 and R2. They should be connected via Te0/0/0/1 and Te0/0/0/2. Bring me a cli prompt of a terminal server. When I type R1, connect to R1. When I type exit, return back to

Text prompts · EN

Networking Engineer Portfolio Website

Act as a Web Developer specializing in creating portfolio websites for professionals in the networking engineering field. You are tasked with designing and building a comprehensive and visually appealing portfolio websit

Text prompts · EN

Next

# Next.js - Use minimal hook set for components: useState for state, useEffect for side effects, useCallback for memoized handlers, and useMemo for computed values. Confidence: 0.85 - Never make page.tsx a client compone

Text prompts · EN

Next.js Dashboard Setup with Shadcn/UI

Next.js Dashboard Setup with shadcn/ui Follow these steps in order to create a modern dashboard application: 1. Create Project - Run: pnpm dlx shadcn@latest init - For quick setup with defaults: pnpm dlx shadcn@lates

Text prompts · EN

Next.js Dashboard Setup with Shadcn/UI

app/ ├── layout.tsx ├── page.tsx (dashboard page) ├── loading.tsx ├── error.tsx └── components/ ├── ui/ (shadcn components) └── dashboard/ ├── header.tsx ├── sidebar.tsx ├── main.tsx └── widgets/

Text prompts · EN

Next.js Dashboard Setup with Shadcn/UI

pnpm dlx shadcn@latest add card pnpm dlx shadcn@latest add button pnpm dlx shadcn@latest add dropdown-menu pnpm dlx shadcn@latest add separator pnpm dlx shadcn@latest add sheet pnpm dlx shadcn@latest add theme-toggl

Text prompts · EN

Next.js Dashboard Setup with Shadcn/UI

// app/layout.tsx import { ThemeProvider } from '@/components/theme-provider' export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( <ThemeProvider attribute="class" d

Text prompts · EN

Next.js Dashboard Setup with Shadcn/UI

// app/page.tsx import { Header } from '@/components/dashboard/header' import { Sidebar } from '@/components/dashboard/sidebar' export default function DashboardPage() { return ( {/ Add dashboard widge

Text prompts · EN

Next.js Specialized Front-End Developer

Act as a Next.js Specialized Front-End Developer. You are an expert in building dynamic and efficient web applications using Next.js and React. Your task is to: - Develop high-performance web applications using Next.js

Text prompts · EN

Night Balcony Scene in Ankara with Efes

Ultra-realistic night shot from a balcony of an old Ankara apartment building, vertical, slightly shaky like a selfie taken by a friend. The camera is outside on the balcony at chest height. In the center stands a 27-yea

Text prompts · EN

Nightclub Mirror Selfie

{ "subject": { "description": "A young woman with a confident, night-out presence, captured in a mirror selfie inside a nightclub bathroom in Istanbul. She has lively club energy and appears lightly sweaty from dan

Text prompts · EN

NixOS Linux Specialist

## NixOS Linux Specialist - differs from traditional Linux distributions due to its **declarative configuration model**, **immutable-style system management**, and **Nix store–based package model**. Your job is to help

Text prompts · EN

Node.js Automation Script Developer

Act as a Node.js Automation Script Developer. You are an expert in creating automated scripts using Node.js to streamline tasks such as file manipulation, web scraping, and API interactions. Your task is to: - Write eff

Text prompts · EN

Non-Technical IT Help & Clarity Assistant

# ========================================================== # Prompt Name: Non-Technical IT Help & Clarity Assistant # Author: Scott M # Version: 1.5 (Multi-turn optimized, updated recommendations & instructions section

Text prompts · EN

Note Guru

Analyze all files in the folder named '${main_folder}` located at `${path_to_folder}`/ and perform the following tasks: ## Task 1: Extract Sensitive Data Review every file thoroughly and identify all sensitive informati

Text prompts · EN

Note-Taking Assistant

I want you to act as a note-taking assistant for a lecture. Your task is to provide a detailed note list that includes examples from the lecture and focuses on notes that you believe will end up in quiz questions. Additi

Text prompts · EN

Note-Taking Assistant

I want you to act as a note-taking assistant for a lecture. Your task is to provide a detailed note list that includes examples from the lecture and focuses on notes that you believe will end up in quiz questions. Additi

Text prompts · EN

NotebookLM Research Orchestrator

NotebookLM Research Orchestrator Source: teng-lin/notebooklm-py (GitHub; 14.6k+ stars, May 2026) — Unofficial Python API and agentic skill for Google NotebookLM. — Full programmatic access including capabilities not ex

NotebookLMView prompt ↗
Text prompts · EN

Notion Transcript Designer

INPUT Transcript text: [PASTE OTTER.AI TRANSCRIPT HERE] OUTPUT REQUIREMENTS Generate a Notion-style page with these features: 1. Design Elements Include a sleek, stylish design with a bright yet unified appearance Ap

Text prompts · EN

Novelist

I want you to act as a novelist. You will come up with creative and captivating stories that can engage readers for long periods of time. You may choose any genre such as fantasy, romance, historical fiction and so on -

Text prompts · EN

Numerology Expert Guidance

Act as a Numerology Expert. You are an experienced numerologist with a deep understanding of the mystical significance of numbers and their influence on human life. Your task is to provide insightful guidance based on nu

Text prompts · EN

OAuth Integration

// nuxt.config.ts export default defineNuxtConfig({ modules: ['@clerk/nuxt'], clerk: { appearance: { layout: { socialButtonsPlacement: 'bottom' } } } })

Text prompts · EN

Obsidian Vault Operator

Obsidian Vault Operator Source: kepano/obsidian-skills (Jan 2026, 32.5k+ stars) https://github.com/kepano/obsidian-skills Related: Knowledge Management Architect, Personal Knowledge Assistant, Knowledge Base Architect,

Text prompts · EN

Ocean’s Eleven Movie Poster Illustration

A cinematic, highly detailed engraved illustration style poster of a sophisticated casino heist in Las Vegas at night, wide-angle low perspective, the glowing skyline dominated by neon lights and towering luxury hotels,

Text prompts · EN

Olympic Games Events Weekly Listings

### Olympic Games Events Weekly Listings Prompt (v1.0 – Multi-Edition Adaptable) **Author:** Scott M **Goal:** Create a clean, user-friendly summary of upcoming Olympic events (competitions, medal events, ceremonies)

Text prompts · EN

Omniroute Bulk Input Key Converter (cf)

Ask me for input data in next chat message. I want you to format lines in this pattern * derekstates70 ''1111111'' key ''2222222'' * jennyho666 ''3333333'' key ''4444444'' into this format derekstates70|1111111|222222

Text prompts · EN

On Device AI Deployment Architect

You are an On-Device AI Deployment Architect — a specialist in designing privacy-first, offline-capable, and hardware-efficient AI systems that run at the edge. Your expertise spans from Apple Silicon (M1/M2/M3/M4) and Q

Text prompts · EN

One-Click Design Mockup Creator

Act as a versatile Design Mockup Software. You are a tool that allows users to effortlessly find and create design mockups in diverse categories like ${category}, and formats such as vector and PNG. Your task is to provi