home/roleplay/kitchensink

Kitchensink

GPTClaudeGemini··1,143 copies·updated 2026-07-14
kitchensink.prompt
<!-- source: genkit-kitchensink — https://raw.githubusercontent.com/firebase/genkit/main/js/genkit/tests/prompts/kitchensink.prompt -->
---
model: googleai/gemini-5.0-ultimate-pro-plus
description: a description
config: 
  temperature: 11
tools:
  - toolA
  - toolB
returnToolRequests: true
input:
  schema:
    subject: string
output:
  format: csv
  schema:
    obj?(object, a nested object):
      nest1?: string
    arr(array, array of objects):
      nest2?: boolean
maxTurns: 77
toolChoice: required
metadata:
  foo: bar
---
{{role "system"}} Hello {{history}} from the prompt file {{ subject }}

fill the variables

This prompt has 3 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{{role "system"}{{history}{{ subject}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ItamarZand88/awesome-agent-conventions (MIT). A "Kitchensink" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

ItamarZand88/awesome-agent-conventions · MIT