Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate visual representations of algorithm execution
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -50% | 0% |
Generate visual representations of algorithm execution to aid understanding, debugging, and explanation of algorithmic concepts.
json{ "type": "object", "properties": { "algorithm": { "type": "string" }, "input": { "type": "object" }, "format": { "type": "string", "enum": ["ascii", "svg", "gif", "html"] }, "steps": { "type": "boolean", "default": true } }, "required": ["algorithm", "input"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "visualization": { "type": "string" }, "steps": { "type": "array" }, "format": { "type": "string" } }, "required": ["success"] }
Can integrate with visualization libraries like Manim, D3.js, or generate ASCII art for terminal-based visualization.
Other measured skills in the registry, with their headline benchmark lift.