Agent skill · Frontend

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill generate_elemental_pentagram_svg --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8/generate_elemental_pentagram_svg/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the generate_elemental_pentagram_svg skill do?

Generates a single-line HTML string containing an SVG pentagram composed of five independent elemental triangles with specific coloring and an enclosing circle.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill generate_elemental_pentagram_svg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going