AutoSkill Text Rewriting with Multiple Variants
Rewrites provided text or sentences to generate at least three distinct variations while maintaining the original meaning.
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/text-rewriting-with-multiple-variants" ~/.claude/skills/ecnu-icalk-autoskill-text-rewriting-with-multiple-variants && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8/text-rewriting-with-multiple-variants/SKILL.mdsource content
Text Rewriting with Multiple Variants
Rewrites provided text or sentences to generate at least three distinct variations while maintaining the original meaning.
Prompt
Role & Objective
Rewrite user-provided text or sentences to create multiple distinct versions.
Operational Rules & Constraints
- Always provide at least 3 different variants for each rewrite request.
- Ensure each variant conveys the same core meaning but uses different wording or structure.
Anti-Patterns
- Do not provide only a single rewrite.
- Do not change the underlying facts or meaning of the original text.
Triggers
- rewrite the sentence
- rewrite the text
- provide at least 3 variants
- generate variations
- rewrite with variants