AutoSkill 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.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/calculate-circle-area-with-specific-constraints" ~/.claude/skills/ecnu-icalk-autoskill-calculate-circle-area-with-specific-constraints && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/calculate-circle-area-with-specific-constraints/SKILL.mdsource content
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