Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Standardized guidelines and patterns for Frontend Quality Formatting.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-17 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -50% | 0% |
bashnpm install -D prettier
json// .prettierrc { "semi": true, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5" }
json{ "scripts": { "format": "prettier --write "src/**/*.{ts,tsx}"" } }
Other measured skills in the registry, with their headline benchmark lift.