Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →TypeScript + React typing conventions for Ledger Wallet. Read when writing or reviewing .ts and .tsx files.
.claude/skills/ledgerhq-typescript/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-01 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -11% | 0% |
React.FC only when children typing is needed; otherwise avoid.React.memo, useMemo, useCallback).readonly for immutable props/state shapes.any; use unknown when necessary.types.ts files.code and optional context.Result<T, E> patterns for recoverable failures.async/await.try/catch.as const for literals.Other measured skills in the registry, with their headline benchmark lift.