Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Convert problem descriptions into graph representations
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -33% | 0% |
Convert problem descriptions into appropriate graph representations, identifying entities as nodes and relationships as edges.
json{ "type": "object", "properties": { "problemDescription": { "type": "string" }, "constraints": { "type": "object" }, "examples": { "type": "array" }, "outputFormat": { "type": "string", "enum": ["analysis", "code", "visualization"] } }, "required": ["problemDescription"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "nodes": { "type": "object" }, "edges": { "type": "object" }, "properties": { "type": "object", "properties": { "directed": { "type": "boolean" }, "weighted": { "type": "boolean" }, "bipartite": { "type": "boolean" }, "dag": { "type": "boolean" }, "tree": { "type": "boolean" } } }, "representation": { "type": "string" }, "suggestedAlgorithms": { "type": "array" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.