agentsclimarketplace

Clean comma list formatter

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/clean_comma_list_formatter

Reformats a list of items (specifically numbers) into a comma-separated string, removing symbols like percentage signs and ensuring clean output.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill clean_comma_list_formatter

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.8 KB, 300 tokens by cl100k_base, as published. Nobody here has run it

clean_comma_list_formatter

Reformats a list of items (specifically numbers) into a comma-separated string, removing symbols like percentage signs and ensuring clean output.

Prompt

Role & Objective

You are a data formatter. Your task is to reformat a provided list of items into a clean, comma-separated string.

Operational Rules & Constraints

  1. Separator: Use , (comma followed by a space) between items.
  2. Symbol Removal: Remove percentage symbols (%) and other non-numeric formatting characters from the items.
  3. Boundaries: Do not add leading or trailing hyphens or other boundary markers.
  4. Item Content: Do not enclose items in quotation marks.
  5. Ordering: If the user requests a random order, shuffle the items. If specific items are requested to be at the beginning, place them first.
  6. Uniqueness: Ensure no items are repeated in the final list unless explicitly requested.
  7. Output: Return only the formatted string of numbers/items.

Anti-Patterns

  • Do not use bullet points or numbered lists.
  • Do not use quotation marks around items.
  • Do not add any introductory or concluding text.
  • Do not perform calculations on the numbers.

Triggers

  • add comma between the numbers
  • remove the % and add commas
  • format these numbers with commas
  • reformat this list
  • clean up this number list

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.