nNexGateHub
Browse NexGateHub
NEXGATEHUB / PROMPTS

Text prompts — page 5

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

2478 English prompts · Page 5 of 26

Text prompts · EN

CLAUDE.md Assembly

You are compiling the definitive CLAUDE.md design system reference file. This file will live in the project root and serve as the single source of truth for any AI assistant (or human developer) working on this codebase.

Text prompts · EN

CLAUDE.md Generator for AI Coding Agents

You are a CLAUDE.md architect — an expert at writing concise, high-impact project instruction files for AI coding agents (Claude Code, Cursor, Windsurf, Zed, etc.). Your task: Generate a production-ready CLAUDE.md file

Text prompts · EN

CLI Silently Install Software on Windows

Ask me for the name of the software as your next question. - You are an IT expert technican. I want you to research, verify and then write powershell commands to silently install or update the software on a Windows 10/

Text prompts · EN

Client Component Implementation

'use client' import { useEffect, useState } from 'react'; import { getUsers, createUser, updateUser, deleteUser } from '@/app/actions/users'; export default function UserList() { const [users, setUsers] = useState([

Text prompts · EN

Client Components

// app/components/UserForm.tsx 'use client'; import { useFormStatus } from 'react-dom'; import { createUser } from '@/app/actions/users'; export function UserForm() { const { pending } = useFormStatus(); return (

Text prompts · EN

Client Configuration

import { Client, Account, Databases } from 'appwrite' const client = new Client() client .setEndpoint(import.meta.env.VITEAPPWRITEENDPOINT) .setProject(import.meta.env.VITEAPPWRITEPROJECTID) export const account = n

Text prompts · EN

Client-Side Authentication State

// src/components/AuthStatus.astro import { Auth0Client } from '@auth0/astro' const auth0 = new Auth0Client(Astro) const { isAuthenticated, user } = await auth0.isAuthenticated() // Handle authentication state changes

Text prompts · EN

Clinical Research Coordinator

You are a Principal Clinical Research Coordinator (CRC) with 15+ years of experience managing clinical trials across phases I–IV, spanning pharmaceuticals, medical devices, and digital therapeutics. You have deep experti

Text prompts · EN

Clinical Research Presentation Guidance

Act as a Clinical Research Professor. You are an expert in clinical trials and research methodologies. Your task is to guide a student in preparing a presentation on a selected clinical research topic. You will: - Assi

Text prompts · EN

Clone Website

Clone Website You are about to reverse-engineer and rebuild $ARGUMENTS as pixel-perfect clones. When multiple URLs are provided, process them independently and in parallel where possible, while keeping each site's extr

Text prompts · EN

Cocktail Videos

Cinematic close-up of a mysterious bartender pouring a glowing green liquid into a glass, heavy smoke rising, dark cocktail bar background, 4k, hyper-realistic, slow motion.

Text prompts · EN

Code Formatter Agent Role

# Code Formatter You are a senior code quality expert and specialist in formatting tools, style guide enforcement, and cross-language consistency. ## Task-Oriented Execution Model - Treat every requirement below as an

Text prompts · EN

Code Generation for Online Assessments

SOLVE THE QUESTION IN CPP, USING NAMESPACE STD, IN A SIMPLE BUT HIGHLY EFFICIENT WAY, AND PROVIDE IT WITH THIS RESTYLING: no comments, no space between operator and operand but proper margin and indentation, brackets ope

Text prompts · EN

Code Oprimisation / Optimise Your Code

You are a senior developer with years of experience in [project's base] Your first task is to scan the code/ project and ask the user clarifying questions about it and if the user would like the changes presented. # Tas

Text prompts · EN

Code Organization Standards

// auth0.js - Core authentication setup export async function initializeAuth0(config) { if (!config.domain || !config.clientId) { throw new Error('Domain and clientId are required'); } return await createAuth0Clien

Text prompts · EN

Code Organization Standards

// client.js - Core authentication setup import { createAuthClient } from 'better-auth/vanilla'; export async function initializeAuth(config) { if (!config.baseUrl) { throw new Error('Base URL is required'); } ret

Text prompts · EN

Code Organization Standards

// clerk.js - Core authentication setup export function initializeClerk(publishableKey) { if (!publishableKey) { throw new Error('Publishable key is required'); } return window.Clerk.load({ publishableKey }); }

Text prompts · EN

Code Organization Standards

// client.js - Core Supabase setup import { createClient } from '@supabase/supabase-js'; export function initializeSupabase(config) { if (!config.supabaseUrl || !config.supabaseAnonKey) { throw new Error('Supabase URL

Text prompts · EN

Code Recon

# SYSTEM PROMPT: Code Recon # Author: Scott M. # Goal: Comprehensive structural, logical, and maturity analysis of source code. --- ## 🛠 DOCUMENTATION & META-DATA * **Version:** 2.7 * **Primary AI Engine (Best):** Claud

Text prompts · EN

Code Review Agent

Act as a Code Review Agent. You are an expert in software development with extensive experience in reviewing code. Your task is to provide a comprehensive evaluation of the code provided by the user. You will: - Analyze

Text prompts · EN

Code Review Agent Role

# Code Review You are a senior software engineering expert and specialist in code review, backend and frontend analysis, security auditing, and performance evaluation. ## Task-Oriented Execution Model - Treat every req

Text prompts · EN

Code Review Assistant

Act as a Code Review Assistant. Your role is to provide a detailed assessment of the code provided by the user. You will: - Analyze the code for readability, maintainability, and style. - Identify potential bugs or area

Text prompts · EN

Code Review by Coderabit

You are an expert AI code reviewer. When I share code with you, analyze it thoroughly and provide: ## Code Quality - Identify code smells, anti-patterns, and areas for improvement - Suggest refactoring opportunities - C

Text prompts · EN

Code Review Expert

Act as a Code Review Expert. You are an experienced software developer with extensive knowledge in code analysis and improvement. Your task is to review the code provided by the user, focusing on areas such as: - Code q

Text prompts · EN

Code Review Professional

Act as a Code Review Professional. You are an expert software engineer with extensive experience in code analysis and best practices. Your task is to review the code provided by the user. You will: - Evaluate the code q

Text prompts · EN

Code Review Specialist

Act as a Code Review Specialist. You are an experienced software developer with a keen eye for detail and a deep understanding of coding standards and best practices.\n\nYour task is to review the code provided for quali

Text prompts · EN

Code Review Specialist 2

Act as a Code Review Specialist. You are an experienced software developer with a keen eye for detail and a deep understanding of coding standards and best practices. Your task is to review the code provided by the use

Text prompts · EN

Code Review Specialist 3

Act as a Code Review Specialist. You are an experienced software developer with a keen eye for detail and a deep understanding of coding standards and best practices. Your task is to review the code provided by the user

Text prompts · EN

Code Reviewer

I want you to act as a Code reviewer who is experienced developer in the given code language. I will provide you with the code block or methods or code file along with the code language name, and I would like you to revi

Text prompts · EN

Code Reviewer Agent Role

# Code Reviewer You are a senior software engineering expert and specialist in code analysis, security auditing, and quality assurance. ## Task-Oriented Execution Model - Treat every requirement below as an explicit, t

Text prompts · EN

Code Snippet Manager

Build a developer-focused code snippet manager using HTML5, CSS3, and JavaScript. Create a clean IDE-like interface with syntax highlighting for 30+ programming languages. Implement a tagging and categorization system fo

Text prompts · EN

Code Writing Specialist for Exams

Act as a Code Writing Specialist for Exams. You are an expert in writing clean, simple, and efficient Java code that is suitable for writing on paper during exams. Your task is to: - Provide Java code solutions based on

Text prompts · EN

Codebase Ecosystem Atlas

--- name: codebase-ecosystem-atlas description: Run a read-only, static-first analysis across a multi-repository software ecosystem and generate architecture maps, service catalogs, business-flow documentation, security

Text prompts · EN

Codebase Knowledge Graph Architect

You are a Codebase Knowledge Graph Architect — an expert systems engineer who transforms any folder of code, schemas, infrastructure definitions, documentation, and multimodal assets into a structured, queryable knowledg

Text prompts · EN

Codebase WIKI Documentation Skill

--- name: codebase-wiki-documentation-skill description: A skill for generating comprehensive WIKI.md documentation for codebases using the Language Server Protocol for precise analysis, ideal for documenting code struct

Text prompts · EN

Coding Agent System

Coding Agent System Prompt Source: https://github.com/repowise-dev/claude-code-prompts (Apr 2026, 983 stars) Independent system prompt derived from patterns observed in Claude Code behavior. You are a software engineerin

Text prompts · EN

Cold Start Safe Architecture

Act as a Senior Expo + Supabase Architect. Implement a “cold-start safe” architecture using: - Expo (React Native) client - Supabase Postgres + Storage + Realtime - Supabase Edge Functions ONLY for lightweight gating +

Text prompts · EN

Collaborative AI Marketing Platform

Act as a Collaborative AI Marketing Platform. You are an advanced system where multiple AI agents work together as a cohesive marketing department. Each agent specializes in different aspects of marketing, collaborating

Text prompts · EN

Commit Message Generator

I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional

Text prompts · EN

Commit Message Preparation

# Git Commit Guidelines for AI Language Models ## Core Principles 1. **Follow Conventional Commits** (https://www.conventionalcommits.org/) 2. **Be concise and precise** - No flowery language, superlatives, or unnecess

Text prompts · EN

Community**: [name]

Community: [Name] Version: [Date] Core Values: [What's important to this community?] Code of Conduct: [Expected behavior] Prohibited Behavior: | Behavior | Definition | Example | Consequence | |----------|-----------|-

Text prompts · EN

Compare Top Virtualization Solutions

Act as a Virtualization Expert. You are knowledgeable in the field of virtualization technologies and their application in enterprise environments. Your task is to compare the top virtualization solutions available in th

Text prompts · EN

Competitor Awareness

give the best prompt to identify the complete company profile of euler, like core aspeccts to focus on, fundraising, growth strategy, series funding, execution plan, vc involvement, etc. Basically complete data about Eul

Text prompts · EN

Component Architecture

// Virtualized data table with performance optimization import React, { memo, useCallback } from 'react'; import { useVirtualizer } from '@tanstack/react-virtual'; interface DataTableProps { data: Array ; columns: Col

Text prompts · EN

Component Documentation

You are a design systems documentarian creating the component specification for a CLAUDE.md file. This documentation will be used by AI coding assistants (Claude, Cursor, Copilot) to generate consistent UI code. ## Cont

Text prompts · EN

Component Example

import { ref, onMounted } from 'vue'; import { useUsers } from '@/composables/useUsers'; import type { NewUser } from '@/db/schema'; const { users, loading, error, fetchUsers, createUser, updateUser, deleteUser }

Text prompts · EN

Component Example

// src/app/components/user-list/user-list.component.ts import { Component, OnInit } from '@angular/core'; import { UserService, User } from '../../services/user.service'; import { Observable } from 'rxjs'; @Component({

Text prompts · EN

Component Examples

// src/app/components/user-list/user-list.component.ts import { Component, OnInit } from '@angular/core'; import { UserService } from '../../services/user.service'; import { type User, type NewUser } from '../../db/schem

Text prompts · EN

Component Implementation

import { Component, OnInit } from '@angular/core'; import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { UsersService } from '../../services/users.service'; import { User } from '@prisma/client';

Text prompts · EN

Component Implementation

import { Component, OnInit } from '@angular/core'; import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { PostsService } from '../../services/posts.service'; import { Post } from '@prisma/client';

Text prompts · EN

Component Implementation

'use client' import { useState } from 'react' import { useRouter } from 'next/navigation' import { getUsers, createUser, deleteUser } from '@/app/actions/users' import { useEffect } from 'react' import type { User } fro

Text prompts · EN

Component Implementation

'use client' import { useState, useEffect } from 'react' import { useRouter } from 'next/navigation' import { getPosts, createPost, updatePost, deletePost } from '@/app/actions/posts' import type { Post } from '@prisma/

Text prompts · EN

Component Implementation

import { useState } from 'react' import { useUsers } from '../hooks/useUsers' export function Users() { const { users, isLoading, error, createUser, updateUser, deleteUser } = useUsers() const [newUser, setNewUser] =

Text prompts · EN

Component Implementation

import { useState } from 'react' import { usePosts } from '../hooks/usePosts' export function Posts() { const { posts, isLoading, error, createPost, updatePost, deletePost } = usePosts() const [newPost, setNewPost] =

Text prompts · EN

Composable for Database Operations

// composables/useDatabase.ts import { ref } from 'vue'; import { sql } from '@/lib/db'; export function useDatabase () { const data = ref ([]); const loading = ref(false); const error = ref (null); const execute =

Text prompts · EN

Composable Function

// composables/useFeature.ts import { ref, onMounted, onUnmounted } from 'vue' export function useFeature() { const isActive = ref(false) const data = ref(null) async function fetchData() { data.value = await fetch

Text prompts · EN

Composables

// composables/useUsers.ts interface User { id: number; name: string; email: string; } export function useUsers() { const users = ref ([]); const loading = ref(false); const error = ref (null); const fetchUsers

Text prompts · EN

Composables Implementation

export const useUsers = () = { const { data: users, refresh: refreshUsers, error: usersError } = useFetch('/api/users') const loading = ref(false) const error = ref (null) const createUser = async (userData: { email

Text prompts · EN

Composables Implementation

export const usePosts = () = { const { data: posts, refresh: refreshPosts, error: postsError } = useFetch('/api/posts') const loading = ref(false) const error = ref (null) const createPost = async (postData: { titl

Text prompts · EN

Comprehensive Academic Paper Writing Guide

Act as an Academic Writing Guide. You are an expert in academic writing with extensive experience in assisting students and researchers in crafting well-structured and impactful papers. Your task is to guide users throu

Text prompts · EN

Comprehensive Code Review Expert

Act as a Code Review Expert. You are an experienced software developer with extensive knowledge in code analysis and improvement. Your task is to review the code provided by the user, focusing on areas such as quality, e

Text prompts · EN

Comprehensive Content Review Plan

Act as a Content Review Specialist. You are responsible for ensuring all guides, blog posts, and comparison pages are accurate, well-rendered, and of high quality. Your task is to: - Identify potential issues such as K

Text prompts · EN

Comprehensive Devops Guide

Act as a DevOps Instructor. You are an expert in DevOps with extensive experience in implementing and teaching DevOps practices. Your task is to provide a detailed explanation on the following topics: 1. **Introduction

Text prompts · EN

Comprehensive Integrative Medical Writing

Act like a licensed, highly experienced ${practitioner_role} with expertise in ${medical_specialties}, combining conventional medicine with evidence-informed holistic and integrative care. Your objective is to design a

Text prompts · EN

Comprehensive Repository Analysis

{ "task": "comprehensive_repository_analysis", "objective": "Conduct exhaustive analysis of entire codebase to identify, prioritize, fix, and document ALL verifiable bugs, security vulnerabilities, and critical issue

Text prompts · EN

Comprehensive Research Prompt Generator

You are an elite prompt engineer specialized in creating ultra-powerful, structured prompts that trigger maximum AI exploration capabilities. I need you to transform my simple topic into a comprehensive, advanced, explor

Text prompts · EN

Comprehensive UI/UX Mobile App Analysis

Act as a UI/UX Design Analyst. You are an expert in evaluating mobile application interfaces with a focus on maximizing visual appeal and usability. Your task is to analyze the provided mobile app screenshot and offer c

Text prompts · EN

Comprehensive VC Fundraising Analysis

Act as a seasoned venture capital analyst with extensive experience in evaluating company fundraising strategies and investor dynamics. Your task is to provide a detailed analysis of a company's fundraising rounds, inclu

Text prompts · EN

Concept: "architecture of Intelligence"

Concept: "Architecture of Intelligence" Global Design Settings: Tone: "Avant-garde, structural, intellectual, artistic, future-oriented" Visual Identity: Background Color: "Warm gray / beige (E0E0D0) — matte, paper-

NotebookLMView prompt ↗
Text prompts · EN

Conference Talk Proposal Template

Title [Concise, benefit-driven] Abstract (300 words) [Problem → approach → takeaway, with evidence] Audience [Who benefits, what they'll leave with] Outline 1. [Hook + problem statement] (5 min) 2. [Context + appro

Text prompts · EN

Configuration

// src/environments/environment.ts export const environment = { production: false, databaseUrl: 'postgres:// : @ : / ', }; // src/environments/environment.prod.ts export const environment = { production: true, datab

Text prompts · EN

Configuration

import { pgTable, serial, text, varchar } from 'drizzle-orm/pg-core'; export const users = pgTable('users', { id: serial('id').primaryKey(), name: varchar('name', { length: 255 }).notNull(), email: text('email').notN

Text prompts · EN

Configuration

import { drizzle } from 'drizzle-orm/node-postgres'; import { Pool } from 'pg'; import as schema from './schema'; import { environment } from '../../environments/environment'; const pool = new Pool({ connectionString:

Text prompts · EN

Configuration

import type { Config } from 'drizzle-kit'; export default { schema: './src/app/db/schema.ts', out: './drizzle', driver: 'pg', dbCredentials: { connectionString: process.env.DATABASEURL!, }, } satisfies Config;