Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Assist in designing optimal DP states and transitions
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -10% | 0% |
Assist in designing optimal dynamic programming states, transitions, and optimizations for complex DP problems.
json{ "type": "object", "properties": { "problemDescription": { "type": "string" }, "constraints": { "type": "object" }, "examples": { "type": "array" }, "requestType": { "type": "string", "enum": ["fullDesign", "stateOnly", "transitions", "optimize"] } }, "required": ["problemDescription", "requestType"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "state": { "type": "object", "properties": { "definition": { "type": "string" }, "parameters": { "type": "array" }, "complexity": { "type": "string" } } }, "transitions": { "type": "array" }, "baseCases": { "type": "array" }, "optimizations": { "type": "array" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.