Library

AI Prompt Library

Ready-to-use prompts for ChatGPT, Gemini, Claude, and more. Copy, customize, and get better results from your favorite AI tools.

Tool:Category:Difficulty:

193 prompts

Extract Key Metrics from an Earnings Call Transcript

intermediate
Google Geminianalysisresearchfinanceexecutive-brief
You are a sell-side analyst assistant. Read the earnings call transcript and return:
1) KPI table: revenue, gross margin, operating margin, EPS, FCF, guidance (current vs prior if available).
2) 5 man…

Parallel Web Research with Agent Swarm

Kimi K2.5Researchagent-swarmresearchparallelweb-search
Research {{topic}} using parallel agents. For each subtopic — {{subtopic_1}}, {{subtopic_2}}, and {{subtopic_3}} — gather the 3 most relevant facts with sources. Merge results into a single report wit…

Code review with architect-level feedback

beginner
MiniMax M2.5codingcode-reviewarchitecturebest-practices
Review the following {{language}} code as a senior software architect.

Evaluate:
1. Correctness — does the logic work for edge cases?
2. Performance — any O(n²) or worse operations that could be O(n)…

Explain this codebase

beginner
Claude Codecodingonboardingdocumentationarchitecture
Read the project and give me a concise overview:
1. What does this codebase do?
2. What is the main entry point?
3. What are the key modules and what does each one handle?
4. What external dependencie…

Activate Analyst Agent

beginner
BMAD METHODAgent Activationanalystproject-initplanning
You are the BMAD Analyst agent. Your job is to assess the project I describe and recommend the right planning track: Quick Flow (bug fixes/scripts), BMAD Standard Method (most apps), or Enterprise Flo…

Run a Deep Research Report on Any Topic

beginner
OpenAI Chat GPTresearchdeep-researchcitationsmarket-research
Use Deep Research to investigate [topic].

Return:
1) 3-paragraph executive summary with key findings.
2) Main claims table: claim, supporting evidence, confidence (high/medium/low).
3) Conflicting vi…

Product Hero Shot

beginner
OpenAI Soramarketingproductadvertisingcinematic
A [PRODUCT NAME] sits on [SURFACE, e.g. 'a white marble countertop'] with [LIGHTING, e.g. 'soft studio lighting from the left']. [CAMERA MOVE, e.g. 'Slow 360-degree orbit around the product']. Backgro…

Cinematic Product Reveal

beginner
Seedance 2.0Productproducte-commercerevealcinematic
A [PRODUCT] sits on a [SURFACE] in [SETTING]. The camera slowly pushes in. [LIGHTING] light catches the [PRODUCT MATERIAL]. [AMBIENT SOUND] plays softly. Professional product photography aesthetic.

Personal Assistant System Prompt

beginner
OpenClawproductivitysystem-promptpersonal-assistantsetup
You are a personal AI assistant running via OpenClaw on {user_name}'s own hardware. You respond to messages from {user_name} on {primary_channel} (and other connected channels). Keep responses concise…

Build a login screen

PencilUI Designformsauthbeginner
Design a login screen with: email input, password input with show/hide toggle, 'Remember me' checkbox, primary Login button, and a 'Forgot password?' link. Clean minimal style, [brand color] for the p…

Person-to-Camera Talking Head

beginner
OpenAI Soracreativedialoguetalking-headsocial
[CHARACTER: e.g. 'A 30-year-old man with short dark hair, wearing a navy blazer'] stands in [SETTING, e.g. 'a modern home office with bookshelves in the background']. [TIME OF DAY, e.g. 'Afternoon lig…

Build a Competitor Intelligence Brief with Sources

advanced
Google Geminiresearchmarket-researchcompetitive-analysiscitations
Create a competitor intelligence brief for [company] in [market].
Return:
1) Competitor table (product, pricing model, target segment, differentiator).
2) Feature gap analysis (must-have, parity, over…

Morning Briefing Cron Message

beginner
OpenClawautomationcronmorning-briefingproductivity
Give me a morning briefing. Include:
1. Today's date and day of the week
2. Any tasks or topics we discussed recently that are still open
3. A suggested priority for today based on what you know
4. An…

Rewrite Any Draft to Remove AI-Sounding Language

beginner
OpenAI Chat GPTwritingeditinghumanizationcontent
Rewrite the following draft to sound like it was written by a human, not a language model.

Rules:
- Remove: delve, landscape, pivotal, showcase, underscore, vibrant, foster, garner, tapestry, testame…

Implement canvas design as React

PencilCode Generationreacttailwindexport
Implement this Pencil design as a React functional component. Use Tailwind CSS for all styles. Match the canvas layout exactly — same spacing, font sizes, and colors. Export as a single self-contained…

Bug fix from failing test output

beginner
MiniMax M2.5codingdebuggingtestingagentic
A test is failing. Fix the source code so the test passes.

Failing test:
```
{{test_output}}
```

Source file ({{file_path}}):
```{{language}}
{{source_code}}
```

Return only the corrected source co…

Person Walking Urban Street

beginner
Seedance 2.0Characterlifestyleurbanwalkingcharacter
A [PERSON DESCRIPTION] walks [DIRECTION] along a [STREET TYPE] in [CITY/SETTING]. [CAMERA MOVEMENT], [DEPTH OF FIELD]. [TIME OF DAY] light. [AMBIENT SOUND]. Cinematic, [FILM STYLE] aesthetic.

Generate Product Requirements Document

beginner
BMAD METHODPlanningprdproduct-managerrequirements
You are the BMAD Product Manager agent. Using the project description below, generate a complete PRD with these sections:

1. Problem Statement
2. Target Users
3. Goals and Success Metrics
4. Core Fea…

Fix this error

beginner
Claude Codecodingdebuggingerror-fixingtroubleshooting
I'm getting this error:

```
[ERROR_MESSAGE]
```

Trace it to the root cause in the codebase. Fix the problem. Then run [TEST_COMMAND] to confirm the fix didn't break anything else. Show me what you c…

Step-by-Step Math Problem Solver (Thinking Mode)

Kimi K2.5Mathematicsthinking-modemathreasoningstep-by-step
Solve the following problem step by step, showing all intermediate calculations. Verify your answer by substituting it back into the original equation.

Problem: {{math_problem}}

Write tests for a module

beginner
Claude Codecodingtestingunit-testscoverage
Write unit tests for [FILE_PATH].

Cover:
- Happy path (expected inputs and outputs)
- Edge cases: [EDGE_CASE_1], [EDGE_CASE_2]
- Error cases: [ERROR_CASE]

Use the test framework already set up in th…

Tech B-Roll — Typing on Laptop

beginner
Seedance 2.0B-Rolltechb-rollworkspacedocumentary
Close-up of hands typing on a [LAPTOP TYPE] at a [WORKSPACE DESCRIPTION]. [CAMERA MOVEMENT] at [SPEED]. [LIGHTING] light. [BACKGROUND DETAIL] visible in soft focus. Keyboard click sounds. [STYLE] aest…

Code Review Helper

intermediate
OpenClawdevelopmentcode-reviewdevelopmentworkflow
Review the following code for:
- Logic errors or edge cases
- Security issues (injection, auth gaps, data exposure)
- Performance problems worth fixing
- Style inconsistencies with the surrounding cod…

Build a Competitive Intelligence Brief with Web Browsing

intermediate
OpenAI Chat GPTresearchcompetitive-analysisweb-browsingmarket-research
Use web browsing to research [competitor name] as a competitor to [your product/category].

Return:
1) Core value proposition (1-2 sentences).
2) Pricing table: plan names, prices, key limits.
3) Top …

Code Review and Security Audit

Kimi K2.5Codingcode-reviewsecuritydebuggingbest-practices
Review the following {{language}} code for:
1. Security vulnerabilities (SQL injection, XSS, insecure dependencies, hardcoded secrets)
2. Performance issues (inefficient loops, memory leaks, unnecessa…

Architect Agent — Minimal Architecture Review

intermediate
BMAD METHODArchitecturearchitectsystem-designplanning
You are the BMAD Architect agent. Review the PRD below and produce a minimal architecture. Include:

1. Tech Stack — list each layer with a one-sentence rationale
2. Component Diagram — describe what …

System design from requirements

intermediate
MiniMax M2.5codingsystem-designarchitectureplanning
Design a {{system_type}} system for the following requirements.

Requirements:
{{requirements}}

Constraints:
- Team size: {{team_size}}
- Expected traffic: {{traffic}}
- Budget: {{budget}}

Produce:
…

Turn Raw Notes into a Search-Optimized Content Brief

intermediate
Google Geminicontentseocontent-strategybrief
Act as a content strategist. Using the topic, audience, and notes, create:
1) Search intent (primary + secondary).
2) Outline with H2/H3 sections.
3) Entities/questions to cover.
4) Internal link sugg…

Cinematic Landscape Establishing Shot

beginner
OpenAI Soracreativecinematiclandscapeb-roll
[CAMERA MOVE, e.g. 'Aerial drone shot slowly descending'] over [LOCATION, e.g. 'a dense pine forest']. [TIME OF DAY / WEATHER, e.g. 'Golden hour, light fog through the trees']. [STYLE, e.g. 'Nature do…

Design a pricing table

PencilUI Designpricingsaascards
Design a 3-tier pricing table: [Free tier name] at $0, [Pro tier name] at $[X]/mo, [Enterprise tier name] at custom pricing. Highlight the middle tier as 'Most Popular'. Each card shows: price, [numbe…

Scrum Master — Generate Sprint Backlog

beginner
BMAD METHODSprint Planningscrum-masterbacklogstories
You are the BMAD Scrum Master agent. Using the PRD and architecture below, generate a sprint backlog for Sprint {{sprint_number}}.

For each story, produce:
- Title (format: As a [user], I want to [ac…

Document/Chart Visual Analysis

Kimi K2.5Visionvisiondocument-analysischartsmultimodal
Analyze the attached {{document_type}}. Extract:
1. The main data points or key claims
2. Any trends, anomalies, or patterns
3. A 3-bullet summary a non-expert could understand
4. Two questions this d…

Food & Drink — Pour Shot

beginner
Seedance 2.0Foodfooddrinkpoursocial media
[LIQUID] being poured into [VESSEL] on [SURFACE]. [CAMERA ANGLE], [CAMERA MOVEMENT]. [LIGHTING] light. Steam or condensation visible. [AMBIENT SOUND]. [CUISINE/BRAND] aesthetic.

Convert a PDF or Document into Actionable Bullets

beginner
OpenAI Chat GPTproductivitydocument-analysissummarizationexecutive-brief
[Upload a PDF, report, or paste document text]

Analyze this document and return:
1) 5 most important takeaways as bullet points (max 20 words each).
2) Decisions required and by whom.
3) Key risks or…

Refactor to a new pattern

intermediate
Claude Codecodingrefactoringtech-debtpatterns
Refactor [FILE_OR_FOLDER] to use [NEW_PATTERN] instead of [OLD_PATTERN].

Before:
```
[BEFORE_EXAMPLE]
```

After:
```
[AFTER_EXAMPLE]
```

Apply this consistently across all matching cases. Don't cha…

Generate A/B Test Headlines with Test Hypotheses

beginner
Google Geminimarketingab-testingcopywritingconversion
Write 10 distinct headline variants for this landing page.
Constraints:
- Max 65 characters each
- 3 benefit-led, 3 curiosity-led, 2 urgency-led, 2 social-proof-led
Then provide a test matrix with:
- …

Brand Lifestyle Moment

beginner
OpenAI Soramarketinglifestylebrandsocial-ad
A [CUSTOMER DESCRIPTION, e.g. 'young woman in her mid-twenties'] uses [PRODUCT/SERVICE, e.g. 'a sleek laptop'] at [SETTING, e.g. 'an outdoor café in Paris']. [EMOTION, e.g. 'She looks satisfied and fo…

Contract clause extraction to JSON

beginner
MiniMax M2.5document-analysiscontractslegalextractionstructured-output
Extract key clauses from this {{contract_type}} contract.

Return a JSON object with these fields:
- parties: array of party names
- effective_date: ISO 8601 date string or null
- termination_date: IS…

Skill SKILL.md Template

intermediate
OpenClawautomationskillsclawhubcustomization
---
name: {skill_slug}
description: {one_line_description}
homepage: {optional_url}
user-invocable: true
---

## What this skill does

{skill_description}

## When to use it

Use this skill when {trig…

Multi-Agent Router Config

advanced
OpenClawautomationmulti-agentroutingconfiguration
```json5
// ~/.openclaw/openclaw.json
// Route different channels to different agents with isolated workspaces
{
  agents: {
    work: {
      workspace: "/Users/{username}/work-agent",
      model: "…

Action Sports Clip

intermediate
OpenAI Soracreativeactionsportsenergy
A [ATHLETE DESCRIPTION, e.g. 'male skateboarder, early twenties, wearing a black hoodie'] performs [TRICK/ACTION, e.g. 'a kickflip'] at [LOCATION, e.g. 'an empty urban skatepark at dusk']. [CAMERA, e.…

Add a REST API endpoint

intermediate
Claude Codecodingapibackendrest
Add a [HTTP_METHOD] endpoint at [ROUTE_PATH] to [PROJECT_NAME].

It should:
- Accept: [REQUEST_BODY_OR_PARAMS]
- Return: [RESPONSE_SHAPE]
- Validate inputs: [VALIDATION_RULES]
- Error responses: 400 f…

Debug Code and Generate Edge-Case Tests

intermediate
OpenAI Chat GPTcodingdebuggingtestingcode-review
Review this [language] code for bugs and missing test coverage.

Return:
1) Bug list: issue, severity (critical/major/minor), line reference.
2) Fixed version of the code with comments explaining each…

Aerial Establishing Shot

intermediate
Seedance 2.0Cinematicaerialestablishingcinematicb-roll
Aerial drone shot over [LOCATION] at [TIME OF DAY]. [DRONE MOVEMENT] slowly. [WEATHER/SKY CONDITION]. [WHAT IS VISIBLE BELOW]. [AMBIENT SOUND] from below. [COLOR GRADE/MOOD] color palette. Cinematic d…

Create a Technical FAQ from Support Tickets

intermediate
Google Geminisupportsupport-opsknowledge-basedocumentation
You are a support operations lead. Convert these support tickets into a publish-ready FAQ.
Return:
1) Top recurring issues ranked by frequency and impact.
2) FAQ entries (question, short answer, step-…

API Integration Code Generator

Kimi K2.5Codingapicode-generationintegrationdeveloper
Write production-ready {{language}} code to integrate with the {{api_name}} API. The integration must:
1. Authenticate using {{auth_method}}
2. Handle the following use case: {{use_case}}
3. Include e…

Research synthesis from multiple sources

intermediate
MiniMax M2.5researchresearchsynthesiscitations
Synthesize the following research sources into a structured {{output_format}} on: {{topic}}

Sources:
{{sources}}

Requirements:
- Every factual claim must cite a source number [1], [2], etc.
- Where …

Developer Agent — Implement a Story

beginner
BMAD METHODImplementationdeveloperimplementationcoding
You are the BMAD Developer agent. Implement the story below. Follow the architecture document. Write tests alongside the code.

Rules:
- Only modify files relevant to this story
- If you need to chang…

Technical Writing: Explain Like I'm 10

Kimi K2.5Writingexplanationtechnical-writingsimplificationeducation
Explain {{technical_concept}} to someone with no technical background. Use:
- A real-world analogy (something from everyday life)
- Plain English with no jargon — if you must use a technical term, def…

Write a git commit and PR description

beginner
Claude Codeproductivitygitpull-requestdocumentation
Review the staged git changes and:
1. Write a commit message in conventional commits format (type(scope): description)
2. Write a pull request description with: what changed, why, and how to test it
3…

Explainer Animation-Style Clip

intermediate
OpenAI Soramarketingexplaineranimatedproduct
[OBJECT OR CONCEPT, e.g. 'A 3D rendered smartphone'] appears in [SETTING, e.g. 'a clean white void']. [ANIMATION ACTION, e.g. 'The screen lights up and icons animate in sequence']. [CAMERA, e.g. 'Slow…

Audit Spreadsheet Data and Flag Anomalies for Leadership

advanced
Google Geminidataspreadsheetsanomaly-detectionreporting
Analyze this tabular data and produce an executive anomaly report.
Return:
1) Outliers and trend breaks.
2) Suspected root causes.
3) What to validate with finance/ops.
4) A one-slide summary (5 bulle…

Generate unit tests for existing code

beginner
MiniMax M2.5codingtestingtest-generationquality
Write comprehensive {{test_framework}} unit tests for the following {{language}} code.

Code to test:
```{{language}}
{{code}}
```

Cover:
1. Happy path — normal inputs that should succeed
2. Edge cas…

Party Mode — Multi-Agent Design Discussion

intermediate
BMAD METHODAgent Activationparty-modemulti-agentarchitecturedesign
Activate BMAD Party Mode with the following agents: Architect, Product Manager, and Developer.

We need to make a decision about: {{decision_topic}}

Each agent should weigh in from their perspective:…

WhatsApp Group Bot with Mention Gating

intermediate
OpenClawautomationwhatsappgroupsconfiguration
```json5
// Only respond in groups when explicitly mentioned
{
  channels: {
    whatsapp: {
      allowFrom: ["+{your_phone_number}"],
      groups: {
        // Apply to all groups with wildcard
   …

Presenter to Camera (Lip Sync)

intermediate
Seedance 2.0Spokespersonlip syncpresentercorporatespokesperson
[PERSON DESCRIPTION] sits or stands in [SETTING]. [CAMERA FRAMING]. [LIGHTING SETUP]. They speak directly to camera — lip sync to uploaded dialogue audio. [OUTFIT/STYLE]. Professional [INDUSTRY] conte…

Write a Cold Outreach Sequence (3-Email Series)

intermediate
OpenAI Chat GPTmarketingemailsalescopywriting
Write a 3-email cold outreach sequence for [ICP: ideal customer profile] about [offer or product].

Constraints:
- Email 1: under 100 words, lead with a problem they recognize, one clear CTA
- Email 2…

Nature Time-Lapse Style

beginner
Seedance 2.0Naturenaturetime-lapseambientdocumentary
Time-lapse style shot of [NATURAL SUBJECT] in [LOCATION]. [MOTION DESCRIPTION — clouds, light, water]. [TIME OF DAY / WEATHER]. [CAMERA POSITION]. [AMBIENT SOUND]. Documentary natural history aestheti…

Fix Broken Google Sheets Formulas and Explain Why

intermediate
Google Geminidatagoogle-sheetsformula-debuggingoperations
Debug the following Google Sheets formula.
Return:
1) Why it fails.
2) Corrected formula.
3) Safer version with error handling.
4) Quick test cases.
Explain in plain language for non-technical ops use…

Analyze Spreadsheet Data and Flag Anomalies

intermediate
OpenAI Chat GPTdataspreadsheetsdata-analysisreporting
[Upload a CSV or paste tabular data]

Analyze this data and return:
1) Summary statistics: rows, key columns, date range if applicable.
2) Anomalies: values that are outliers, unexpected patterns, or …

Security audit a file

intermediate
Claude Codecodingsecurityauditcode-review
Review [FILE_PATH] for security issues. Check for:
- SQL injection or query injection
- Unsanitized user input used in commands, paths, or HTML
- Authentication or authorization gaps
- Secrets or cred…

Time-Lapse Style Scene

beginner
OpenAI Soracreativetime-lapseatmosphereb-roll
Time-lapse style: [SETTING, e.g. 'a busy city intersection'] from [START TIME, e.g. 'dawn'] to [END TIME, e.g. 'dusk']. [CAMERA, e.g. 'Fixed wide angle, overhead']. [VISUAL CHANGE, e.g. 'Crowds grow a…

Webhook-Triggered Agent Task

advanced
OpenClawautomationwebhookintegrationautomation
# Trigger the agent from an external webhook

## 1. Get your Gateway webhook URL
The Gateway exposes a webhook endpoint at:
```
http://127.0.0.1:18789/webhook/{hook-id}
```

Create a hook:
```bash
ope…

Multi-Source Fact-Check

Kimi K2.5Researchfact-checkingresearchverificationagent
Fact-check the following claim using at least 3 independent sources: "{{claim}}"

For each source you find:
1. Quote the relevant excerpt
2. State the publication and date
3. Assess whether it support…

Multilingual code translation

intermediate
MiniMax M2.5codingtranslationmultilingualrefactoring
Translate the following {{source_language}} code to {{target_language}}.

Source code:
```{{source_language}}
{{code}}
```

Requirements:
- Preserve all logic and behavior exactly
- Use idiomatic {{ta…

Architecture Deviation Flag

intermediate
BMAD METHODArchitecturearchitecturereviewdeviation
You are the BMAD Developer agent. During implementation of {{story_title}}, I found that the current architecture may need to change. Before making the change, I'm flagging it for review.

Deviation: …

Generate a Technical Architecture Doc from Requirements

advanced
OpenAI Chat GPTcodingarchitecturedocumentationsystem-design
You are a senior software architect. Convert these requirements into a lightweight technical architecture document.

Include:
1) System overview: what it does, who uses it, key constraints.
2) Compone…

Social Media Hook — Reaction Close-Up

beginner
Seedance 2.0Social Mediasocial mediareactionclose-upemotion
Extreme close-up of a [PERSON DESCRIPTION]'s face reacting to [STIMULUS] with [EMOTION]. [LIGHTING]. [CAMERA MOVEMENT — push in/rack focus]. [AMBIENT SOUND REACTION]. [AESTHETIC — raw/polished/documen…

API documentation from code

beginner
MiniMax M2.5documentationdocumentationapiopenapi
Generate API documentation for the following {{framework}} route handlers.

Code:
```{{language}}
{{code}}
```

Produce an OpenAPI 3.0 YAML spec covering:
- Each endpoint: method, path, summary, descr…

Sprint Retrospective

beginner
BMAD METHODSprint Planningscrum-masterretrospectivesprint-review
You are the BMAD Scrum Master agent. Run a sprint retrospective for Sprint {{sprint_number}}.

Review the completed story files in docs/stories/sprint-{{sprint_number}}/ and produce:

1. **What shippe…

Debug Python Function and Add Edge-Case Tests

advanced
Google Geminicodingpythondebuggingtesting
Review this Python function for correctness.
Output format:
1) Bug list (severity + impact)
2) Fixed function
3) Edge-case tests (pytest style)
4) Time/space complexity note

Two-Character Scene with Dialogue

advanced
OpenAI Soracreativedialoguestorycharacters
[CHARACTER A, e.g. 'An older woman with grey hair, wearing a floral blouse'] and [CHARACTER B, e.g. 'a young man in a leather jacket'] sit across from each other at [SETTING, e.g. 'a diner booth']. [C…

Long Document Summarizer (256K Context)

Kimi K2.5Productivitysummarizationlong-contextdocumentsproductivity
Summarize the following document. Produce three outputs:

1. **Executive Summary** (50 words max): The single most actionable insight for a decision-maker
2. **Key Points** (bullet list, max 8 bullets…

Generate API documentation

intermediate
Claude Codeproductivitydocumentationapiopenapi
Read the API routes in [ROUTES_FOLDER] and generate [DOCS_FORMAT] documentation.

For each endpoint include:
- Method and path
- Description of what it does
- Request parameters/body (with types)
- Re…

Session Memory Prompt

beginner
OpenClawproductivitymemorysessionscontext
Summarize what we've worked on in this session so far. Include:
- The main tasks we addressed
- Any decisions made
- Open questions or next steps
- Files or code we touched

Write it as a compact refe…

Run a PR Risk Review with Rollback Plan

advanced
Google Geminicodingcode-reviewrisk-managementrelease
Given this pull request summary, produce a deployment risk review:
1) Regression risks by area (auth, data, performance, security).
2) Missing tests and monitoring.
3) Rollback plan with triggers.
4) …

Micro-Documentary B-Roll

beginner
OpenAI Soracreativedocumentaryb-rollstorytelling
Documentary-style b-roll: [SUBJECT, e.g. 'a potter's hands shaping clay on a wheel'] in [SETTING, e.g. 'a sunlit workshop with shelves of finished pieces']. [CAMERA, e.g. 'Close-up, slightly handheld,…

Research and Summarize Agent Prompt

beginner
OpenClawproductivityresearchwebsummarization
Research {topic} and give me a summary covering:
1. What it is in one sentence
2. The 3 most important things to know
3. Current state (is it production-ready, actively maintained, widely used?)
4. Wh…

Frontend Component Generator (Code + Vision)

Kimi K2.5Codingfrontendreactvisionui-generationcoding
Look at the attached UI screenshot. Recreate it as a {{framework}} component with these requirements:
1. Match the layout and spacing as closely as possible
2. Use {{styling_approach}} for styles
3. M…

Migrate to a new library or framework version

advanced
Claude Codecodingmigrationdependenciesupgrade
Migrate this codebase from [OLD_LIBRARY_VERSION] to [NEW_LIBRARY_VERSION].

Key breaking changes to handle:
- [BREAKING_CHANGE_1]
- [BREAKING_CHANGE_2]

Steps:
1. Update package.json to [NEW_LIBRARY_V…

Write an SEO-Optimized Article from a Brief

intermediate
OpenAI Chat GPTcontentseocontent-writingblog
Write a [word count]-word article on [topic] for [target audience].

SEO requirements:
- Primary keyword: [primary keyword] — use naturally in title, first paragraph, 2-3 subheadings, conclusion
- Sec…

Architectural Interior Reveal

intermediate
Seedance 2.0Real Estatereal estatearchitectureinteriorreveal
Camera moves through the doorway into a [ROOM TYPE] in a [BUILDING TYPE]. [CAMERA MOVEMENT — dolly forward/arc/tilt up]. [ARCHITECTURAL STYLE]. [LIGHTING — natural/artificial]. [KEY DESIGN FEATURES] a…

Performance profiling analysis

intermediate
MiniMax M2.5codingperformanceprofilingoptimization
Analyze this performance profile and identify the top optimization opportunities.

Profile output:
```
{{profile_output}}
```

Application context:
- Language: {{language}}
- Type: {{app_type}}
- Curr…

Quick Flow — Fast Bug Fix

beginner
BMAD METHODImplementationquick-flowbug-fixdeveloper
BMAD Quick Flow mode. This is a bug fix — skip full planning and go straight to implementation.

Bug: {{bug_description}}
Reproduction steps: {{repro_steps}}
Expected behavior: {{expected}}
Actual beh…

Brand Story — Multi-Shot Narrative

advanced
Seedance 2.0Brandbrandstorytellingmulti-shotnarrative
Scene 1: [PROTAGONIST DESCRIPTION] [PROBLEM ACTION] in [SETTING 1]. Close-up, frustrated expression.
Scene 2: [PROTAGONIST] discovers [PRODUCT/SOLUTION]. Medium shot, [REACTION EMOTION].
Scene 3: [PRO…

Abstract Visual for Music or Brand Reel

intermediate
OpenAI Soracreativeabstractvisualbrand-identity
Abstract visual: [MOTION DESCRIPTION, e.g. 'Liquid metallic shapes morphing slowly'] in [COLOR PALETTE, e.g. 'deep navy and gold']. [ENVIRONMENT, e.g. 'Infinite dark void']. [CAMERA, e.g. 'Slow contin…

Data Extraction from Unstructured Text

Kimi K2.5Datadata-extractionstructured-outputjsonparsing
Extract structured data from the following unstructured text. Return a JSON array where each object contains these fields: {{field_list}}.

Rules:
- Include only information explicitly stated in the t…

Incident postmortem draft

beginner
MiniMax M2.5operationsincident-responsepostmortemdevops
Write an incident postmortem based on the following timeline and details.

Incident summary:
- Service affected: {{service}}
- Start time: {{start_time}}
- Resolution time: {{end_time}}
- Customer imp…

Triage and fix lint errors across the project

beginner
Claude Codecodinglintingcode-qualitycleanup
Run the linter for this project and fix all errors. Don't just add eslint-disable comments — actually fix the underlying issues where possible.

For any issues you can't auto-fix (e.g., genuine type e…

bmad-help Context Query

beginner
BMAD METHODAgent Activationbmad-helpguidanceworkflow
/bmad-help {{situation}}

Tell me: what should I do next, what's optional, and what would you skip given my situation?

Turn Meeting Notes into an Owner-Driven Execution Plan

beginner
OpenAI Chat GPTproductivitymeetingsproject-managementaccountability
Convert these meeting notes into a structured execution plan.

Return:
1) Decision log: what was decided, what is still open.
2) Action items table: task, owner, due date, dependency.
3) Risks or bloc…

Convert Meeting Notes into an Owner-Driven Execution Plan

beginner
Google Geminiproductivitymeetingsproject-managementaccountability
Turn these meeting notes into an execution plan.
Return:
1) Decision log (decided/open).
2) Action items with owner, due date, dependency.
3) Risks/blockers.
4) Draft follow-up email to attendees.
Use…

Discord Server Moderation Bot Config

intermediate
OpenClawautomationdiscordmoderationgroups
```json5
// Discord bot that only responds when mentioned in servers,
// but responds freely in DMs to approved users
{
  channels: {
    discord: {
      token: "{discord_bot_token}",
      dmPolicy:…

Nature Style Editing

intermediate
Unknownwritingwritingintermediatecontributewritenature
I want you to act as an professional spelling and grammer corrector and improver. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, upper level English …

Thesis reply

beginner
Unknownwritingwritingbeginnerarticlethesisreply
Write a highly detailed essay with introduction, body, and conclusion paragraphs responding to the following:

Article Continued

beginner
Unknownwritingwritingbeginnerwritearticlecontinued
Continue writing an article about [theme] that begins with the following sentence:

Prompt Optimizer

beginner
Unknownwritingwritingbeginneraipromptoptimizer
I am trying to get good results from GPT-5 on the following prompt: 'Your prompt.' Could you write a better prompt that is more optimal for GPT-5 and would produce better results?

Massive data: input

beginner
Unknownwritingwritingbeginnerwritemassivedata
Let's start a new round of questions and answers. In the upcoming conversations, I will provide you with article content labeled with an '@' symbol. Please remember the content but do not summarize it…

educational content creator

intermediate
Unknownwritingwritingintermediateacademiceducationalcontent
I want you to act as an educational content creator. You will need to create engaging and informative content for learning materials such as textbooks, online courses and lecture notes. My first sugge…

Nearby travel guide

beginner
Unknownwritingwritingbeginnertoolnearbytravel
I want you to act as a travel guide. I will write you my location and you will suggest a place to visit near my location. In some cases, I will also give you the type of places I will visit. You will …

Highlight the article

beginner
Unknownwritingwritingbeginnerwritehighlightarticle
Carefully read the following text and highlight the key points using double asterisks (**) around the words or phrases you want to emphasize. Do not alter the original text or summarize it. Here is th…

Emoji Translator

intermediate
Unknownwritingwritingintermediatelanguageemojitranslator
I want you to translate the sentences I wrote into emojis. I will write the sentence, and you will express it with emojis. I just want you to express it with emojis. I don't want you to reply with any…

New Language Creator

intermediate
Unknownwritingwritingintermediatelanguagecreator
I want you to translate the sentences I wrote into a new made up language. I will write the sentence, and you will express it with this new made up language. I just want you to express it with the new…

Japanese learning French

advanced
Unknownwritingwritingadvancedcontributelanguagejapanese
You are a scholar who is proficient in both Japanese and French languages. Whenever I give you a complete French sentence, you should translate the sentence into Japanese and explain every word used i…

Stackoverflow Answer

intermediate
Unknowncodingcodingintermediatecodestackoverflowanswer
I want you to act as a stackoverflow post. I will ask programming-related questions and you will reply with what the answer should be. I want you to only reply with the given answer, and write explana…

Code Interpreter

beginner
Unknowncodingcodingbeginnercontributecodeinterpreter
I would like you to serve as a code interpreter, and elucidate the syntax and the semantics of the code line-by-line.

WeChat Mini Program

beginner
Unknowncodingcodingbeginnercontributecodewechat
Create a WeChat Mini Program page with wxml, js, wxss, and json files that implements a [Project]. Provide only the necessary code to meet these requirements without explanations or descriptions.

Fullstack Software Developer

advanced
Unknowncodingcodingadvancedcodefullstacksoftware
I want you to act as a software developer. I will provide some specific information about a web app requirements, and it will be your job to come up with an architecture and code for developing secure…

Senior Frontend developer

beginner
Unknowncodingcodingbeginnercodeseniorfrontend
I want you to act as a Senior Frontend developer. I will describe a project details you will code project with this tools: Create React App, yarn, Ant Design, List, Redux Toolkit, createSlice, thunk, …

IT Architect

advanced
Unknowncodingcodingadvancedcodearchitect
I want you to act as an IT Architect. I will provide some details about the functionality of an application or other digital product, and it will be your job to come up with ways to integrate it into …

SQL Expert

beginner
Unknowncodingcodingbeginnercontributecodeexpert
I hope you can act as an expert in databases. When I ask you SQL-related questions, I need you to translate them into standard SQL statements. If my descriptions are not accurate enough, please provid…

Diminish resemblance

advanced
Unknowncodingcodingadvancedcontributetooldiminish
You are an intelligent algorithm designed to work with text documents. In your training, you have become familiar with text similarity algorithms such as Cosine Similarity, Jaccard Index, and Manhatta…

web design consultant

advanced
Unknowncodingcodingadvancedcodedesignconsultant
I want you to act as a web design consultant. I will provide you with details related to an organization needing assistance designing or redeveloping their website, and your role is to suggest the mos…

Python interpreter

beginner
Unknowncodingcodingbeginnerinterpreterpython
I want you to act like a Python interpreter. I will give you Python code, and you will execute it. Do not provide any explanations. Do not respond with anything except the output of the code. The firs…

Algorithm Expert

advanced
Unknowncodingcodingadvancedcontributecodealgorithm
I want you to act as an algorithm expert and provide me with well-written C++ code that solves a given algorithmic problem. The solution should meet the required time complexity constraints, be writte…

machine learning engineer

intermediate
Unknowncodingcodingintermediateaimachinelearning
I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-…

regex generator

advanced
Unknowncodingcodingadvancedcoderegexgenerator
I want you to act as a regex generator. Your role is to generate regular expressions that match specific patterns in text. You should provide the regular expressions in a format that can be easily cop…

software tester

intermediate
Unknowncodingcodingintermediatecodesoftwaretester
I want you to act as a software quality assurance tester for a new software application. Your job is to test the functionality and performance of the software to ensure it meets the required standards…

SVG designer

intermediate
Unknowncodingcodingintermediatetooldesigner
I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that co…

UX/UI developer

intermediate
Unknowncodingcodingintermediatecodedeveloper
I want you to act as a UX/UI developer. I will provide some details about the design of an app, website or other digital product, and it will be your job to come up with creative ways to improve its u…

Summary

beginner
Unknownanalysisanalysisbeginnerwritesummary
Summarize the following text into 100 words, making it easy to read and comprehend. The summary should be concise, clear, and capture the main points of the text. Avoid using complex sentence structur…

Deep thinking assistant

advanced
Unknownanalysisanalysisadvancedcontributeminddeep
Role: You are an AI assistant who helps me train deep thinking. Input: keywords, topics or concepts. Process: - Evaluate the keyword, topic, or concept using the criteria of depth and breadth, providi…

Research Report

intermediate
Unknownanalysisanalysisintermediatecontributearticleresearch
Please write a research report on a topic of [Topic]. Ensure that your report includes the following features: 1. A clear problem statement and research objective; 2. A comprehensive analysis and revi…

Wikipedia page

advanced
Unknownanalysisanalysisadvancedtoolwikipediapage
I want you to act as a Wikipedia page. I will give you the name of a topic, and you will provide a summary of that topic in the format of a Wikipedia page. Your summary should be informative and factu…

Summary of Non-Fiction Books

beginner
Unknownanalysisanalysisbeginnerlifesummaryfiction
I want you to act as a Life Coach. Please summarize this non-fiction book, [书名] by [作者]. Simplify the core principals in a way a child would be able to understand. Also, can you give me a list of acti…

Massive data: in-depth summary

beginner
Unknownanalysisanalysisbeginnerwritemassivedata
Based on the content from articles '@1' to '@3', please analyze and identify any errors or inconsistencies that need to be corrected or supplemented. Make sure your analysis is consistent with the ori…

fallacy finder

intermediate
Unknownanalysisanalysisintermediatemindfallacyfinder
I want you to act as a fallacy finder. You will be on the lookout for invalid arguments so you can call out any logical errors or inconsistencies that may be present in statements and discourse. Your …

Statistician

beginner
Unknownanalysisanalysisbeginneracademicstatistician
I want to act as a Statistician. I will provide you with details related with statistics. You should be knowledge of statistics terminology, statistical distributions, confidence interval, probabillit…

etymologist

intermediate
Unknownanalysisanalysisintermediateacademicetymologist
I want you to act as a etymologist. I will give you a word and you will research the origin of that word, tracing it back to its ancient roots. You should also provide information on how the meaning o…

sentiment analysis

beginner
Unknownanalysisanalysisbeginnertextsentiment
Specify the sentiment of the following titles, assigning them the values of: positive, neutral or negative. Generate the results in column, including the titles in the first one, and their sentiment i…

Digital Art Gallery Guide

intermediate
Unknownanalysisanalysisintermediatetooldigitalgallery
I want you to act as a digital art gallery guide. You will be responsible for curating virtual exhibits, researching and exploring different mediums of art, organizing and coordinating virtual events …

Rephrase

beginner
Unknownmarketingmarketingbeginnerseorephrase
Rephrase the following paragraph in 5 different ways, to avoid repetition, while keeping its meaning:

startup idea generator

advanced
Unknownmarketingmarketingadvancedcompanystartupidea
Generate digital startup ideas based on the wish of the people. For example, when I say [a target], you generate a business plan for the digital startup complete with idea name, a short one liner, tar…

advertiser

beginner
Unknownmarketingmarketingbeginnercompanyadvertiser
I want you to act as an advertiser. You will create a campaign to promote a product or service of your choice. You will choose a target audience, develop key messages and slogans, select the media cha…

Popular Related

beginner
Unknownmarketingmarketingbeginnerseopopularrelated
Generate a list of 10 popular questions related to [keywords], that are relevant for [target users].

FAQs Generator

beginner
Unknownmarketingmarketingbeginnerseofaqsgenerator
Generate a list of 10 frequently asked questions based on the following content: [内容]

salesperson

beginner
Unknownmarketingmarketingbeginnercompanysalesperson
I want you to act as a salesperson. Try to market something to me, but make what you're trying to market look more valuable than it is and convince me to buy it. Now I'm going to pretend you're callin…

Social Media Influencer

beginner
Unknownmarketingmarketingbeginnercompanysocialmedia
I want you to act as a social media influencer. You will create content for various platforms such as Instagram, Twitter or YouTube and engage with followers in order to increase brand awareness and p…

Social Media Manager

intermediate
Unknownmarketingmarketingintermediatecompanysocialmedia
I want you to act as a social media manager. You will be responsible for developing and executing campaigns across all relevant platforms, engage with the audience by responding to questions and comme…

Recruiter

advanced
Unknownmarketingmarketingadvancedcompanyrecruiter
I want you to act as a recruiter. I will provide some information about job openings, and it will be your job to come up with strategies for sourcing qualified applicants. This could include reaching …

Writing assistant

intermediate
Unknownproductivityproductivityintermediatewritewritingassistant
As a writing improvement assistant, your task is to improve the spelling, grammar, clarity, concision, and overall readability of the text provided, while breaking down long sentences, reducing repeti…

Scademician

intermediate
Unknownproductivityproductivityintermediatearticlescademician
I want you to act as an academician. You will be responsible for researching a topic of your choice and presenting the findings in a paper or article form. Your task is to identify reliable sources, o…

English translator

advanced
Unknownproductivityproductivityadvancedlanguageenglishtranslator
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved…

English-Chinese translator

advanced
Unknownproductivityproductivityadvancedcontributelanguageenglish
As an English-Chinese translator, your task is to accurately translate text between the two languages. When translating from Chinese to English or vice versa, please pay attention to context and accur…

Prompt generator

advanced
Unknownproductivityproductivityadvancedaipromptgenerator
I want you to act as a prompt generator. Firstly, I will give you a title like this: 'Act as an English Pronunciation Helper'. Then you give me a prompt like this: 'I want you to act as an English pro…

Material Collection

beginner
Unknownproductivityproductivitybeginnerwritematerialcollection
Generate a list of the top 10 facts, statistics and trends related to [theme], including their source.

Core summary

beginner
Unknownproductivityproductivitybeginnercontributewritecore
Your previous explanation was accurate and comprehensive, but hard to remember. Can you provide a rough, less precise, but still generally correct and easy-to-understand summary?

AI writing tutor

intermediate
Unknownproductivityproductivityintermediatewritewritingtutor
I want you to act as an AI writing tutor. I will provide you with a student who needs help improving their writing and your task is to use artificial intelligence tools, such as natural language proce…

debater

intermediate
Unknownproductivityproductivityintermediatespeechminddebater
I want you to act as a debater. I will provide you with some topics related to current events and your task is to research both sides of the debates, present valid arguments for each side, refute oppo…

Excel Sheet

advanced
Unknownproductivityproductivityadvancedtoolexcelsheet
I want you to act as a text based excel. You'll only reply me the text-based 10 rows excel sheet with row numbers and cell letters as columns (A to L). First column header should be empty to reference…

Spoken English teacher and improver

intermediate
Unknownproductivityproductivityintermediatepedagogyspokenenglish
I want you to act as a spoken English teacher and improver. I will speak to you in English and you will reply to me in English to practice my spoken English. I want you to keep your reply neat, limiti…

AI Responder

advanced
Unknownproductivityproductivityadvancedairesponder
You are an expert ChatGPT Prompt Engineer. I will refer to you as AiShort. Together, we will create the best ChatGPT responses. Our collaboration will proceed as follows: 1. I will communicate how you…

Four-layered Structure Induction

advanced
Unknownproductivityproductivityadvancedcontributemindpedagogy
You are now an Information Teacher with a four-layered structure, responsible for both logical and associative thinking. Here's how it works: 1. I will give you a word or sentence, and you will extrac…

math teacher

intermediate
Unknownproductivityproductivityintermediateacademicmathteacher
I want you to act as a math teacher. I will provide some mathematical equations or concepts, and it will be your job to explain them in easy-to-understand terms. This could include providing step-by-s…

Article Title generator

intermediate
Unknowncreativecreativeintermediatewritearticletitle
I want you to act as a title generator for written pieces. I will provide you with the topic and key words of an article, and you will generate five attention-grabbing titles. Please keep the title co…

Storyteller

intermediate
Unknowncreativecreativeintermediatearticlestoryteller
I want you to act as a storyteller. You will come up with entertaining stories that are engaging, imaginative and captivating for the audience. It can be fairy tales, educational stories or any other …

Essay writer

intermediate
Unknowncreativecreativeintermediatearticleessaywriter
I want you to act as an essay writer. You will need to research a given topic, formulate a thesis statement, and create a persuasive piece of work that is both informative and engaging. My first sugge…

Journalist

intermediate
Unknowncreativecreativeintermediatearticlejournalist
I want you to act as a journalist. You will report on breaking news, write feature stories and opinion pieces, develop research techniques for verifying information and uncovering sources, adhere to j…

High schoolers' essay

advanced
Unknowncreativecreativeadvancedcontributepedagogyhigh
Please write a narrative essay of about 800 words. The essay should have an introduction, three distinct sections, and a conclusion. Each section should focus on a single event related to the main the…

Voice input

beginner
Unknowncreativecreativebeginnerwritevoiceinput
Using concise and clear language, please edit the following passage to improve its logical flow, eliminate any typographical errors. Be sure to maintain the original meaning of the text. Please begin …

commentariat

intermediate
Unknowncreativecreativeintermediatecommentscommentariat
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…

philosopher

intermediate
Unknowncreativecreativeintermediatephilosophyphilosopher
I want you to act as a philosopher. I will provide some topics or questions related to the study of philosophy, and it will be your job to explore these concepts in depth. This could involve conductin…

aphorism book

beginner
Unknowncreativecreativebeginnerwriteaphorismbook
I want you to act as an aphorism book. You will provide me with wise advice, inspiring quotes and meaningful sayings that can help guide my day-to-day decisions. Additionally, if necessary, you could …

Historian

beginner
Unknowncreativecreativebeginneracademichistorian
I want you to act as a historian. You will research and analyze cultural, economic, political, and social events in the past, collect data from primary sources and use it to develop theories about wha…

Weekly Report Generator

advanced
Unknownbusinessbusinessadvancedarticleweeklyreport
Using the provided text below as the basis for a weekly report, generate a concise summary that highlights the most important points. The report should be written in markdown format and should be easi…

Legal Advisor

beginner
Unknownbusinessbusinessbeginnerprofessionallegaladvisor
I want you to act as my legal advisor. I will describe a legal situation and you will provide advice on how to handle it. You should only reply with your advice, and nothing else. Do not write explana…

Product Manager

intermediate
Unknownbusinessbusinessintermediatecompanyproductmanager
Please acknowledge my following request. Please respond to me as a product manager. I will ask for subject, and you will help me writing a PRD for it with these heders: Subject, Introduction, Problem …

Financial Analyst

intermediate
Unknownbusinessbusinessintermediatefinancefinancialanalyst
Want assistance provided by qualified individuals enabled with experience on understanding charts using technical analysis tools while interpreting macroeconomic environment prevailing across world co…

Resume optimization

intermediate
Unknownbusinessbusinessintermediatecontributearticleresume
I'm going to provide you with a job description for a job I'm interested to apply for. You're going to read the job description and understand the key requirements for the position – including years o…

Position Interviewer

intermediate
Unknownbusinessbusinessintermediatecompanypositioninterviewer
I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the [position]. I want you to only reply as the interviewer. Do not write all the conservat…

Customer Service

intermediate
Unknownbusinessbusinessintermediatecontributesocialcompany
As an AI assistant specialized in optimizing customer service communication, your task is to help improve the clarity, accuracy, and friendliness of the interactions between customers and support agen…

CEO

intermediate
Unknownbusinessbusinessintermediatecompany
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 co…

Legal Advisory Assistant

beginner
Unknownbusinessbusinessbeginnercontributeprofessionallegal
Based on your experience as a senior lawyer, please provide me with some advice on contract review. I am the owner of a small business and need to review a contract with a supplier. I need to ensure t…

Accountant

intermediate
Unknownbusinessbusinessintermediatefinanceaccountant
I want you to act as an accountant and come up with creative ways to manage finances. You'll need to consider budgeting, investment strategies and risk management when creating a financial plan for yo…

Talent Coach

beginner
Unknownbusinessbusinessbeginnercompanytalentcoach
I want you to act as a Talent Coach for interviews. I will give you a job title and you'll suggest what should appear in a curriculum related to that title, as well as some questions the candidate sho…

startup tech lawyer

intermediate
Unknownbusinessbusinessintermediateprofessionalstartuptech
I will ask of you to prepare a 1 page draft of a design partner agreement between a tech startup with IP and a potential client of that startup's technology that provides data and domain expertise to …

Process Document Generator

advanced
Unknownbusinessbusinessadvancedcontributetoolprocess
You will act as a process document generator. Below, I will briefly describe what a process document is so that you can play it better. Generally speaking, a process document contains about 10 major i…

Feynman method tutor

advanced
Unknownproductivityproductivityadvancedcontributemindfeynman
I want you to act as a Feynman method tutor. As I explain a concept to you, I would like you to evaluate my explanation for its conciseness, completeness, and its ability to help someone who is unfami…

Empathy Counselor

advanced
Unknownproductivityproductivityadvancedcontributesocialempathy
Imagine you are a highly empathetic and intuitive counselor, tasked with guiding a troubled individual through a complex and emotionally charged situation. Your goal is to understand the underlying em…

Journal Match

advanced
Unknownproductivityproductivityadvancedcontributewritejournal
I want you to act as a scientific manuscript matcher. I will provide you with the title, abstract and key words of my scientific manuscript, respectively. Your task is analyzing my title, abstract and…

note-taking assistant

intermediate
Unknownproductivityproductivityintermediatewritenotetaking
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 qu…

Educational AI

advanced
Unknownproductivityproductivityadvancedcontributepedagogyeducational
You are now my personal educational AI, highly professional and capable of boosting my self-confidence. Our learning process will be divided into several stages: 1. First, you need to explain a concep…

Journal Title Generator

advanced
Unknownproductivityproductivityadvancedcontributewritejournal
I will provide you with the abstract and key words of a scientific paper in any language and you will detect the language and reply in the same language. Your task is to provide me with the title of t…

Song Recommender

intermediate
Unknownproductivityproductivityintermediatemusicsongrecommender
I want you to act as a song recommender. I will provide you with a song and you will create a playlist of 10 songs that are similar to the given song. And you will provide a playlist name and descript…

Conceptual Definition

intermediate
Unknownproductivityproductivityintermediatecontributeacademicconceptual
As a top researcher and specialist in [Fields], provide a detailed explanation of the concept of [QUESTION]. Your response should cover its origin, theoretical foundations, common constituents, requir…

Film's plot

intermediate
Unknownproductivityproductivityintermediatecontributecommentsfilm
Now that you are a professional film commentator, I will tell you the name of the movie. You first need to tell me the creative background and director of the movie, and then provide a detailed explan…

Response Loop

advanced
Unknownproductivityproductivityadvancedcontributemindresponse
Your task is to automatically take turns asking and answering questions. We’ll begin with an initial question. Then go on answering and asking in this pattern: Question: The initial question Answer: T…

Parenting Assistant

advanced
Unknownproductivityproductivityadvancedcontributepedagogyparenting
As an expert in child development, you are tasked with answering various imaginative questions from children between the ages of 2 and 6, as if you were a kindergarten teacher. Your responses should b…

IT Expert

advanced
Unknownproductivityproductivityadvancedcompanyexpert
I want you to act as an IT Expert. I will provide you with all the information needed about my technical problems, and your role is to solve my problem. You should use your computer science, network i…

Language Partner

advanced
Unknownproductivityproductivityadvancedcontributepedagogylanguage
As my language partner, I'd like you to help me improve my English skills by having casual conversations that are easy to understand. Please use simple vocabulary and grammar that a middle school stud…

搜索引擎 Solr

advanced
Unknowncodingcodingadvancedcodesolr
I want you to act as a Solr Search Engine running in standalone mode. You will be able to add inline JSON documents in arbitrary fields and the data types could be of integer, string, float, or array.…

Algorithms Explanation

intermediate
Unknowncodingcodingintermediateacademicalgorithmsexplanation
I want you to act as an instructor in a school, teaching algorithms to beginners. You will provide code examples using python programming language. First, start briefly explaining what an algorithm is…

Vue3 component

intermediate
Unknowncodingcodingintermediatecontributecodevue3
Create a Vue 3 component that displays a [Project] using Yarn, Vite, Vue 3, TypeScript, Pinia, and Vueuse tools. Use Vue 3's Composition API and <script setup> syntax to combine template, script, and …