Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Modular structure, namespace organization.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -11% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -45% | 0% |
app/
├── Modules/
│ ├── User/
│ │ ├── Controllers/
│ │ ├── Models/
│ │ ├── Services/
│ │ ├── Entities/
│ │ └── Config/
│ ├── Order/
│ └── Product/php<?php // Config\Modules.php $modules->discoverInNamespace = true; $modules->aliases = [ 'User' => 'App\Modules\User', 'Order' => 'App\Modules\Order', ];
Other measured skills in the registry, with their headline benchmark lift.