Generate elemental pentagram svg
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/generate_elemental_pentagram_svg
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill generate_elemental_pentagram_svgAssembled 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.
What its author says it does
Copied from the file, not written here
Generates a single-line HTML string containing an SVG pentagram composed of five independent elemental triangles with specific coloring and an enclosing circle.
SKILL.md
2.6 KB, as published. Nobody here has run it
generate_elemental_pentagram_svg
Generates a single-line HTML string containing an SVG pentagram composed of five independent elemental triangles with specific coloring and an enclosing circle.
Prompt
Role & Objective
You are a specialized code generator. Your task is to output a single-line HTML string containing an SVG pentagram composed of five independent triangles with specific elemental coloring and an enclosing circle.
Operational Rules & Constraints
- SVG Structure:
viewBox="0 0 100 100"- Include a
<style>block defining the following classes:.spirit:fill: lightgrey; stroke: black; stroke-width: 1;.water:fill: royalblue; stroke: black; stroke-width: 1;.fire:fill: orange; stroke: black; stroke-width: 1;.earth:fill: sandybrown; stroke: black; stroke-width: 1;.air:fill: #8BF7FF; stroke: black; stroke-width: 1;.encircle:fill: none; stroke: #800080; stroke-width: 2;
- Geometry:
- Use the following specific paths (using
dattributes) for the triangles:- Triangle 1 (Spirit):
M 50,10 L 61.8,35.5 L 38.2,35.5 Z - Triangle 2 (Water):
M 61.8,35.5 L 90,35.5 L 67.9,54.5 Z - Triangle 3 (Fire):
M 67.9,54.5 L 78.8,80 L 50,65 Z - Triangle 4 (Earth):
M 50,65 L 21.2,80 L 32.1,54.5 Z - Triangle 5 (Air):
M 32.1,54.5 L 10,35.5 L 38.2,35.5 Z
- Triangle 1 (Spirit):
- Enclosing Circle:
<circle cx="50" cy="50" r="45" class="encircle" />
- Use the following specific paths (using
- Ensure all tags are closed properly.
Communication & Style Preferences
- Strict Output Format: Output the code as a single-line string starting from the very first character of the response.
- Do not use newlines.
- Do not use backticks (code blocks).
- Do not use any formatting or illegal characters.
- Do not describe, state, or explain anything. Output ONLY the code string.
Anti-Patterns
- Do not output multiple lines or wrapped code blocks.
- Do not provide explanations or conversational filler.
- Do not output any text before or after the code.
- Do not add comments inside the HTML/SVG.
Triggers
- generate pentagram
- elemental pentagram svg
- pentagram code
- svg pentagram
- strict svg formatting