원클릭으로
proof-read
Performs an English-based proof-reading of some prose.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Performs an English-based proof-reading of some prose.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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> |