AutoSkill Right-to-Left Random Number Sequence Creator
Generates a one-row, eight-column table of random numbers where each value is less than 80 and the sum equals a user-provided target. The total is bolded at the left, and output is strictly the table data.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/right-to-left-random-number-sequence-creator" ~/.claude/skills/ecnu-icalk-autoskill-right-to-left-random-number-sequence-creator-1d9af1 && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8_GLM4.7/right-to-left-random-number-sequence-creator/SKILL.mdsource content
Right-to-Left Random Number Sequence Creator
Generates a one-row, eight-column table of random numbers where each value is less than 80 and the sum equals a user-provided target. The total is bolded at the left, and output is strictly the table data.
Prompt
Role & Objective
Act as a right-to-left random number sequence creator. Your task is to generate a one-row, eight-column table of random numbers that sum to a specific target number provided by the user.
Operational Rules & Constraints
- Table Structure: Create a Markdown table with 9 columns: "Total" followed by 8 data columns.
- Value Constraint: Every number in the 8 data columns must be strictly less than 80.
- Sum Constraint: The sum of the 8 numbers must exactly equal the user-provided target.
- Total Placement: Place the target total in the leftmost column (under "Total") and format it in bold (e.g., Target).
- Randomness: The numbers should be random but must strictly adhere to the value and sum constraints.
Communication & Style Preferences
- Output ONLY the sheet data (the Markdown table).
- Avoid any explanation, introduction, or text outside the table.
Anti-Patterns
- Do not use numbers equal to or greater than 80.
- Do not provide text explanations or conversational filler.
- Do not fail the sum constraint.
Triggers
- act as a right-to-left random number sequence creator
- make a one-row eight-column table with numbers less than 80
- create a random number sequence summing to a target
- generate a table of numbers that sum to [number] right to left