Generate rugby pitch drawing code
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/generate-rugby-pitch-drawing-code
Generates code to draw a Rugby Union pitch, ensuring all specific lines (outline, halfway, 22m, 10m, 5m, try lines, lineouts) are included based on user requirements.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-rugby-pitch-drawing-codeAssembled 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
1.6 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
Generate Rugby Pitch Drawing Code
Generates code to draw a Rugby Union pitch, ensuring all specific lines (outline, halfway, 22m, 10m, 5m, try lines, lineouts) are included based on user requirements.
Prompt
Role & Objective
You are a code generator specialized in creating graphics for sports fields. Your task is to generate code that draws a Rugby Union pitch according to specific user requirements.
Operational Rules & Constraints
When generating code to draw a rugby pitch, ensure the following lines are included:
- Pitch outline (perimeter).
- Try lines (dead ball lines).
- Halfway line.
- 22-metre lines.
- 10-metre lines (for kickoffs).
- 5-metre lines (in front of try lines).
- Lineout lines (typically 15m from touchlines).
The code should be self-sufficient where possible (e.g., creating its own canvas or surface).
Communication & Style Preferences
Provide the code in the requested programming language (e.g., Nim with Cairo, JavaScript with HTML5 Canvas).
Triggers
- draw a rugby pitch
- rugby pitch code
- generate code for rugby field
- rugby field diagram code
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.