nNexGateHub
Browse NexGateHub
NEXGATEHUB / PROMPTS

Workflows — page 5

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

929 English prompts · Page 5 of 10

Workflows · EN

Event Handlers

// ✅ CORRECT function handleSignInSubmit() { } function handleSignOutClick() { } function handleAuthStateChange() { } // ❌ INCORRECT function submit() { } // Too vague function click() { } // Too vague function change()

Workflows · EN

Event Handlers

// ✅ CORRECT function handleSignInSubmit(event) { } function handleAuthStateChange(user) { } function handleSessionExpired() { } // ❌ INCORRECT function submit() { } // Too vague function userChanged() { } // Too vague

Workflows · EN

Event Handlers

// ✅ CORRECT const handleSubmit = (event: FormEvent) = { / ... / }; const handleSignInClick = () = { / ... / }; const handleProfileUpdate = async () = { / ... / }; // ❌ INCORRECT const submit = (event: FormEvent) = { /

Workflows · EN

Example

import type { Product } from '$lib/types'; let { product } = $props<{ product: Product }(); let isHovered = $state(false); let buttonClasses = $derived(() = ({ 'btn-primary': true, 'btn-hover': isHovered }));

Workflows · EN

Example

// src/lib/stores/products.ts import { writable } from 'svelte/store'; function createProductStore() { const { subscribe, set, update } = writable({ products: [], loading: false, error: null }); return { subscr

Workflows · EN

Example

// src/routes/products/[id]/+page.ts import type { PageLoad } from './$types'; export const load: PageLoad = async ({ params, fetch }) = { const response = await fetch(/api/products/${params.id}); return { product: aw

Workflows · EN

Example: Sales Plugin Skeleton

Deal Qualification Skill When to activate User discusses a prospect, opportunity, pipeline stage, or deal outcome. Framework: MEDDIC For every deal mentioned, assess silently: Metrics — What quantifiable business impa

Workflows · EN

Expert Editor

Act as an expert editor with several years of experience. Please provide a bullet point list of errors in spelling, punctuation, and grammar. Provide some general thoughts on style and structure. Then, ask for any elabor

Workflows · EN

Expert Editor

Expert Editor Act as an expert editor with several years of experience. Please provide a bullet point list of errors in spelling, punctuation, and grammar. Provide some general thoughts on style and structure. Then, ask

Workflows · EN

Explain a Concept via Allegorical Story

I want to understand [topic you want to understand]. Please explain it using an allegorical story—that is, present the concept indirectly through a narrative rather than explaining it outright. The story should fully emb

Workflows · EN

Explain Funding Impact

Create a section for my Sponsors page that explains how funding will help me dedicate more time to [project/topics], support new contributors, and ensure the sustainability of my open source work.

Workflows · EN

Explain Like I Am 8

--- name: eli8 description: Explain any complex concept in simple terms to the user as if they are just 8 years old. Trigger this when terms like eli8 are used. --- # explain like I am 8 Explain the cincept that the use

Workflows · EN

Express.js API Example

// src/server.js import express from 'express'; import { userService } from './services/userService.js'; const app = express(); app.use(express.json()); // Get all users app.get('/users', async (req, res) = { try { c

Workflows · EN

Express.js API Example

// src/server.js import express from 'express'; import { getUsers, getUserById, createUser, updateUser, deleteUser } from './users.js'; const app = express(); app.use(express.json()); // Get all users app.get('/us

Workflows · EN

Extract

// State A: capture styles at current state (e.g., scroll position 0) // Then trigger the state change (scroll, click, hover via browser MCP) // State B: re-run the extraction script on the same element // The diff betwe

Workflows · EN

Face Identity Preservation Negative

face morph, identity drift, different person, new face, reconstructed face, averaged face, AI face, generic face, idealized face, beautified, airbrushed, plastic skin, porcelain skin, over-smoothed, skin retouching, be

Workflows · EN

FDTD Simulations of Nanoparticles

Act as a simulation expert. You are tasked with creating FDTD simulations to analyze nanoparticles. Task 1: Gold Nanoparticles - Simulate absorption and scattering cross-sections for gold nanospheres with diameters from

Workflows · EN

Feature Coding Template

You are a senior software engineer with keen understanding in ${language}. I am working on ${project_or_feature_description}. Your task: - ${task_1} - ${task_2} - ${task_N} - ensure consistent styling and verify adherenc

Workflows · EN

File Storage

import { Component } from '@angular/core'; import { AngularFireStorage } from '@angular/fire/compat/storage'; import { finalize } from 'rxjs/operators'; @Component({ selector: 'app-storage', template: }) ex

Workflows · EN

File Structure

src/ ├── auth/ │ ├── client.ts Clerk client configuration │ ├── hooks/ Custom auth hooks │ │ ├── useAuthQuery.ts │ │ └── useAuthMutation.ts │ └── components/ Auth-related components │ ├── SignIn.tsx │ └── SignUp.tsx ├──

Workflows · EN

Film Critic

I want you to act as a film critic. You will need to watch a movie and review it in an articulate way, providing both positive and negative feedback about the plot, acting, cinematography, direction, music etc. My first

Workflows · EN

Find Career Pitfalls Beforhand

What are the common mistakes a person makes on the path to becoming [dream career]? Give step-by-step instructions on how to avoid those mistakes, a detailed career path with duration, and the best sources to learn from.

Workflows · EN

Find What Your Customer Wants

Find out who the target customers are for [product]. For each category of target customers, act as the top professional from that category and give your honest review of [product]. The review should contain good and bad

Workflows · EN

Find What Your Customer Wants

Find what your customer wants Find out who the target customers are for [product]. For each category of target customers, act as the top professional from that category and give your honest review of [product]. The revi

Workflows · EN

Finding the Company

I want to find company which deal with plc ,scada, hmi work which company has less employees which are located out side of india find them on linkdin

Workflows · EN

Fintech Product and Operations Assistant

Act as a Fintech Product and Operations Assistant. You are tasked with analyzing fintech product and operation requests to identify errors and accurately understand business needs. Your main objective is to translate dev

Workflows · EN

Firestore Component Example

import React, { useEffect, useState } from 'react'; import { useFirestore } from '../hooks/useFirestore'; import { orderBy, limit, where } from 'firebase/firestore'; interface Todo { id: string; title: string; comple

Workflows · EN

Flamenco Inspired Turkish Pop Song for Suno AI

Neşeli ve sıcak bir flamenko esintili aşk şarkısı. Türkçe sözler, kadın–erkek düet vokal, karşılıklı ve uyumlu söyleyiş. Hızlı akustik gitar ritimleri, canlı el çırpmaları ve doğal vurmalı çalgılar. Akdeniz hissi veren h

Workflows · EN

Food Critic

I want you to act as a food critic. I will tell you about a restaurant and you will provide a review of the food and service. You should only reply with your review, and nothing else. Do not write explanations. My first

Workflows · EN

Football Commentator

I want you to act as a football commentator. I will give you descriptions of football matches in progress and you will commentate on the match, providing your analysis on what has happened thus far and predicting how the

Workflows · EN

For Annual Review

Client: [Name] Review Date: [Date] Period Covered: [Year] Performance Summary: Portfolio Return: [%] Benchmark Return: [%] Outperformance: [+/- %] Goals Progress: [On track / Ahead / Behind] Goal Status Update: | Goal

Workflows · EN

For Complex Problems (tree-Of-Thought)

Problem: [Clear restatement] Decomposition: Sub-problem A: [Reasoning path → conclusion] Sub-problem B: [Reasoning path → conclusion] Sub-problem C: [Reasoning path → conclusion] Synthesis: [How sub-solutions combine in

Workflows · EN

For Evaluation Rubric

Dimension: [What are we scoring?] Scale: [1-5 or custom] Level 1 (Fail): [Clear description, exemplar output] Level 2 (Weak): [Description, exemplar] Level 3 (Acceptable): [Description, exemplar] Level 4 (Good): [Descri

Workflows · EN

For Learning & Development Plan

Organization: [Name] Priority: [Top skills to develop] Learning Programs: | Program | Target Audience | Format | Duration | Outcome | |---------|-----------------|--------|----------|---------| | [Program] | [Role/level

Workflows · EN

For Metric Definition

Metric Name: [Clear, unambiguous name] Business Objective: [Why do we care about this metric?] Definition: Numerator: [What are we counting?] Denominator: [What's the base/population?] Formula: [Explicit calculation] Ti

Workflows · EN

For Straightforward Problems (cot)

Problem: [Clear restatement] Approach: [Reasoning path] Step 1: [State, constraint, options, decision, why] Step 2: [Continue...] Solution: [Clear answer] Confidence: High | Medium | Low [with reasoning] Assumptions: [Ke

Workflows · EN

For User Journey Map

User Segment: [Who is this for?] Scenario: [Situation/context] Journey Stages: [Awareness → Consideration → Adoption → Usage → Advocacy] Stage 1 Goals: [What's the user trying to accomplish?] Stage 1 Pain Points: [Frust

Workflows · EN

Function Documentation

// ✅ CORRECT / Initializes the Auth0 client with the provided configuration. @param {Object} config - The Auth0 configuration object @param {string} config.domain - The Auth0 domain @param {string} config.clientId -

Workflows · EN

Function Documentation

// ✅ CORRECT / Initializes the Better Auth client with the provided configuration. @param {Object} config - The auth configuration object @param {string} config.baseUrl - The base URL for auth API @param {string} con

Workflows · EN

Function Documentation

// ✅ CORRECT / Initializes Clerk authentication. @param {string} publishableKey - The Clerk publishable key @returns {Promise } The initialized Clerk instance @throws {AuthError} If initialization fails / async func

Workflows · EN

Function Documentation

// ✅ CORRECT / Initializes the Supabase client with the provided configuration. @param {Object} config - The Supabase configuration object @param {string} config.supabaseUrl - The Supabase project URL @param {string}

Workflows · EN

Functional Analyst

Act as a Senior Functional Analyst. Your role prioritizes correctness, clarity, traceability, and controlled scope, following UML2, Gherkin, and Agile/Scrum methodologies. Below are your core principles, methodologies, a

Workflows · EN

Functions

// ✅ CORRECT function initializeClerk() { } function handleAuthStateChange() { } function mountSignInComponent() { } // ❌ INCORRECT function init() { } // Too vague function auth() { } // Too vague function doAuth() { }

Workflows · EN

Functions and Variables

// ✅ CORRECT const useUserProfile = () = { / ... / }; const handleSignIn = async () = { / ... / }; const isAuthenticated = true; // ❌ INCORRECT const UserProfile = () = { / ... / }; // Looks like a component const signi

Workflows · EN

Future Vision

Write a compelling vision statement about where I see [project/work] going in the next 2-3 years and how sponsors can be part of that journey.

Workflows · EN

Gaslighter

I want you to act as a gaslighter. You will use subtle comments and body language to manipulate the thoughts, perceptions, and emotions of your target individual. My first request is that gaslighting me while chatting wi

Workflows · EN

Gemini

I want my Gemini to make make smarter, it should use bold text for headings and emojis. When I start for explanation it should also include real life example for easy digestion

Workflows · EN

Generate an Enhanced Command

Generate an enhanced version of this prompt (reply with only the enhanced prompt - no conversation, explanations, lead-in, bullet points, placeholders, or surrounding quotes): ${userInput}

Workflows · EN

Generate Email Subject Lines

What are some effective email subject lines for the following scenario: I'm writing an email to [receiver persna]. The audience is interested in [interests]. This particular email is about [purpose of the email]. Wri

Workflows · EN

Generate Giveaway Ideas Using Claude

Create 5 unique competitive challenges and the rewards for the giveaway program for [product/business] that generate engagement and build value for the [product/business]. Use psychology tricks and create urgency and men

Workflows · EN

Generate Rebranding Strategies Using AI

Product = [product description] Changes = [new features] Goal = [your goal] A brand strategist, a marketing manager, and a creative director are assigned to rebrand [company/product] to highlight [changes]. Rebranding

Workflows · EN

Get GIFs in Claude

hey Claude. hope you're having a great day. From now on you will respond to anything I say with the perfect gif response. Once you know what gif you want to use, compile the most accurate and perfect search phrase that

Workflows · EN

Get More Referrals Using AI Ideas

Analyze [product] and generate 10 unique ideas on how to encourage customers to refer others. The ideas should focus on adding value to existing customers as a reward for their referrals. product = [Insert Here]

Workflows · EN

Get Solutions from a CEO to Your Problems

Question: [Insert here] A team of CEOs of Fortune 500 companies is asked [question]. Generate instructions and strategies on how to solve the [question] as if those CEOs answer the question. Display the company name and

Workflows · EN

Giant Object in City

You're in a ${location} crowd looking up at a giant monumental concrete ${object}, weathered with rust, moss and light ivy yet silver gleams break through where harsh sunlight strikes, an iconic cinematic moment frozen i

Workflows · EN

Github Stars Fetcher with Agent Browser

# Using Agent Browser to Fetch GitHub Starred Projects ## Objective Use the Agent Browser skill to log into GitHub and retrieve the starred projects of the currently logged-in user, sorted by the number of stars. ## Ex

Workflows · EN

Gomoku Player

Let's play Gomoku. The goal of the game is to get five in a row (horizontally, vertically, or diagonally) on a 9x9 board. Print the board (with ABCDEFGHI/123456789 axis) after each move (use x and o for moves and - for w

Workflows · EN

Grant Finder

Act as a Grant Research Assistant. You are an expert in identifying grant opportunities for individuals, organizations, and businesses. Your task is to find potential grants that match the user's specified needs and crit

Workflows · EN

Grok Customize

grok customization to get natural response without repetitive English, without sounding robotic, making every response concise and humanize

Workflows · EN

Guessing Game Master

You are {name}, an AI playing an Akinator-style guessing game. Your goal is to guess the subject (person, animal, object, or concept) in the user's mind by asking yes/no questions. Rules: Ask one question at a time, answ

Workflows · EN

Hand-Off

Produce a handoff summary of all decisions made in this session, formatted so I can paste it into a new chat to continue with the next steps pending to execute.

Workflows · EN

Handle Sales Calls Using AI

I need you to build a conversation between two people; one is John and the other is Robert. [outline a scenario how you want between the persons] Now show exactly how this conversation goes from start to end, and after

Workflows · EN

Health Motivational Speaker

I want you to act like a health motivational speaker the best ever on earth let every word save life and has impact tell the important for it to be let it be extraordinary full of energy not just written by a normal huma

Workflows · EN

Heart Illustration

[00:00 - 00:03] Hyper-realistic 8K 3D human heart anatomy, beating slowly, detailed muscle texture with coronary arteries, Golden Hour Cinematic lighting, fisheye distortion effect, 35mm storytelling lens, professional m

Workflows · EN

Help Me Build a Hello World Page

Help me build a hello world page. Help me build a hello world page with {argument name="styleen" default="Linear"} style. Help me build a hello world page with {argument name="styleen" default="Linear"} style.