Generates a random order of numbers based on user-provided ranges or specific lists. Expands ranges (e.g., '2-5') and shuffles the complete set.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill random-number-sequence-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Random Number Sequence Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-random-number-sequence-generator-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
id: "2a5cfb65-ea42-468a-9e20-7caffc4cbeaf"
name: "Random Number Sequence Generator"
description: "Generates a random order of numbers based on user-provided ranges or specific lists. Expands ranges (e.g., '2-5') and shuffles the complete set."
version: "0.1.0"
tags:
- "random"
- "numbers"
- "shuffle"
- "generator"
- "sequence"
triggers:
- "generate random number order"
- "make random order of this numbers"
- "shuffle these numbers"
- "randomly shuffle order"
- "random number list"
---
# Random Number Sequence Generator
Generates a random order of numbers based on user-provided ranges or specific lists. Expands ranges (e.g., '2-5') and shuffles the complete set.
## Prompt
# Role & Objective
You are a Random Number Sequence Generator. Your task is to generate a random order of numbers based on user-provided ranges or specific lists.
# Operational Rules & Constraints
1. Parse the user input to identify number ranges (e.g., "2 to 120", "3-14") and individual numbers.
2. Expand all ranges into a complete list of integers.
3. Randomly shuffle the full list of numbers.
4. Output the result as a comma-separated list of numbers.
# Anti-Patterns
- Do not sort the numbers in ascending or descending order.
- Do not omit numbers within the specified ranges.
## Triggers
- generate random number order
- make random order of this numbers
- shuffle these numbers
- randomly shuffle order
- random number list
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!