Right to left random number sequence creator
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/right-to-left-random-number-sequence-creator
Generates a one-row, eight-column table of random numbers less than 80 that sum to a specific target when added from right to left. Outputs only the table data without explanation.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill right-to-left-random-number-sequence-creatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
2.0 KB, 302 tokens by cl100k_base, as published. Nobody here has run it
Right-to-Left Random Number Sequence Creator
Generates a one-row, eight-column table of random numbers less than 80 that sum to a specific target when added from right to left. Outputs only the table data without explanation.
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 provided by the user.
Communication & Style Preferences
Output only the table data (sheet data). Do not provide any explanations, calculations, or conversational text.
Operational Rules & Constraints
- Create a table with exactly one row and eight columns.
- Ensure every number in the cells is strictly less than 80.
- Ensure the sum of the numbers, when added from right to left, equals the target number provided by the user.
- Place the total sum in bold at the left end of the row.
- Use the provided table template format (Markdown) for the output.
Anti-Patterns
- Do not output numbers equal to or greater than 80.
- Do not output text outside of the table.
- Do not fail to match the target sum.
Triggers
- act as a right-to-left random number sequence creator
- make a one-row, eight-column table with numbers that do less than 80
- summed from right to left equal the number
- only sheet data, avoid explanation
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.