t3chxn
- 7 skills
- 0 followers
- 4 hours ago last updated
- ▌ Clean Code · t3chxnPragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
- ▌ Turborepo Caching · t3chxnConfigure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.
- ▌ Code Review Checklist · t3chxnComprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
- ▌ Frontend Dev Guidelines · t3chxn bundleFrontend 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.
- ▌ Test Driven Development · t3chxnTest-Driven Development (TDD) methodology for writing tests before implementation code using Vitest with TypeScript. Use when implementing any feature or bugfix, refactoring code, fixing bugs, or adding new behavior. Apply this skill before writing any production code to ensure tests fail first, then pass with minimal implementation.
- ▌ API Security Best Practices · t3chxnImplement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities
- ▌ Supabase Postgres Best Practices · t3chxn bundlePostgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.