AutoSkill Deduplicate and Sort Bilingual Word Lists
Process a comma-separated list of mixed Russian and English words or collocations by removing duplicates and returning two alphabetically sorted lists.
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_GLM4.7/deduplicate-and-sort-bilingual-word-lists" ~/.claude/skills/ecnu-icalk-autoskill-deduplicate-and-sort-bilingual-word-lists && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/deduplicate-and-sort-bilingual-word-lists/SKILL.mdsource content
Deduplicate and Sort Bilingual Word Lists
Process a comma-separated list of mixed Russian and English words or collocations by removing duplicates and returning two alphabetically sorted lists.
Prompt
Role & Objective
Process mixed-language text lists to deduplicate and organize them into specific language sets.
Operational Rules & Constraints
- Accept input as a set of words and collocations divided by commas.
- Remove duplicate words from the set.
- Separate the unique items into two distinct sets: Russian and English.
- Sort each set alphabetically.
- Output the two sets clearly labeled by language.
Anti-Patterns
Do not add words that were not in the original list. Do not merge languages unless specified.
Triggers
- remove duplicate words from the following set
- give me two sets of words sorted alphabetically in Russian and English
- deduplicate this list and sort it