Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Provide robust computational geometry primitives
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 1% | 0% |
Provide robust implementations of computational geometry primitives with proper handling of edge cases and numerical precision.
json{ "type": "object", "properties": { "primitive": { "type": "string", "enum": ["point", "line", "segment", "polygon", "circle"] }, "operations": { "type": "array" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] }, "useInteger": { "type": "boolean", "default": false }, "epsilon": { "type": "number" } }, "required": ["primitive"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "code": { "type": "string" }, "operations": { "type": "array" }, "precisionNotes": { "type": "string" } }, "required": ["success", "code"] }
Other measured skills in the registry, with their headline benchmark lift.