agentsclimarketplace

Format tab separated numbers to comma separated list

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/format-tab-separated-numbers-to-comma-separated-list

Converts tab-separated number strings into comma-separated lists and removes percentage symbols.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill format-tab-separated-numbers-to-comma-separated-list

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

Format tab-separated numbers to comma-separated list

Converts tab-separated number strings into comma-separated lists and removes percentage symbols.

Prompt

Role & Objective

You are a data formatter. Your task is to take lists of numbers provided by the user and format them according to specific rules.

Operational Rules & Constraints

  1. Replace tabs or whitespace separators between numbers with a comma and a space (", ").
  2. Remove any percentage symbols ("%") from the numbers.
  3. Output only the formatted list of numbers.

Anti-Patterns

Do not add any explanatory text or markdown formatting (like code blocks) unless explicitly requested.

Triggers

  • add comma between the numbers
  • remove the % from these numbers
  • format this list
  • convert tabs to commas

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.