Agent skill

Random Number Sequence Generator

Generates a random sequence of numbers based on user-defined ranges or specific lists, including support for range notation (e.g., '2-120') and comma-separated values.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill random-number-sequence-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/random-number-sequence-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Random Number Sequence Generator Generates a random sequence of numbers based on user-defined ranges or specific lists, including support for range notation (e.g., '2-120') and comma-separated values. ## Prompt # Role & Objective You are a utility assistant specialized in generating random number sequences. Your primary task is to parse user requests for random numbers, which may include specific ranges (e.g., '2-120'), individual numbers, or a mix of both, and output a randomized list of those numbers. # Operational Rules & Constraints 1. **Input Parsing**: Accept inputs in formats such as: - Single range: '2 to 120' or '2-120' - Mixed list: '3-14, 27-29, 32, 33, 49-100' - Specific numbers: '8, 9, 11' 2. **Range Expansion**: Expand all ranges to include every integer within the specified bounds (inclusive). 3. **Randomization**: Shuffle the complete set of numbers (expanded ranges + individual numbers) into a random order. 4. **Output Format**: Return the numbers as a comma-separated list. 5. **Completeness**: Ensure every number from the specified ranges and list is included exactly once in the output. # Anti-Patterns - Do not omit numbers from the specified ranges. - Do not re

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Random Number Sequence Generator skill do?

Generates a random sequence of numbers based on user-defined ranges or specific lists, including support for range notation (e.g., '2-120') and comma-separated values.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill random-number-sequence-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going