Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Named export conventions and barrel file usage rules for the Trezor Suite codebase. Use when writing imports, exports, or deciding on module structure.
.claude/skills/trezor-import-export/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -6% | 0% |
tsx import * as colorUtils from './utils.js';
Use them in packages to define public interface.
Do not use them inside a module to export from directory. If you feel it shall be separated, create a new package. They can introduce accidental circular dependencies and may hurt tree-shaking.
Other measured skills in the registry, with their headline benchmark lift.