agentsclimarketplace

Generate elemental pentagram svg

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill generate_elemental_pentagram_svg

Assembled 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.6 KB, 637 tokens by cl100k_base, 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 d attributes) 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
    • Enclosing Circle: <circle cx="50" cy="50" r="45" class="encircle" />
  • 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.