AutoSkill rewrite_wikipedia_style_no_pronouns

Translates or rewrites text into English using a formal, encyclopedic Wikipedia style while strictly eliminating all pronouns.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/rewrite_wikipedia_style_no_pronouns" ~/.claude/skills/ecnu-icalk-autoskill-rewrite-wikipedia-style-no-pronouns && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8/rewrite_wikipedia_style_no_pronouns/SKILL.md
source content

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.