nNexGateHub
Browse NexGateHub
NEXGATEHUB / PROMPTS

AI prompt library — page 220

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

22149 English prompts · Page 220 of 231

Workflows · EN

Break Down Costs

Create a transparent breakdown of how sponsor funds will be used (e.g., server costs, development tools, conference attendance, dedicated coding time) for my [project type].

Workflows · EN

Build Resumes Using AI

Analyze [details] and build a resume to apply for [job role details]. Consider what an employer would look for in [job role details] and make the resume stand out and attract the employer. Details = [Insert Here] Job r

Workflows · EN

Burn Captions

ffmpeg -y -i /tmp/clipify/clippanned.mp4 -vf "subtitles=/tmp/clipify/captions.ass" \ -c:v libx264 -preset fast -crf 20 -c:a copy "$OUTPUT.mp4"

Workflows · EN

Business

. Act as an investor who’s deciding where to fund me.” - “Pretend you’re a competitor trying to destroy my idea.

Workflows · EN

Business Idea Evaluation and Scoring

Act as a Business Idea Evaluator. You are an expert in assessing business concepts across various industries. Your task is to evaluate and score the given business idea based on specific criteria. You will: - Analyze t

Workflows · EN

Business Ideas for Your Skill

Generate startup ideas for [skill/product] and the step-by-step road map for each startup, as well as the unique marketing strategies that will reach the target audience. Skill:[Insert here]

Workflows · EN

Business Legal Assistant

--- name: business-legal-assistant description: Assists businesses with legal inquiries, document preparation, and compliance management. --- Act as a Business Legal Assistant. You are an expert in business law with exp

Workflows · EN

Business Risk & Scenario Analyzer

You are a risk and strategy consultant. Your task is to stress-test a business model across multiple scenarios and identify critical risks. --- ### 0. Core Assumptions List the most important assumptions the business

Workflows · EN

Butterfly

[00:00 - 00:03] Macro 100mm detail of a green chrysalis hanging from a twig, Golden Hour Cinematic lighting, the cocoon vibrates and rapidly turns translucent revealing folded orange and black wing patterns inside, Hyper

Workflows · EN

Calories Diet

Act as a nutritionist and create a healthy recipe for a vegandaily dinner.calories what need to be counted for 1700calories daily were 150g protein, 43g of fat and rest carbs. Include ingredients, step-by-step instructio

Workflows · EN

Car Navigation System

I want you to act as a car navigation system. You will develop algorithms for calculating the best routes from one location to another, be able to provide detailed updates on traffic conditions, account for construction

Workflows · EN

Cascading Failure Simulator

============================================================ PROMPT NAME: Cascading Failure Simulator VERSION: 1.3 AUTHOR: Scott M LAST UPDATED: January 15, 2026 ==========================================================

Workflows · EN

CATEGORY F — Latex Formatting

✅ Recommended definitions: \newcommand{\ie}{i.e.,\xspace} \newcommand{\eg}{e.g.,\xspace} ❌ "i.e. the result" ← missing macro and missing comma ❌ "i.e., the result" ← correct punctuation but should still use \ie ✅ "\ie t

Workflows · EN

CATEGORY I — Hyphenation Consistency

❌ "tightly-coupled" → ✅ "tightly coupled" ❌ "jointly-optimized" → ✅ "jointly optimized" ❌ "highly-accurate" → ✅ "highly accurate" ❌ "locally-consistent" → ✅ "locally consistent" ❌ "sparsely-connected" → ✅ "sparsely conne

Workflows · EN

ChatGPT Prompt Generator

I want you to act as a ChatGPT prompt generator, I will send a topic, you have to generate a ChatGPT prompt based on the content of the topic, the prompt should start with "I want you to act as ", and guess what I might

Workflows · EN

ChatGPT Prompt Optimizer

I'll provide a chatGPT prompt. You'll ask questions to understand the audience and goals, then optimize the prompt for effectiveness and relevance using the principle of specificity.

Workflows · EN

Cheap Travel Ticket Advisor

You are a cheap travel ticket advisor specializing in finding the most affordable transportation options for your clients. When provided with departure and destination cities, as well as desired travel dates, you use you

Workflows · EN

Check: [what You Are Verifying]

Check: [what you are verifying] Command run: [the exact command you executed] Output observed: [actual terminal output, copy-pasted verbatim — never paraphrased] Result: PASS (or FAIL with Expected vs Actual) Bad exampl

Workflows · EN

Chemical Reactor

I want you to act as a chemical reaction vessel. I will send you the chemical formula of a substance, and you will add it to the vessel. If the vessel is empty, the substance will be added without any reaction. If there

Workflows · EN

Chess Player

I want you to act as a rival chess player. I We will say our moves in reciprocal order. In the beginning I will be white. Also please don't explain your moves to me because we are rivals. After my first message i will ju

Workflows · EN

Chicks Hatch

Extreme close-up of a cracking chicken egg on straw, hyper-detailed shell texture. Newly hatched featherless chick, wet and wrinkled pink skin. 14mm ultra wide lens providing dramatic perspective, hyper-realistic 8K styl

Workflows · EN

Chief Executive Officer

I want you to act as a Chief Executive Officer for a hypothetical company. You will be responsible for making strategic decisions, managing the company's financial performance, and representing the company to external st

Workflows · EN

China Business Law Assistant

Act as a China Business Law Assistant. You are knowledgeable about Chinese business law and regulations. Your task is to: - Provide advice on compliance with Chinese business regulations - Assist in understanding legal

Workflows · EN

Cinematic Realism

${subject} portrayed in a high-end cinematic realism masterpiece, physically accurate PBR lighting and shading workflow, volumetric fog layers interacting dynamically with rim light and key light, extreme clarity micro-s

Workflows · EN

Cite Your Sources

You are an expert research assistant. Here is a document you will answer questions about: [Full text of Matterport SEC filing 10-K 2023, not pasted here for brevity] First, find the quotes from the document that are mos

Workflows · EN

Cite Your Sources

Cite your sources You are an expert research assistant. Here is a document you will answer questions about: [Full text of Matterport SEC filing 10-K 2023, not pasted here for brevity] First, find the quotes from the do

Workflows · EN

Client Initialization

// src/auth/client.ts import { ClerkProvider } from '@clerk/clerk-react'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; import { ReactQueryDevtools } from '@tanstack/react-query-devtools'; co

Workflows · EN

Client Setup

// lib/client.ts import { createClient } from 'better-auth' import type { AuthConfig } from 'better-auth' export const auth = createClient({ baseUrl: import.meta.env.VITEAUTHBASEURL, apiKey: import.meta.env.VITEAUTHAP

Workflows · EN

Collecting Flow

LaunchedEffect(listState) { snapshotFlow { listState.firstVisibleItemIndex } .distinctUntilChanged() .collect { index - analytics.visibleIndex(index) } }

Workflows · EN

Commentariat

I want you to act as a commentariat. I will provide you with news related stories or topics and you will write an opinion piece that provides insightful commentary on the topic at hand. You should use your own experience

Workflows · EN

Components

// ✅ CORRECT export function SignInForm() { / ... / } export function UserProfileCard() { / ... / } export function OrganizationList() { / ... / } // ❌ INCORRECT export function signInForm() { / ... / } // Wrong casing

Workflows · EN

Composable

// src/composables/useUsers.ts import { ref } from 'vue'; import { userService } from '@/services/userService'; import type { User, NewUser } from '@/db/schema'; export function useUsers() { const users = ref ([]); co

Workflows · EN

Composables

// composables/useUsers.ts import type { User, NewUser } from '~/server/db/schema'; export function useUsers() { const users = ref ([]); const loading = ref(false); const error = ref (null); const fetchUsers = asyn

Workflows · EN

Composer

I want you to act as a composer. I will provide the lyrics to a song and you will create music for it. This could include using various instruments or tools, such as synthesizers or samplers, in order to create melodies

Workflows · EN

Comprehensive Book Summarizer

Act as a Comprehensive Book Summarizer. You are skilled in extracting and condensing the essence of important books into clear and concise summaries. Your task is to summarize the book titled "${bookTitle}". You will:

Workflows · EN

Compute-Unit Budget Instruction

use solanaprogram::computebudget::ComputeBudgetInstruction; // In client-side transaction construction: let culimitix = ComputeBudgetInstruction::setcomputeunitlimit(300000); let cupriceix = ComputeBudgetInstruction::se

Workflows · EN

Conference Invitation Email

Act as an Event Coordinator. You are organizing a prestigious conference on ${topic:Innovative Technologies}. Your task is to craft a professional email invitation to prospective attendees. You will: - Highlight the key

Workflows · EN

Configuration

// src/lib/query-client.ts import { QueryClient } from '@tanstack/react-query'; export const queryClient = new QueryClient({ defaultOptions: { queries: { staleTime: 5 60 1000, // 5 minutes retry: 1, }, }, });

Workflows · EN

Configuration

export const environment = { production: false, firebase: { apiKey: 'your-api-key', authDomain: 'your-project.firebaseapp.com', projectId: 'your-project-id', storageBucket: 'your-project.appspot.com', messagingSen

Workflows · EN

Configuration

import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; // Firebase imports import { AngularFireModule } from '@angular/fire/c

Workflows · EN

Configuration

import { initializeApp } from 'firebase/app'; import { getAuth } from 'firebase/auth'; import { getFirestore } from 'firebase/firestore'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { apiKey:

Workflows · EN

Configuration

import { defineConfig } from 'astro/config'; import node from '@astrojs/node'; export default defineConfig({ output: 'server', adapter: node({ mode: 'middleware' }), vite: { ssr: { noExternal: ['firebase', 'fireb

Workflows · EN

Configuration

import { initializeApp } from 'firebase/app'; import { getFirestore } from 'firebase/firestore'; import { getAuth } from 'firebase/auth'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { apiKey:

Workflows · EN

Configuration

import { initializeApp } from 'firebase/app'; import { getAuth } from 'firebase/auth'; import { getFirestore } from 'firebase/firestore/lite'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { api

Workflows · EN

Configuration

import { initializeApp } from 'firebase/app'; import { getFirestore } from 'firebase/firestore'; import { getAuth } from 'firebase/auth'; import { getStorage } from 'firebase/storage'; const firebaseConfig = { apiKey:

Workflows · EN

Configuration

import { createApp } from 'vue'; import { VueFire, VueFireAuth } from 'vuefire'; import App from './App.vue'; import { app as firebaseApp } from './firebase'; const app = createApp(App); app.use(VueFire, { firebaseApp

Workflows · EN

Consult Steve Jobs and Elon Musk

Consult Steve Jobs and Elon Musk Prompt: I will provide you with an argument or opinion of mine. I want you to criticize it as if you were Person: [person name] Argument: [your statement].

Workflows · EN

Content Collections

const posts = defineCollection({ type: 'content', schema: z.object({ title: z.string(), pubDate: z.date(), featured: z.boolean().default(false) }) })

Workflows · EN

Content Collections

// Hydrates immediately const criticalFeature = document.querySelector('.critical') criticalFeature.initialize() // Hydrates after page load import { initializeFeature } from './feature'

Workflows · EN

Content Collections

export async function GET({ params, request }) { const products = await db.products.findMany({ where: { category: params.category } }) return new Response(JSON.stringify(products), { status: 200, headers: { 'Con

Workflows · EN

Content Collections

export function onRequest({ request, locals }, next) { locals.user = await auth.getUser(request) const response = await next() response.headers.set('X-Custom-Header', 'value') return response }

Workflows · EN

Content Collections

export const cartStore = atom({ items: [], total: 0 }) export function addToCart(product) { cartStore.set({ items: [...cartStore.get().items, product], total: cartStore.get().total + product.price }) }

Workflows · EN

Contentview

// Before TextField("Username", text: Binding( get: { model.username }, set: { model.username = $0; model.save() } )) // After TextField("Username", text: $model.username) .onChange(of: model.username) { model.save(

Workflows · EN

Context-Aware Email Assistant

Act as a Context-Aware Email Assistant. You are capable of reading browser pages and integrating context from multiple tabs. Your task is to: - Establish a clear goal at the start of each session with the user. - Dynami

Workflows · EN

Continuous Execution Mode AI

You are running in “continuous execution mode.” Keep working continuously and indefinitely: always choose the next highest-value action and do it, then immediately choose the next action and continue. Do not stop to summ

Workflows · EN

Controller Features

class ProductRepository { public function findByCategory(string $category): Collection { return Product::query() -whereBelongsTo(Category::findBySlug($category)) -with(['variants', 'media']) -cached() -get(); } }

Workflows · EN

Controller Features

class ProductEventSubscriber { public function handleProductCreated(ProductCreated $event): void { Cache::tags(['products'])-flush(); Notification::send($admins, new ProductCreatedNotification($event-product)); }

Workflows · EN

Controller Features

class ProductResource extends JsonResource { public function toArray(Request $request): array { return [ 'id' = $this-id, 'name' = $this-name, $this-mergeWhen($request-user()?-isAdmin(), [ 'cost' = $this-cost, 'm

Workflows · EN

Controller Features

test('it calculates product margins') -with([ [100, 150, 50], [200, 300, 100] ]) -expect(fn (int $cost, int $price, int $margin) = Product::calculateMargin($cost, $price) )-toBe(fn (int $margin) = $margin);

Workflows · EN

Core Formula

Context Window = RAM (volatile, attention-limited, "lost in the middle") Filesystem = Disk (persistent, append-only, unlimited) → Anything important is written to disk. → Anything stale is dropped from context but kept r

Workflows · EN

Core Principles

Core Principles Deploy Safely, Not Just Fast: Every release must be reversible, observable, and incremental. Big-bang deploys are unacceptable. Feature Flags Are Mandatory: Every change ships behind a flag. Decouple depl

Workflows · EN

Correct API Route Setup

// src/pages/api/auth/[...all].ts import { betterAuth } from '../../../lib/auth' import type { APIRoute } from 'astro' export const all: APIRoute = async ({ request }) = { try { return await betterAuth.handleRequest(r

Workflows · EN

Correct API Route Setup

// app/routes/api.auth.$.tsx import { auth } from '~/lib/auth.server' import type { LoaderFunctionArgs, ActionFunctionArgs } from '@remix-run/node' export async function loader({ request, params }: LoaderFunctionArgs) {

Workflows · EN

CORRECT AUTH GUARD IMPLEMENTATION

// src/lib/guards/auth.ts import { browser } from '$app/environment'; import { goto } from '$app/navigation'; import { auth, isAuthenticated } from '$lib/stores/auth'; import type { Load } from '@sveltejs/kit'; export c