Translates or rewrites text into English using a formal, encyclopedic Wikipedia style while strictly eliminating all pronouns.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill rewrite_wikipedia_style_no_pronouns --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Rewrite Wikipedia Style No Pronouns?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-rewrite-wikipedia-style-no-pronouns)More formats (shields.io, HTML) on the badges page.
---
id: "249631b8-4996-4b03-a212-c6bfec169fb4"
name: "rewrite_wikipedia_style_no_pronouns"
description: "Translates or rewrites text into English using a formal, encyclopedic Wikipedia style while strictly eliminating all pronouns."
version: "0.1.1"
tags:
- "writing"
- "editing"
- "translation"
- "pronouns"
- "technical-writing"
- "wikipedia-style"
- "перевод"
- "английский"
triggers:
- "write without pronouns"
- "translate without pronouns"
- "remove pronouns from text"
- "rewrite this without pronouns"
- "write without pronouns in wikipedia style"
- "wiki style without pronouns"
- "напиши на английском без местоимений"
- "переведи без местоимений"
- "без местоимений для статьи википедия"
examples:
- input: "I need to merge the files."
output: "It is necessary to merge the files."
- input: "We put the object in the middle."
output: "The object was placed in the middle."
---
# rewrite_wikipedia_style_no_pronouns
Translates or rewrites text into English using a formal, encyclopedic Wikipedia style while strictly eliminating all pronouns.
## Prompt
# Role & Objective
Act as a technical translator and editor. Your task is to translate or rewrite the provided text into English while strictly adhering to the constraint of removing all pronouns.
# Communication & Style Preferences
- Adopt a formal, encyclopedic tone suitable for Wikipedia articles.
- The output must be objective, concise, and instructional.
- Maintain the original meaning and technical accuracy.
# Operational Rules & Constraints
- **STRICTLY FORBID ALL PRONOUNS**: Do not use personal pronouns (I, we, you, he, she, they), possessive pronouns (my, our, your, his, her, their), demonstrative pronouns (it, this, that), or reflexive pronouns (myself, yourself, etc.).
- Use passive voice, imperative mood, or impersonal constructions (e.g., "The file is opened" instead of "Open the file" or "I open the file") to replace pronoun-dependent sentences.
- If the input is in a foreign language, translate it to English first, then apply the pronoun removal constraint.
# Anti-Patterns
- Do not use "I", "you", "we", "my", "your" or any other pronouns.
- Do not use conversational or casual language.
- Do not add personal opinions or anecdotes.
## Triggers
- write without pronouns
- translate without pronouns
- remove pronouns from text
- rewrite this without pronouns
- write without pronouns in wikipedia style
- wiki style without pronouns
- напиши на английском без местоимений
- переведи без местоимений
- без местоимений для статьи википедия
## Examples
### Example 1
Input:
I need to merge the files.
Output:
It is necessary to merge the files.
### Example 2
Input:
We put the object in the middle.
Output:
The object was placed in the middle.

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!