Skip to main content

이 저장소의 skills

HoangNguyen0403/agent-skills-standard - 6페이지

SkillsMP는 HoangNguyen0403/agent-skills-standard에서 363개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

HoangNguyen0403/agent-skills-standard

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

직업 분류
소프트웨어 개발자
설명

Harden Laravel apps with Policies for model authorization, Gate-based RBAC, validated mass assignment, and CSRF protection. Use when creating authorization policies, securing env config access, or preventing mass assignment vulnerabilities.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Redis session drivers, register security-header middleware, and prevent session fixation in Laravel. Use when switching session drivers, adding HSTS/CSP headers via middleware, or regenerating sessions after login.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Write Pest feature tests with RefreshDatabase, mock external services, and create test data with Eloquent Factories in Laravel. Use when adding HTTP tests, configuring SQLite in-memory test database, or mocking payment services.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Laravel ecosystem with custom Artisan commands, Vite asset bundling, Pint code styling, and Horizon queue monitoring. Use when creating Artisan commands, migrating from Mix to Vite, or configuring Pint code standards.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create standardized API response envelopes, paginated endpoints, and error interceptors in NestJS. Use when implementing response wrappers, pagination DTOs, or global error formats.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Design NestJS module boundaries and provider ownership. Use only when structuring feature/core/shared modules, controller-service boundaries, or provider lifetime; defer JWT/security, caching, and unrelated request-pipeline recipes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement BullMQ job workflows in NestJS. Use when building queue processors, redis-throttler, Upstash limits, idle polling, stalled jobs, and retention policies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement multi-level caching, invalidation patterns, and stampede protection in NestJS. Use when adding Redis caching layers, configuring cache-manager interceptors, implementing stale-while-revalidate, or preventing cache stampedes in NestJS services.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Environment variables validation and ConfigModule setup. Use when validating environment variables with Joi/Zod or configuring ConfigModule in NestJS.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Separate Controllers from Services and build Custom Decorators in NestJS. Use when defining NestJS controllers, services, or custom parameter decorators.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement data access patterns, Scaling, Migrations, and ORM selection in NestJS. Use when implementing TypeORM/Prisma repositories, migrations, or database patterns in NestJS.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Containerize NestJS apps with multi-stage Docker builds, tune Node.js memory, and implement graceful shutdown hooks. Use when writing Dockerfiles, configuring K8s deployments, or adding shutdown hooks for NestJS.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automate Swagger/OpenAPI documentation and standardize API response schemas in NestJS. Use when generating OpenAPI specs, documenting paginated or generic responses, configuring the Nest CLI Swagger plugin, or publishing versioned API docs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement Global Exception Filters and standard error formats in NestJS. Use when implementing global exception filters or standardizing error responses in NestJS.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Validate and stream file uploads securely with Validation and S3 streaming in NestJS. Use when implementing secure file uploads, validation, or S3 streaming in NestJS.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build dual-write notification services with database persistence and FCM push delivery in NestJS. Use when creating notification entities, sending push via FCM, or implementing in-app notification feeds.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure structured logging with Pino, Prometheus metrics, and health checks for NestJS services. Use when adding JSON logging, request tracing with correlation IDs, Prometheus metric endpoints, or liveness/readiness health checks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize NestJS throughput with Fastify adapter, singleton scope enforcement, compression, and query projections. Use when switching to Fastify, diagnosing request-scoped bottlenecks, or profiling API overhead.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement WebSocket gateways with Socket.io and Server-Sent Events endpoints in NestJS. Use when building chat features, live feeds, or choosing between WebSocket and SSE for real-time communication.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement distributed cron jobs with Redis-based locking and BullMQ offloading in NestJS. Use when adding @Cron scheduled tasks, preventing duplicate runs across pods, or delegating heavy work to queue workers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Integrate Elasticsearch and implement search index Sync patterns in NestJS. Use when integrating Elasticsearch or implementing search index sync in NestJS.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Enforce multi-tenant isolation and PostgreSQL Row Level Security in NestJS. Use when enforcing tenant isolation or PostgreSQL RLS in NestJS multi-tenant apps.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement JWT authentication, RBAC guards, Helmet hardening, and Argon2 hashing in NestJS. Use when adding auth strategies, role-based access control, CSRF protection, or security headers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Write Unit and E2E tests with Jest, mocking strategies, and database isolation in NestJS. Use when writing NestJS unit tests, E2E tests with supertest, or mock providers.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure gRPC, RabbitMQ, and monorepo contract patterns for NestJS microservices. Use when setting up gRPC service-to-service calls, RabbitMQ event-driven messaging, shared contract libraries, or microservice exception handling in NestJS.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Configure file-system routing with nested layouts, route groups, parallel routes, and error boundaries in Next.js App Router. Use when creating page routes, adding loading/error states, or organizing routes with groups and dynamic segments.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structure Next.js projects with Feature-Sliced Design layers, domain-grouped slices, and strict import hierarchy. Use when organizing features into FSD layers, enforcing slice boundaries, or keeping page.tsx thin.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Secure token storage (HttpOnly Cookies) and Middleware patterns. Use when implementing authentication, secure session storage, or auth middleware in Next.js.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Configure Next.js cache layers, invalidation, and cache-component APIs. Use when choosing `fetch` caching, `use cache`, tags, or stale-data debugging in Next.js.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build secure, reusable data access patterns with DTOs, taint checks, and colocated authorization in Next.js. Use when centralizing database queries, transforming raw data to DTOs, adding server-only guards, or preventing sensitive data from reaching Client…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement Fetch API, Caching, and Revalidation strategies in Next.js. Use when fetching data, configuring cache behavior, or implementing revalidation in Next.js.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Best practices for multi-language handling, locale routing, and detection strategies across App and Pages Router. Use when adding i18n, locale routing, or language detection in Next.js.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize images, fonts, scripts, and metadata for Next.js performance and Core Web Vitals. Use when configuring next/image for LCP, next/font for zero layout shift, next/script loading strategies, or generateMetadata for SEO.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement Pages Router data fetching with getServerSideProps, getStaticProps, and API routes in Next.js legacy projects. Use when working in a pages/ directory project, adding SSR/SSG data fetching, or creating API routes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Select and implement SSG, SSR, ISR, Streaming, or Partial Prerendering strategies in Next.js App Router. Use when choosing a rendering mode for a page, configuring generateStaticParams, or enabling PPR.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Secure Next.js App Router with middleware auth, Server Action validation, CSP headers, and taint APIs. Use when adding authentication middleware, validating Server Action inputs with Zod, or preventing secret leakage to client bundles.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement secure Next.js Server Actions for mutations, forms, and optimistic UI. Use when building actions, form flows, auth checks, or revalidation after writes.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build async React Server Components and place 'use client' boundaries at leaf nodes for interactivity in Next.js App Router. Use when deciding RSC vs Client Component, composing server data into client wrappers, or fixing hydration errors.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply best practices for managing URL, server, and client state in Next.js applications. Use when choosing between URL params, SWR/TanStack Query, Zustand, or Context for state, or when fixing hydration mismatches from localStorage.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement zero-runtime CSS with Tailwind, CSS Modules, and the cn() utility for RSC-compatible styling in Next.js. Use when choosing a styling library, creating dynamic class utilities, or optimizing fonts with next/font.

원문 언어: 영어

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