home/coding/google-flan-t5-small-en-code-generation

Google Flan t5 Small en Code Generation

GPTClaudeDeepSeek··1,356 copies·updated 2026-07-14
google-flan-t5-small-en-code-generation.prompt
#  Copyright (c) 2023 Paradigma Digital S.L.

#  Permission is hereby granted, free of charge, to any person obtaining a copy
#  of this software and associated documentation files (the "Software"), to deal
#  in the Software without restriction, including without limitation the rights
#  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#  copies of the Software, and to permit persons to whom the Software is
#  furnished to do so, subject to the following conditions:

#  The above copyright notice and this permission notice shall be included in
#  all copies or substantial portions of the Software.

#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
#  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
#  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
#  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
#  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
#  THE SOFTWARE.


TEMPLATE:
    "I need you to help me write a code script.
    {__PROMPT_DOMAIN__}
    {__PROMPT_LABELS__}

    {__CHAIN_THOUGHT__}
    {__ANSWER_FORMAT__}"


PROMPT_DOMAIN:
    "I want the script you generate to be written in {__DOMAIN__}."


PROMPT_LABELS:
    "The goal of the script is to {__LABELS__}."


PROMPT_DETAIL:
    ""


CHAIN_THOUGHT:
    ""

ANSWER_FORMAT:
    "In your response, I only want you to include code. Make sure the syntax
    is correct."

fill the variables

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

{__PROMPT_DOMAIN__}{__PROMPT_LABELS__}{__CHAIN_THOUGHT__}{__ANSWER_FORMAT__}{__DOMAIN__}{__LABELS__}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo paradigmadigital/Promptmeteo (MIT). A "Google Flan t5 Small en Code Generation" 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

codingcommunitydeveloper

source

paradigmadigital/Promptmeteo · MIT