Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Manage and generate competitive programming templates
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 233% | 0% |
Manage and generate competitive programming code templates for various algorithms, data structures, and common patterns across multiple languages.
json{ "type": "object", "properties": { "action": { "type": "string", "enum": ["get", "list", "create", "update", "generateBoilerplate"] }, "templateName": { "type": "string" }, "language": { "type": "string", "enum": ["cpp", "python", "java"] }, "category": { "type": "string" }, "code": { "type": "string" } }, "required": ["action"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "template": { "type": "string" }, "templates": { "type": "array" }, "error": { "type": "string" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.