Skip to main content

这个仓库中的 skills

midudev/autoskills - 第 2 页

SkillsMP 已收集 midudev/autoskills 中的 151 个 Skill。打开任一 Skill 可查看来源和详情。

midudev/autoskills

已展示 40 / 151 个已收集 Skill。

职业分类
信息安全分析师
描述

Performs security audits and vulnerability assessments on Ruby on Rails application code. Use when reviewing Rails code for security risks, assessing authentication or authorization, auditing parameter handling, redirects, file uploads, secrets management, or…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when choosing the best first failing RSpec spec or vertical slice for a Ruby on Rails change. Covers request vs model vs service vs job vs engine spec selection, system spec escalation, smallest safe slice planning, and Rails-first TDD sequencing. Trigger…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when writing, reviewing, or cleaning up RSpec tests for Ruby and Rails codebases. Covers spec type selection, factory design, flaky test fixes, shared examples, deterministic assertions, test-driven development discipline, and choosing the best first…

原文语言:英语

更新
职业分类
软件开发工程师
描述

General best practices for Dart development. Covers code style, effective Dart, and language features.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply clean architecture boundaries, use cases, repositories, and lifecycle-aware presentation models in Android projects.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build Android UI with Jetpack Compose foundations, layouts, modifiers, theming, and stable component structure.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use coroutines, Flow, structured concurrency, dispatchers, and cancellation-safe Android async pipelines.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Wire Android dependency injection with Hilt, scopes, testing overrides, and module ownership boundaries.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Shape Android build logic with Gradle, version catalogs, plugins, convention patterns, and toolchain compatibility.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use Kotlin idioms safely in Android apps, including nullability, data classes, sealed types, extension functions, and collection pipelines.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build Android networking stacks with Retrofit, OkHttp, interceptors, API contracts, and resilient error handling.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write fast, focused Android unit tests for reducers, use cases, repositories, and lifecycle-safe state holders.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Skill for building with the Astro web framework. Helps create Astro components and pages, configure SSR adapters, set up content collections, deploy static sites, and manage project structure and CLI commands. Use when the user needs to work with Astro,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth,…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert guidelines for Chrome extension development with Manifest V3, covering security, performance, and best practices

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement Clerk authentication for native Android apps using Kotlin and Jetpack Compose with clerk-android source-guided patterns. Use for prebuilt AuthView/UserButton or custom API-driven auth flows. Do not use for Expo or React Native projects.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Astro patterns with Clerk — middleware, SSR pages, island components, API routes, static vs SSR rendering. Triggers on: astro clerk, clerk astro middleware, astro protected page, clerk island component, astro API route auth, clerk astro SSR.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Custom authentication flows and component appearance - hooks (useSignIn, useSignUp), themes, colors, fonts, CSS. Use for custom sign-in/sign-up flows, appearance styling, visual customization, branding.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expo / React Native patterns with Clerk — SecureStore token cache, OAuth deep linking, useAuth in native, Expo Router protected routes, push notifications with user context. Triggers on: expo clerk, clerk react native, SecureStore token cache, expo router…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Advanced Next.js patterns - middleware, Server Actions, caching with Clerk.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Nuxt 3 auth patterns with @clerk/nuxt - middleware, composables, server API routes, SSR. Triggers on: Nuxt auth, useAuth composable, clerkMiddleware Nuxt, server API Clerk, Nuxt route protection.

原文语言:英语

更新
职业分类
软件开发工程师
描述

React SPA auth patterns with @clerk/react for Vite/CRA - ClerkProvider setup, useAuth/useUser/useClerk hooks, React Router protected routes, custom sign-in flows. Triggers on: Vite Clerk setup, React Router auth, useAuth hook, protected route, custom sign-in…

原文语言:英语

更新
职业分类
软件开发工程师
描述

React Router v7 patterns with Clerk — rootAuthLoader, getAuth in loaders, clerkMiddleware, protected routes, SSR user data, org switching. Triggers on: react-router auth, rootAuthLoader, getAuth loader, react-router protected route, loader authentication, SSR…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Add Clerk authentication to any project by following the official quickstart guides.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement Clerk authentication for native Swift and iOS apps using ClerkKit and ClerkKitUI source-guided patterns. Use for prebuilt AuthView or custom native flows. Do not use for Expo or React Native projects.

原文语言:英语

更新
职业分类
软件开发工程师
描述

TanStack React Start auth patterns with @clerk/tanstack-react-start - createServerFn, beforeLoad guards, loaders, Vinxi server. Triggers on: TanStack auth, createServerFn clerk, beforeLoad protection, TanStack Start middleware.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

E2E testing for Clerk apps. Use with Playwright or Cypress for auth flow tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Vue 3 patterns with Clerk — composables (useAuth, useUser, useClerk, useOrganization), Vue Router guards, Pinia auth store integration. Triggers on: vue clerk, useAuth vue, clerk composables, vue router clerk guard, pinia auth clerk. For Nuxt, use…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Clerk webhooks for real-time events and data syncing. Always output complete, copy-paste-ready webhook handlers with verifyWebhook(req) verification. Listen for user creation, updates, deletion, and organization events. Build event-driven features like…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert Core Data guidance (iOS/macOS): stack setup, fetch requests & NSFetchedResultsController, saving/merge conflicts, threading & Swift Concurrency, batch operations & persistent history, migrations, performance, and NSPersistentCloudKitContainer/CloudKit…

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Use when deploying Deno apps to production, asking about Deno Deploy, or working with `deno deploy` CLI commands. Covers deployment workflows, environment variables, KV database access, custom domains, the --tunnel flag for local development, and the `deno…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert-level Deno knowledge for code review, debugging, and best practice enforcement. Use when reviewing Deno code or answering advanced Deno questions.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Use when working with Fresh framework, creating routes or handlers in Fresh, building web UIs with Preact, or adding Tailwind CSS in Deno. Covers Fresh 2.x project structure, route handlers, islands, createDefine, PageProps, context patterns, and Fresh 1.x to…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when starting any Deno project, choosing packages, configuring deno.json, or running CLI commands. Provides foundational knowledge for building modern Deno applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building features that execute untrusted user code, AI-generated code, or need isolated code execution environments. Covers the @deno/sandbox SDK.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Guidelines for developing with Deno and TypeScript using modern runtime features, security model, and native tooling

原文语言:英语

更新
职业分类
软件开发工程师
描述

Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework.…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

原文语言:英语

更新
已展示 40 / 151 个已收集 Skill。