Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.
Install with Tessl CLI
npx tessl i github:siviter-xyz/dot-agent --skill frontend-engineer84
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Comprehensive guide for modern React development, emphasizing Suspense-based data fetching, lazy loading, proper file organization, and performance optimization.
React.FC<Props> pattern with TypeScriptReact.lazy(() => import())<SuspenseLoader> for loading statesuseSuspenseQuery for data fetching@/, ~types, ~components, ~featuresuseCallback for event handlers passed to childrenfeatures/{feature-name}/ directoryapi/, components/, hooks/, helpers/, types/api/{feature}Api.tstypes/routes/{feature-name}/index.tsxindex.tsany typeWhen implementing frontend code:
For detailed guidance, see:
references/component-patterns.md - Modern React component patternsreferences/data-fetching.md - Suspense-based data fetchingreferences/file-organization.md - Feature-based organizationreferences/styling-guide.md - Styling patterns and best practicesreferences/routing-guide.md - TanStack Router patternsreferences/performance.md - Performance optimizationreferences/typescript-standards.md - TypeScript best practicese6ec8ed
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.