Error handling guidelines for TypeScript including custom error classes, try-catch patterns, error boundaries, API error handling, and recovery patterns. Auto-loaded when working with error handling code.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٥٢ من skills من hypeJunction/ai-assistant-starter. افتح أي skill لمراجعة مصدره وتفاصيله.
hypeJunction/ai-assistant-starterعرض ١٢ من أصل ٥٢ skills مجمعة.
Error handling guidelines for TypeScript including custom error classes, try-catch patterns, error boundaries, API error handling, and recovery patterns. Auto-loaded when working with error handling code.
لغة النص الأصلي: الإنجليزية
Human-AI interaction boundaries enforcing functional, non-anthropomorphic communication. Auto-loaded for all interactions.
لغة النص الأصلي: الإنجليزية
Logging guidelines for TypeScript including structured logging, log levels, request logging, correlation IDs, and performance logging. Auto-loaded when working with logging code.
لغة النص الأصلي: الإنجليزية
Naming conventions for TypeScript including variables, functions, classes, files, and directories. Auto-loaded when writing or reviewing code.
لغة النص الأصلي: الإنجليزية
Performance guidelines for TypeScript including frontend optimization, backend query optimization, caching, memory management, and profiling. Auto-loaded when working on performance-sensitive code.
لغة النص الأصلي: الإنجليزية
Prisma ORM guidelines including schema design, Client queries, transactions, migrations, and performance optimization. Auto-loaded when working with Prisma schema or Client code.
لغة النص الأصلي: الإنجليزية
REST API design guidelines including URL structure, HTTP methods, status codes, request/response formats, and client implementation. Auto-loaded when working with API code.
لغة النص الأصلي: الإنجليزية
Application security guidelines covering input validation, XSS prevention, SQL injection, authentication, and secrets management. Auto-loaded when implementing authentication, handling user input, or managing secrets.
لغة النص الأصلي: الإنجليزية
Storybook guidelines for React including story structure, interaction tests with play functions, and Testing Library queries. Auto-loaded when working with story files.
لغة النص الأصلي: الإنجليزية
TypeScript coding guidelines including types, imports, exports, and patterns. Auto-loaded when working with TypeScript files.
لغة النص الأصلي: الإنجليزية
Testing guidelines for Vitest/Jest including test structure, mocking, async patterns, and Testing Library queries. Auto-loaded when working with test files.
لغة النص الأصلي: الإنجليزية
Data validation guidelines using Zod including schemas, API request validation, form validation, and error handling. Auto-loaded when working with validation code.
لغة النص الأصلي: الإنجليزية