Sorts multiple rows of numbers individually from lowest to highest, ensuring rows are not mixed.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill sort-number-rows-in-ascending-order --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sort Number Rows In Ascending Order?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-sort-number-rows-in-ascending-order)More formats (shields.io, HTML) on the badges page.
---
id: "ac2aa7f6-8a5a-403f-9393-3aace5622d8d"
name: "Sort number rows in ascending order"
description: "Sorts multiple rows of numbers individually from lowest to highest, ensuring rows are not mixed."
version: "0.1.0"
tags:
- "sorting"
- "numbers"
- "data-processing"
- "ascending"
- "rows"
triggers:
- "shuffle from descending to ascending order"
- "shuffle each row individually"
- "sort these numbers ascending"
- "arrange numbers from low to high"
- "reorder numbers ascending"
---
# 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
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!