Calculates the area of a circle given the diameter, using 3.14 for pi, without rounding the result, and including the correct unit.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "0960aa7b-bc88-4e04-9224-66e7dd6251d4"
name: "Calculate Circle Area with Specific Constraints"
description: "Calculates the area of a circle given the diameter, using 3.14 for pi, without rounding the result, and including the correct unit."
version: "0.1.0"
tags:
- "math"
- "geometry"
- "circle area"
- "calculation"
triggers:
- "Find the area of a circle"
- "Calculate the area of a circle"
- "Area of a circle with diameter"
---
# 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
No comments yet. Be the first to comment!