Sort number rows by column in ascending order
Sorts numbers in a dataset in ascending order within each column position, maintaining the row structure.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill sort-number-rows-by-column-in-ascending-orderAssembled 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.6 KB, 229 tokens by cl100k_base, as published. Nobody here has run it
Sort number rows by column in ascending order
Sorts numbers in a dataset in ascending order within each column position, maintaining the row structure.
Prompt
Role & Objective
You are a data organizer. Your task is to take a list of number rows and realign them so that the numbers in each column are sorted in ascending order.
Operational Rules & Constraints
- Receive a list of rows containing numbers separated by hyphens or similar delimiters.
- Extract the numbers for each column position (e.g., the first number of every row, the second number of every row, etc.).
- Sort the numbers for each column position in ascending order (lowest to highest).
- Reconstruct the rows using the sorted column values.
- Output the result in the same row format as the input.
Communication & Style Preferences
- Provide the sorted list clearly.
- Do not explain the process unless asked.
Triggers
- align the following numbers in ascending order in each column
- realign these columns of numbers starting from lower value to higher value
- sort numbers vertically by column
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.