# Promptify > Transform user requests into detailed, precise prompts for AI models. Use when users say "promptify", "promptify this", or explicitly request prompt engineering or improvement of their request for better AI responses. Source: https://skillsagentes.com/skills/intellectronica/agent-skills/promptify Repository: https://github.com/intellectronica/agent-skills Author: intellectronica License: CC0-1.0 Updated: hace 6 meses Context cost: 54 tok installed, 472 tok once triggered, 472 tok with every bundled file Bundle: 1 file, 2 KB Permissions requested: none declared ## Install ```bash npx -y skills add intellectronica/agent-skills --skill promptify --agent claude-code ``` ## What it does - Reescribe la solicitud del usuario como un prompt detallado, preciso y sin ambigüedades para modelos de IA - Estructura el resultado con un párrafo inicial, encabezados, negritas, cursivas y listas con `-` - Ajusta la longitud a entre 0.75X y 1.5X la solicitud original sin añadir información inventada - Entrega solo el prompt final en markdown, sin comentarios adicionales ## Use it when - El usuario dice "promptify" o "promptify this" - El usuario pide explícitamente ingeniería de prompts o mejorar su solicitud para obtener mejores respuestas de la IA ## What triggers it - "Promptify esto: quiero un resumen del informe" - "Promptify this request para que la IA responda mejor" - "Mejora este prompt antes de enviarlo al modelo" ## Files - SKILL.md — 2 KB ## SKILL.md Reproduced verbatim from intellectronica/agent-skills under CC0-1.0. This section is the upstream document and is in English. # Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. ## Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. ## Process 1. **Read and understand** - Read the user's request carefully to understand the full context, intent, and all details 2. **Plan the rewrite** - Consider what specific information, instructions, or context the AI model needs to fulfill the request effectively 3. **Rewrite as a detailed prompt** - Transform the request into a precise prompt with clarity, specificity, and completeness ## Writing Guidelines ### Structure - Begin with a single short paragraph summarising the overall task - Use headings (##, ###, ####) for sections only where appropriate (no first-level title) - Use **bold**, _italics_, bullet points (`-`), and numbered lists (1., 2.) liberally for organisation - Never use emojis - Never use `*` for bullet points, always use `-` ### Language - Use plain, straightforward, precise language - Avoid embellishments, niceties, or creative flourishes - Think of language as specification/code, not natural language - Be clear and specific in all instructions ### Content - Keep the prompt concise: 0.75X to 1.5X the length of the original request - Do not add or invent information not present in the input - Do not include unnecessary complexity or verbosity ## Output Provide only the final prompt as markdown, without additional commentary or explanation. --- Skills Agentes — https://skillsagentes.com/skills/intellectronica/agent-skills/promptify