
# Plaet Client Skill ## Description Specialized instructions for working with the Plaet frontend application (React 19 + Vite + TypeScript). ## Commands ### Essential Commands ```bash cd client npm run dev # Start development server npm run build # Production build npm run type-check # TypeScript validation npm run lint # ESLint check npm run fix:ui # Standardize UI components ``` ## Architecture ### Directory Structure ``` src/ ├── features/{name}/ # Fea
# Plaet Server Skill ## Description Specialized instructions for working with the Plaet backend API (Node.js + Express + Prisma). ## Commands ### Essential Commands ```bash cd server npm run dev # Start development server npm run build # TypeScript compilation npm run test # Run all tests npm run test:watch # Watch mode npm run lint # ESLint check npm run prettier # Format code npm run prisma:generate # Generate Prisma client npm run prisma:migrate #