Skip to main content

이 저장소의 skills

midudev/autoskills - 2페이지

SkillsMP는 midudev/autoskills에서 151개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

midudev/autoskills

수집된 skill 151개 중 40개를 표시합니다.

직업 분류
정보 보안 분석가
설명

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.

원문 언어: 영어

업데이트
수집된 skill 151개 중 40개를 표시합니다.