Type-safe SQL ORM for TypeScript with zero runtime overhead
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٥١ من skills من midudev/autoskills. افتح أي skill لمراجعة مصدره وتفاصيله.
midudev/autoskillsعرض ٤٠ من أصل ١٥١ skills مجمعة.
Type-safe SQL ORM for TypeScript with zero runtime overhead
لغة النص الأصلي: الإنجليزية
Guidelines for creating API routes in Expo Router with EAS Hosting
لغة النص الأصلي: الإنجليزية
Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
لغة النص الأصلي: الإنجليزية
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
لغة النص الأصلي: الإنجليزية
Build and distribute Expo development clients locally or via TestFlight
لغة النص الأصلي: الإنجليزية
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
لغة النص الأصلي: الإنجليزية
Expert in FastAPI Python development with best practices for APIs and async operations
لغة النص الأصلي: الإنجليزية
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
لغة النص الأصلي: الإنجليزية
Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and request/response handling. Use when building RESTful APIs, microservices, or lightweight web services with Flask.
لغة النص الأصلي: الإنجليزية
Generates or updates Sorbet inline type signatures directly in Ruby source files using sig blocks. Triggers when creating, updating, or maintaining inline type signatures for Ruby source files.
لغة النص الأصلي: الإنجليزية
Generates or updates Sorbet type signatures in separate .rbi files. Triggers when creating, updating, or maintaining type signatures for Ruby source files.
لغة النص الأصلي: الإنجليزية
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
لغة النص الأصلي: الإنجليزية
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.
لغة النص الأصلي: الإنجليزية
Use when building Hono web applications or when the user asks about Hono APIs, routing, middleware, JSX, validation, testing, or streaming. TRIGGER when code imports from 'hono' or 'hono/*', or user mentions Hono. Use `npx hono request` to test endpoints.
لغة النص الأصلي: الإنجليزية
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
لغة النص الأصلي: الإنجليزية
Migrates Kotlin Multiplatform (KMP) projects to Android Gradle Plugin 9.0+. Handles plugin replacement (com.android.kotlin.multiplatform.library), module splitting, DSL migration, and the new default project structure. Use when upgrading AGP, when build fails…
لغة النص الأصلي: الإنجليزية
Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.
لغة النص الأصلي: الإنجليزية
Python machine learning with scikit-learn, PyTorch, and TensorFlow
لغة النص الأصلي: الإسبانية
Migrates Next.js projects to vinext (Vite-based Next.js reimplementation). Load when asked to migrate, convert, or switch from Next.js to vinext. Handles compatibility scanning, package replacement, Vite config generation, ESM conversion, and deployment setup…
لغة النص الأصلي: الإنجليزية
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
لغة النص الأصلي: الإنجليزية
Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon…
لغة النص الأصلي: الإنجليزية
NestJS best practices and architecture patterns for building production-ready applications. This skill should be used when writing, reviewing, or refactoring NestJS code to ensure proper patterns for modules, dependency injection, security, and performance.
لغة النص الأصلي: الإنجليزية
Build production-ready Express.js servers with middleware, authentication, routing, and database integration. Use when creating REST APIs, managing requests/responses, implementing middleware chains, and handling server logic.
لغة النص الأصلي: الإنجليزية
Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.
لغة النص الأصلي: الإنجليزية
Configure multi-tenant organizations, manage members and invitations, define custom roles and permissions, set up teams, and implement RBAC using Better Auth's organization plugin. Use when users need org setup, team management, member roles, access control,…
لغة النص الأصلي: الإنجليزية
Run and configure oxlint — the high-performance JavaScript/TypeScript linter built on the Oxc compiler stack. Use this skill whenever working in a project that has oxlint installed (check for `oxlint` in package.json devDependencies or an `.oxlintrc.json` /…
لغة النص الأصلي: الإنجليزية
Master data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib
لغة النص الأصلي: الإنجليزية
Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads,…
لغة النص الأصلي: الإنجليزية
Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, managing databases, or starting Prisma's MCP server. Triggers on…
لغة النص الأصلي: الإنجليزية
Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update",…
لغة النص الأصلي: الإنجليزية
Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql",…
لغة النص الأصلي: الإنجليزية
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating…
لغة النص الأصلي: الإنجليزية
Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management.
لغة النص الأصلي: الإنجليزية
Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.
لغة النص الأصلي: الإنجليزية
Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
لغة النص الأصلي: الإنجليزية
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
لغة النص الأصلي: الإنجليزية
Official Rails documentation. Use when asked about any Rails-specific topic including ActiveRecord, routing, controllers, views, mailers, jobs, Action Cable, Action Text, Active Storage, migrations, validations, callbacks, associations, caching, security, or…
لغة النص الأصلي: الإنجليزية
React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, and useFieldArray. This skill should be used when building client-side controlled forms with React Hook Form library. This skill does NOT cover…
لغة النص الأصلي: الإنجليزية
Redis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.
لغة النص الأصلي: الإنجليزية
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
لغة النص الأصلي: الإنجليزية