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
npx -y skills add ECNU-ICALK/AutoSkill --skill format-tab-separated-numbers-to-comma-separated-listAssembled 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
- Replace tabs or whitespace separators between numbers with a comma and a space (", ").
- Remove any percentage symbols ("%") from the numbers.
- 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.