Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Simulate realistic coding interview experience
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 86% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 75% | 0% |
Simulate a realistic coding interview experience with time constraints, hints, follow-ups, and evaluation.
json{ "type": "object", "properties": { "problemId": { "type": "string" }, "difficulty": { "type": "string", "enum": ["easy", "medium", "hard"] }, "timeLimit": { "type": "integer", "default": 45 }, "includeFollowups": { "type": "boolean", "default": true }, "companyStyle": { "type": "string" } }, "required": ["difficulty"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "problem": { "type": "object" }, "hints": { "type": "array" }, "followups": { "type": "array" }, "evaluation": { "type": "object" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.