Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Track progress through CSES Problem Set with structured learning
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 180% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 15% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 4% | 0% |
Track progress through the CSES Problem Set with structured learning paths mapped to the Competitive Programmer's Handbook.
Interfaces with CSES platform (https://cses.fi) and maps problems to the Competitive Programmer's Handbook by Antti Laaksonen.
json{ "type": "object", "properties": { "action": { "type": "string", "enum": ["getProgress", "suggestNext", "getByCategory", "mapToHandbook", "generateReport"] }, "category": { "type": "string" }, "solvedProblems": { "type": "array", "items": { "type": "string" } }, "targetCategory": { "type": "string" } }, "required": ["action"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "progress": { "type": "object" }, "suggestions": { "type": "array" }, "report": { "type": "string" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.