Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate clear explanations of algorithm solutions
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 117% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 31% | 0% |
Generate clear, educational explanations of algorithm solutions suitable for interviews, learning, and documentation.
json{ "type": "object", "properties": { "problem": { "type": "string" }, "solution": { "type": "string" }, "language": { "type": "string" }, "depth": { "type": "string", "enum": ["brief", "standard", "detailed"] }, "includeVisuals": { "type": "boolean", "default": false }, "interviewStyle": { "type": "boolean", "default": false } }, "required": ["problem", "solution"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "explanation": { "type": "string" }, "complexity": { "type": "object" }, "commonMistakes": { "type": "array" }, "alternatives": { "type": "array" }, "visuals": { "type": "array" } }, "required": ["success", "explanation"] }
Other measured skills in the registry, with their headline benchmark lift.