This is a comprehensive React/TypeScript playbook that pushes Suspense-based patterns and lazy loading as the default approach. It's opinionated about file organization (features directories with api/, components/, hooks/ subdirs), data fetching (useSuspenseQuery over traditional patterns), and even styling decisions (inline under 100 lines, separate file above). The checklists are genuinely useful if you're onboarding developers or want consistency across a team. The no early returns rule is interesting, it prevents layout shift but requires buying into the Suspense model completely. Best for teams already using TanStack Query and Router who want to codify their conventions, less useful if you're on a different stack or prefer more flexibility in your patterns.
npx skills add https://github.com/siviter-xyz/dot-agent --skill frontend-engineer