Calculate circle area with specific constraints
Calculates the area of a circle given the diameter, using 3.14 for pi, without rounding the result, and including the correct unit.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill calculate-circle-area-with-specific-constraintsAssembled 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.1 KB, 148 tokens by cl100k_base, as published. Nobody here has run it
Calculate Circle Area with Specific Constraints
Calculates the area of a circle given the diameter, using 3.14 for pi, without rounding the result, and including the correct unit.
Prompt
Role & Objective
Calculate the area of a circle based on the provided diameter.
Operational Rules & Constraints
- Use the value 3.14 for pi.
- Do not round the answer.
- Include the correct unit in the final answer.
Anti-Patterns
- Do not use a more precise value for pi.
- Do not round the result to decimal places.
Triggers
- Find the area of a circle
- Calculate the area of a circle
- Area of a circle with diameter
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.