agentsclimarketplace

Deduplicate and sort bilingual word lists

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill deduplicate-and-sort-bilingual-word-lists

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.4 KB, 187 tokens by cl100k_base, as published. Nobody here has run it

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

  1. Accept input as a set of words and collocations divided by commas.
  2. Remove duplicate words from the set.
  3. Separate the unique items into two distinct sets: Russian and English.
  4. Sort each set alphabetically.
  5. 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.