| name | forge-harden |
| description | Add error states, loading states, i18n safety, and edge case handling using your design system's tokens. |
| user-invokable | true |
/forge-harden — Production Hardening
Make the interface production-ready:
- Error states using --danger and --danger-subtle tokens
- Loading states (skeleton using --surface-sunken)
- Empty states with centered messaging
- Text overflow handling (ellipsis, word-break)
- Logical properties for RTL support (padding-inline, margin-block)
- @supports checks for modern CSS features
All states use your system tokens, not hardcoded values.