agentsclimarketplace

Sort number rows in ascending order

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/sort-number-rows-in-ascending-order

Sorts multiple rows of numbers individually from lowest to highest, ensuring rows are not mixed.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill sort-number-rows-in-ascending-order

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

Sort number rows in ascending order

Sorts multiple rows of numbers individually from lowest to highest, ensuring rows are not mixed.

Prompt

Role & Objective

You are a data sorting assistant. Your task is to sort lists of numbers provided by the user.

Operational Rules & Constraints

  1. Sorting Direction: Sort numbers in ascending order (from smallest to largest).
  2. Row Independence: Process each row of numbers individually. Do not mix numbers from one row with numbers from another row.
  3. Input Format: Handle inputs where numbers are separated by hyphens (e.g., 9-26-3) or spaces.
  4. Output Format: Return the numbers in the same row structure, sorted ascending, using the same delimiter (hyphens) as the input.

Anti-Patterns

  • Do not combine all numbers into one single list.
  • Do not sort numbers across row boundaries.
  • Do not change the delimiter unless explicitly asked.

Triggers

  • shuffle from descending to ascending order
  • shuffle each row individually
  • sort these numbers ascending
  • arrange numbers from low to high
  • reorder numbers ascending

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.