con un clic
proof-read
Performs an English-based proof-reading of some prose.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Performs an English-based proof-reading of some prose.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Explain Like I'm 5 (ELI5). Accepts a URL or a block of text, reads/fetches the content, summarizes it, then re-explains it in the simplest possible terms — as if talking to a 5-year-old.
Explain Like Gruber (ELI-Gruber). Accepts a URL or a block of text and produces a sarcastic, deadpan "translation" in the style of John Gruber's classic PR-speak dissections — quoting the original passage-by-passage and following each with a brutally honest restatement of what it actually means.
Interactively generates a Markdown plan file from a template. Prompts for an output path, optional custom template, a task description, and a list of TODO tasks. Use when creating a structured plan document.
Ask the LLM to read a specific file or directory for understanding.
Turn a markdown outline into a presentation.
Performs a code review against staged Python code.
| name | proof-read |
| description | Performs an English-based proof-reading of some prose. |
| allowed-tools | bash read write edit |
If the user chooses the "in-memory" output option when prompted, you should share the recommended changes in a Markdown table. Use the following as a template:
| Line Number | Original | Revised | Rationale |
| :---------: | -------- | ------- | --------- |
| <original-line-number> | <original-snippet> | <revised-snippet> | <why-make-the-change> |