Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Assist in constructing algorithm correctness proofs
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -13% | 0% |
Assist in constructing formal correctness proofs for algorithms using standard proof techniques.
json{ "type": "object", "properties": { "algorithm": { "type": "string" }, "code": { "type": "string" }, "proofType": { "type": "string", "enum": ["induction", "contradiction", "invariant", "structural"] }, "claim": { "type": "string" }, "partialProof": { "type": "string" } }, "required": ["algorithm", "claim"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "proof": { "type": "string" }, "structure": { "type": "array" }, "gaps": { "type": "array" }, "suggestions": { "type": "array" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.