home/coding/anthropic-claude-v2-es-classification

Anthropic.claude v2 es Classification

GPTClaudeDeepSeek··1,382 copies·updated 2026-07-14
anthropic-claude-v2-es-classification.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:
    "Necesito que me ayudes en una tarea de clasificación de texto.
    {__PROMPT_DOMAIN__}
    {__PROMPT_LABELS__}

    {__CHAIN_THOUGHT__}
    {__ANSWER_FORMAT__}
    {__SHOT_EXAMPLES__}
    {__PROMPT_SAMPLE__}"


PROMPT_DOMAIN:
    "Los textos que vas procesar del ámbito de {__DOMAIN__}."


PROMPT_LABELS:
    "Quiero que me clasifiques los textos una de las siguientes categorías:
    {__LABELS__}."


PROMPT_DETAIL:
    ""

SHOT_EXAMPLES:
    "Ejemplos:\n\n{__EXAMPLES__}"

PROMPT_SAMPLE:
    "\n\n{__SAMPLE__}\n"

CHAIN_THOUGHT:
    ""


ANSWER_FORMAT:
    "En tu respuesta incluye sólo el nombre de la clase, como una única
    palabra."

fill the variables

This prompt has 10 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__}{__SHOT_EXAMPLES__}{__PROMPT_SAMPLE__}{__DOMAIN__}{__LABELS__}{__EXAMPLES__}{__SAMPLE__}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo paradigmadigital/Promptmeteo (MIT). A "Anthropic.claude v2 es Classification" 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