Herramientas de IA puntuadas para tu trabajo
Aprende IA en 30 días

💻 Tecnología e ingeniería

Prompts de IA para Software

26 prompts de IA para copiar y pegar para software, extraídos de 2 guías Zekai probadas. Gratis, sin registro, y cada uno enlaza al artículo que lo explica. Consulta el hub software para ver las herramientas con las que están pensados estos prompts.

  • 26prompts
  • 2guías de origen
  • 100%gratis · sin registro

Los 26 prompts

Copia cualquiera directamente en ChatGPT, Claude o Gemini y cambia los marcadores entre corchetes por tus propios datos.

26 prompts para copiar
1Ejemplo de Prompt para Prototipado de Apps con IA
Genere un prototipo funcional para una aplicación móvil llamada 'PlantPal'. Es para nuevos propietarios de plantas. Pantallas Clave: - **Onboarding:** Una introducción sencilla de 3 pasos a las funciones de la aplicación. - **Inicio de Sesión/Registro:** Autenticación por correo electrónico y contraseña. - **Mis Plantas:** Un panel que muestra una cuadrícula de plantas que el usuario ha añadido. Cada tarjeta debe mostrar una foto, el nombre de la planta y un botón 'Regar Ahora'. - **Añadir Planta:** Un formulario para añadir una nueva planta con campos para nombre, especie (desplegable) y carga de fotos. - **Detalles de la Planta:** Una vista que muestra más información sobre una planta específica, incluyendo un horario de riego y consejos de cuidado. La base de datos debe tener una tabla de 'Usuarios' y una tabla de 'Plantas', con una relación entre ellas.
2The Multi-File Context-Aware Refactor
engineer specializing in large-scale refactoring. Your task is to refactor the
3The 'Explain-Then-Edit' Legacy Code Prompt
codebase. Before you make any changes to
4The Framework Migration Assistant
. Your task is to create a migration plan for the
5The API Endpoint Scaffolder
model Product { id String @id @default(cuid()) name String description String? price Float createdAt DateTime @default(now()) updatedAt DateTime @updatedAt }
6The Algorithm Explainer & Re-Implementer
. I need you to first explain it, and then re-implement it in a more efficient and readable way in
7The Skeptical Security Reviewer
[Paste code snippet, e.g., a function handling user input or a database query]
8The Dependency Auditor
file and identify potential risks. **File Content:**
9The EU AI Act Compliance Check (Source Code)
function. While the EU AI Act's Article 50 transparency obligations do not apply to source code itself, I want to adopt its principles for internal governance. **Code Snippet:**
10The 'Least Privilege' IAM Policy Generator
that needs to perform a specific task. **Task Description:** The Lambda function needs to read objects from the
11The Pull Request Description Writer
[[Paste the full git diff here]]
12The SQL Query Generator with Schema Context
CREATE TABLE users ( id SERIAL PRIMARY KEY, name VARCHAR(100), email VARCHAR(100) UNIQUE, created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW() ); CREATE TABLE orders ( id SERIAL PRIMARY KEY, user_id INTEGER REFERENCES users(id), amount DECIMAL(10, 2), created_at TIMESTAMP WITH TIME ZONE DEFAULT NOW() );
13The SQL Query Optimizer
. Analyze the following slow query and the table schema, then provide an optimized version. **Table Schema:**
14The ORM-to-Raw-SQL Converter
[from myapp.models import Author, Book recent_prolific_authors = Author.objects.filter( book__publication_date__gte='2026-01-01' ).annotate( num_books=Count('book') ).filter( num_books__gt=5 ).order_by('-num_books')]
15The Test Case Generator
function calculateDiscount(price, quantity, userTier) { // ... function implementation ... }
16The Stack Trace Debugger
developer debugging a production error. I will provide a stack trace and the relevant code. Your job is to identify the most likely root cause. **Environment:**
17The Regex Generator and Explainer
2. **Explanation:** Break down the regex part by part in a table, explaining what each component does (e.g.,
18The MCP-Aware Database Migration Agent
(for interacting with the Prisma schema and CLI) *
19The Agentic E2E Test Runner
(for creating GitHub issues) **Scenario:** The "new user registration" feature has been deployed to the staging environment at
20The Code-to-Docs Agent
. 3. Analyze the function signature, the Zod validation schema, and the main logic. 4. Create a new file
21The System Design Interviewer
Design a system like `[[Twitter's timeline service]]`." **Your Role:** 1. Start by asking me clarifying questions to scope the problem (e.g., "What are the key features?" "What is the expected scale?"). 2. As I propose components (e.g., load balancers, databases, caches), challenge my decisions. Ask about trade-offs, failure modes, and scalability bottlenecks. 3. Force me to do back-of-the-envelope calculations for storage, bandwidth, and QPS. 4. Do not give me the answers. Guide me toward a robust design by asking critical questions. 5. Conclude the interview by giving me feedback on my design, highlighting 3 strengths and 3 areas for improvement.
22The Architectural Decision Record (ADR) Generator
# ADR-001: Adopt ScyllaDB as the Primary Database **Date:** `[[September 3, 2026]]` **Status:** Accepted **Context:** *(Describe the business/technical problem we are trying to solve.)* **Decision:** *(State the decision clearly.)* **Consequences:** * **Positive:** * *(List the expected benefits, e.g., improved write throughput, lower read latency, horizontal scalability.)* * **Negative:** * *(List the downsides and risks, e.g., loss of ACID transactions, need for new developer skills, migration complexity.)* **Options Considered:** 1. **ScyllaDB:** *(Briefly describe why this was chosen.)* 2. **PostgreSQL with CitusDB:** *(Briefly describe why this was not chosen.)* 3. **CockroachDB:** *(Briefly describe why this was not chosen.)*
23The Tech Stack Recommender
[[a real-time chat application for large online communities]]
24The 'Teach Me a Concept' Prompt
to me. **Instructions:** * Assume I am an experienced developer who has only ever worked with garbage-collected languages like
25The Git Command troubleshooter
[I accidentally committed a large binary file to my feature branch. I have made several other commits on top of it. I want to remove that file and its commit from my branch history before I create a pull request. I have not pushed the branch to the remote yet.]
26The Project Scaffolding Agent
/ ├── app/ │ ├── layout.tsx │ └── page.tsx ├── components/ │ └── ui/ ├── lib/ │ └── utils.ts ├── public/ ├── package.json ├── tsconfig.json ├── next.config.mjs └── tailwind.config.ts

Cómo usar estos prompts para software

Cuatro pasos, cerca de un minuto. El prompt aporta la estructura; tú aportas los detalles.

1

Elige el prompt

Cada prompt se escribió para una tarea concreta, no como plantilla genérica del tipo «actúa como un experto». Repasa los títulos y coge el que encaje con lo que tienes delante.

2

Cópialo y pégalo

Pulsa Copiar y pega todo en ChatGPT, Claude, Gemini o el asistente que ya pagues. Nada aquí depende de un solo modelo.

3

Rellena los corchetes

Sustituye cada [Marcador entre corchetes] por tus propios datos antes de enviarlo. De ahí sale la calidad: el prompt aporta la estructura, tú aportas los detalles.

4

Consulta la guía

El enlace «Origen» bajo cada prompt abre el artículo completo: por qué está construido así, contra qué se probó y con qué herramientas encaja.

Preguntas frecuentes

Las preguntas que surgen antes de pegar uno de estos prompts en un trabajo real.

¿Se pueden usar gratis estos prompts?

Sí. Los 26 prompts de esta página se pueden copiar y usar con cualquier asistente de IA, incluidos ChatGPT, Claude y Gemini. Solo necesitas una cuenta en una de esas herramientas.

¿Cómo uso estos prompts de IA para software?

Copia el texto completo con el botón Copiar, pégalo en tu asistente de IA y sustituye cada marcador entre corchetes —como [Tu ciudad] o [Nombre de la empresa]— por tus propios datos antes de enviarlo.

¿De dónde salen estos prompts?

Cada prompt procede de una guía probada de Zekai. El enlace «Origen» bajo cada prompt lleva al artículo completo, que explica el razonamiento y cómo se probó.

¿Puedo editar estos prompts?

Hazlo. Trata cada uno como una estructura de partida: aprieta las instrucciones, añade tus restricciones y quédate con la versión que te dé el mejor resultado. Los corchetes marcan lo que siempre hay que cambiar.

Bibliotecas de prompts para otras profesiones

Mismo formato, otra profesión, empezando por las más cercanas a software.

Ve Zekai primero en Google