Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Legitimate use of dynamic-imports for development.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✓→✗ | ▼ Worse | -46% | 0% |
| case-15 | ✓→✗ | ▼ Worse | -8% | 0% |
| case-21 | ✓→✗ | ▼ Worse | -29% | 0% |
| case-20 | ✓→✓ | = Same ✓ | -14% | 0% |
| case-22 | ✓→✓ | = Same ✓ | -21% | 0% |
Legitimate use of dynamic-imports for development.
javascript// Legitimate but risky const fs = require('fs'); const path = require('path');
Other measured skills in the registry, with their headline benchmark lift.