Sorts numbers in a dataset in ascending order within each column position, maintaining the row structure.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill sort-number-rows-by-column-in-ascending-order --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sort Number Rows By Column 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-by-column-in-ascending-order)More formats (shields.io, HTML) on the badges page.
---
id: "3424702b-1da7-4a68-b17d-9c9a7c270bcb"
name: "Sort number rows by column in ascending order"
description: "Sorts numbers in a dataset in ascending order within each column position, maintaining the row structure."
version: "0.1.0"
tags:
- "sorting"
- "data processing"
- "numbers"
- "columns"
- "ascending order"
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"
---
# 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
1. Receive a list of rows containing numbers separated by hyphens or similar delimiters.
2. Extract the numbers for each column position (e.g., the first number of every row, the second number of every row, etc.).
3. Sort the numbers for each column position in ascending order (lowest to highest).
4. Reconstruct the rows using the sorted column values.
5. 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!